Typora: A truly minimal markdown editor
21–30 of 72 posts
Re: Typora: A truly minimal markdown editor
#22What about using your code editor's markdown plugin and real time preview in a browser?
For example with Vim, one of the plugins launches a browser and then you get a real time preview while you type in Vim. The nice thing is you can tell it to use a specific CSS file so you can get a 100% copy of GitHub's README styles. It even syncs your cursor if you want that behavior.
I demo'd the above set up here: https://nickjanetakis.com/blog/writing-and-previewing-markdo...
Re: Typora: A truly minimal markdown editor
#23Also check out the near-identical open source clone, marktext. Typora will no longer be free once out of beta. https://github.com/marktext/marktext
Re: Typora: A truly minimal markdown editor
#24Re: Typora: A truly minimal markdown editor
#25Most features can be covered by a few VSCode extensions like these: https://marketplace.visualstudio.com/items?itemName=yzhang.m... https://marketplace.visualstudio.com/items?itemName=mushan.v... Other code editors probably have similar extensions and syncing the notes could be done with Dropbox/git/whatever... I am also surprised how well https://tabnine.com/ works with auto-completion for arbitrary notes.
Re: Typora: A truly minimal markdown editor
#26Hard to say that it is "truly minimal" when it uses Electron. There was a time when 75MB of memory usage would have been considered absolutely massive for an application with similar functionality. Nice UI though.
There was also a time when vi was considered a memory hog with crazy feature creep.
Re: Typora: A truly minimal markdown editor
#27Are most of you using dedicated markdown editors? What about using your code editor's markdown plugin and real time preview in a browser? For example with Vim, one of the plugins launches a browser and then you get a real time preview while you type in Vim. The nice thing is you can tell it to use a specific CSS file so you can get a 100% copy of GitHub's README styles. It even syncs your cursor if you want that beha…
Re: Typora: A truly minimal markdown editor
#28Re: Typora: A truly minimal markdown editor
#29Is there any JavaScript-free WYSIWYG Markdown editor?
But yeah, most browser based WYSIWYG editors are JS based, since you need to manipulate the DOM.
If you are not targeting the browser then you maybe find something here:
Re: Typora: A truly minimal markdown editor
#30Is there any JavaScript-free WYSIWYG Markdown editor?
There is also a port² on Windows but it seems less reliable, I've seen it crash a few times, I still have to report it or try to fix it.