Replies: 0 comments 1 reply
-
Well, the default note type are acutally HTML data, there is no If you want the markdown, you need to change the note type to markdown. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to sync my Trilium notes with GitHub. I've created a button that should export the note's Markdown content and push it to GitHub,
When I try to get the note content using:
it returns HTML instead of Markdown.
is there a way to access the original Markdown content through the frontend API? I've looked through the documentation but haven't found a clear answer.
Beta Was this translation helpful? Give feedback.
All reactions