How to keep your writing in Markdown and easily publish to Substack.
You are a lifesaver man
Glad to hear that! I'm a huge Bear fan.
Interesting! Looks like export to html is a paid feature of Bear.
Yes, I'm a paid user. Just $3 per month I think though.
The command line tool pandoc will do this for you too.
https://pandoc.org/
>pandoc my_markdown_file.md -o my_markdown_file.html
Or it will do rtf as well. Then you can make a script so that one command exports the markdown file to the clipboard as properly formatted html
Nice post, it's also works with Obsidian. You can even make it work for images if their are cloud based and the link is public.
Still there is no solution for table and equation even in Obsidian.
Thanks! Any hope for Linux users though?
Love Bear… wish there was a Windows version!
You are a lifesaver man
Glad to hear that! I'm a huge Bear fan.
Interesting! Looks like export to html is a paid feature of Bear.
Yes, I'm a paid user. Just $3 per month I think though.
The command line tool pandoc will do this for you too.
https://pandoc.org/
>pandoc my_markdown_file.md -o my_markdown_file.html
Or it will do rtf as well. Then you can make a script so that one command exports the markdown file to the clipboard as properly formatted html
Nice post, it's also works with Obsidian. You can even make it work for images if their are cloud based and the link is public.
Still there is no solution for table and equation even in Obsidian.
Thanks! Any hope for Linux users though?
Love Bear… wish there was a Windows version!