Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use links in dynamic block #330

Open
OZoneGuy opened this issue Feb 27, 2023 · 3 comments · May be fixed by #348
Open

Don't use links in dynamic block #330

OZoneGuy opened this issue Feb 27, 2023 · 3 comments · May be fixed by #348

Comments

@OZoneGuy
Copy link

OZoneGuy commented Feb 27, 2023

When creating a dynamic block, the heading column creates a link for each field. I want to disable this behaviour.

| Heading                              |  Scheduled |   Deadline |
|--------------------------------------+------------+------------|
| [[Milestone 2][Milestone 2]]                          | 2023-02-09 | 2023-02-27 |
| [[Milestone 3][Milestone 3]]                          | 2023-03-03 | 2023-03-13 |
| [[Milestone 4][Milestone 4]]                          | 2023-03-15 | 2023-04-06 |
| [[Milestone 5][Milestone 5]]                          | 2023-04-06 | 2023-04-19 |
| [[Testing document][Testing document]]                     | 2023-02-26 | 2023-02-28 |
| [[Assignment][Assignment]]                           | 2023-02-15 | 2023-03-01 |
| [[Midterm][Midterm]]                              | 2023-03-03 | 2023-03-08 |

I want it to be like this:

| Heading                              |  Scheduled |   Deadline |
|--------------------------------------+------------+------------|
| Milestone 2                       | 2023-02-09 | 2023-02-27 |
| Milestone 3                          | 2023-03-03 | 2023-03-13 |
| Milestone 4                          | 2023-03-15 | 2023-04-06 |
| Milestone 5                          | 2023-04-06 | 2023-04-19 |
| Testing Testing document                     | 2023-02-26 | 2023-02-28 |
| Assignment                           | 2023-02-15 | 2023-03-01 |
| Midterm                              | 2023-03-03 | 2023-03-08 |

I am using the table with gnuplot, and it breaks the parsing...

@alphapapa
Copy link
Owner

Ok, this seems like a good idea. I probably won't get to it soon, so patches welcome in the meantime. Thanks.

@OZoneGuy
Copy link
Author

Created a PR, PTAL when you have a chance! #348.

@alphapapa alphapapa removed this from the 0.8 milestone Dec 16, 2023
@alphapapa alphapapa added this to the 0.9 milestone Jan 5, 2024
@alphapapa alphapapa linked a pull request Jan 5, 2024 that will close this issue
@alphapapa
Copy link
Owner

@OZoneGuy Reviewed. Please feel free to ping me if I don't notice something like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants