I am using org-mode
to format readme files. When I commit a README.org
file into github.com
, I am able to see its formatted preview. But since I make a lot of changes, I have to keep commit to see its final preview.
=> Markdown
has some editors where, while you are making change into markdown file
you can see its final preview in real-time; example: (https://github.com/MacDownApp/macdown).
Is there any live-preview approach for org-mode
as well? Could it be done within emacs
?
Only approach I was able to come up is use https://github.com/GeneKao/orgmode-latex-templates to convert it into pdf
for preview after each save.