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

Change parsing of tasks to markdown description #29

Open
2 tasks
mcsken opened this issue Nov 18, 2024 · 0 comments
Open
2 tasks

Change parsing of tasks to markdown description #29

mcsken opened this issue Nov 18, 2024 · 0 comments
Labels
improvement Does the same as before but better

Comments

@mcsken
Copy link
Collaborator

mcsken commented Nov 18, 2024

Background

Currently, we parse the description in HTML for open tasks. Because GitHub can change the relevant HTML classes at any time, this is fragile. Instead, we should use the Markdown description, where the syntax for tasks should be more stable as changes have an immediate impact on all GitHub users writing description.

Also, parsing the Markdown should be more energy efficient.

Goals

  • The parser for open tasks uses the Markdown description instead of the HTML description.
  • All TODO#29 comments are addressed.

Estimate: ?h

@mcsken mcsken added the improvement Does the same as before but better label Nov 18, 2024
@mcsken mcsken mentioned this issue Nov 26, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Does the same as before but better
Projects
None yet
Development

No branches or pull requests

1 participant