Viewing a single comment thread. View all comments

EvitanRelta OP t1_j463a01 wrote

sflr!

Then i guess my converter library has that edge over Pandoc. Specifically, this library can preserve the HTML better than pandoc

So, what im getting is that:

  • u want to make a tasklist app
  • that stores the notes in markdown
  • with an commandline function that inserts a string as a list item under a specific header

sounds like it can be done by just using a bash script to parse the markdown file, find the headers, and just insert the listitem.

for the nested AST idea, im not sure what itd be useful for.

1