mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-26 00:35:48 +03:00
[GH-ISSUE #19] Markdown Support #18
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nathan-isaac on GitHub (Nov 10, 2013).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/19
Are there any future plans for Markdown support? I find it nice being able to write notes in Markdown. Thanks.
@ghost commented on GitHub (Nov 10, 2013):
👍 All my notes are already in markdown, would certainly switch if I could import my existing notes.
@JLiscom commented on GitHub (Nov 12, 2013):
You should have an option to render the markdown in html. You can use a site like http://markdowntohtml.com/. They you can click on the "Source" in the editor and just paste it in.
I do not think i'll ever support markdown natively because the WYSIWYG I use does not. Plus going from html to mark down back to html would require some rework. I will keep it in mind.