Posted September 04, 2016
I am looking for a note-taking application, ideally - WYSIWYG-type (Richtext) editor, but with a twist:
- It stores notes in Markdown or (more strict) CommonMark syntax -
Example of Markdown syntax:
## this is a header
### a smaller header
example of **bold** and *italic* text and <google.com> link:
- buy eggs
- buy milk
| a table | with two rows |
|:----------:|:------------------:|
| like this | and this |
----
as you can see, the notes are very easy to read and create, even when editor is broken.
- there are no dependence on application.
- full-text search is possible.
- formatting mess is impossible, because all the tags are visual and have no closing tag pairs.
take the text above and paste it into any online markdown renders to see how it changes.
So, the only application I have found so far is the "Texts" editor (trialware!), but its not available for Linux natively and costs $19 for license. It also produces incorrect markdown in corner cases (like two or more CR breaks).
Other one I found is ZimWiki, but it uses own syntax and has inflexible table support.
Do you know any more alternatives?
- WYSIWYG (not side-by-side, not in-line)
- Markdown/CommonMark or similar
- Linux?
- It stores notes in Markdown or (more strict) CommonMark syntax -
Example of Markdown syntax:
## this is a header
### a smaller header
example of **bold** and *italic* text and <google.com> link:
- buy eggs
- buy milk
| a table | with two rows |
|:----------:|:------------------:|
| like this | and this |
----
as you can see, the notes are very easy to read and create, even when editor is broken.
- there are no dependence on application.
- full-text search is possible.
- formatting mess is impossible, because all the tags are visual and have no closing tag pairs.
take the text above and paste it into any online markdown renders to see how it changes.
So, the only application I have found so far is the "Texts" editor (trialware!), but its not available for Linux natively and costs $19 for license. It also produces incorrect markdown in corner cases (like two or more CR breaks).
Other one I found is ZimWiki, but it uses own syntax and has inflexible table support.
Do you know any more alternatives?
- WYSIWYG (not side-by-side, not in-line)
- Markdown/CommonMark or similar
- Linux?