Open davivid opened 4 years ago
This could be a suitable visual editor for markdown: https://wereturtle.github.io/ghostwriter/ It has versions for Windows/Mac/Linux and installation instructions from the github project. I looked at trying to use a web-based editor through the browser (so nothing needed installing), but sadly I don't think that's quite possible :disappointed:
Now that's a nice idea. What difficulties did you see with a browser-based solution?
As far as I see it there 2 or 3 things that a browser based solution MUST be able to do:
https://stackedit.io/app?open=file://~/my-file.md
~/my-file.md
I found stackedit
looked good for .md
files, but I don't think they have point 1.
, they can do 2.
, and 3.
depends on 1.
, so who knows?
I've asked in the help forum, but response yet... https://community.stackedit.io/t/open-local-file-with-url/1135
Set the default editor to something else other than Vim
export VISUAL=not-vim export EDITOR=not-vim