Replies: 3 comments 9 replies
-
|
Definitely worth adding this to Emanote. Perhaps let user specify it in YAML meta. But emanote uses commonmark-hs (from same author) to parse Markdown. I'm okay with us switching to parsing with Pandoc. The Wikilink extension, as well as the HashTag extension, would be the main thing to port over. |
Beta Was this translation helpful? Give feedback.
-
|
Emanote definitely should support lua filters so that users can include these filters in their notebook along with .md and .tpl files. You should be able to apply these filters on per-note or per-folder basis via specifying them in .yml files. Just like you can specify a .tpl template. |
Beta Was this translation helpful? Give feedback.
-
|
This is quite a late reply to the discussion, but what about other extensions? I am looking to enable |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to ask if it's possible to use any pandoc extensions and how.
For example, https://pandoc.org/MANUAL.html#extension-east_asian_line_breaks is quite useful when writing notes in CJK.
Currently, a markdown
will be generated as
that is, there is an extra space in between.
This is just to show an example, there are many other extensions that are useful too.
As far as I know, internally emanote uses Pandoc AST, so I think there should be some solutions.
Beta Was this translation helpful? Give feedback.
All reactions