Skip to content

flymd - Emacs on the fly markdown preview

License

Notifications You must be signed in to change notification settings

standardgalactic/flymd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLYMD

On the fly markdown preview.

Requirements

  • A computer
  • Emacs
  • A modern browser

Demostration (Link to youtube)

Emacs Multithread Demo on Youtube

Features

  • Esay to use
  • Auto scroll
  • GFM compatible
  • Online image render
  • GFMize
  • No external dependency (unless the browser is counted)

Setup

(require 'flymd)

Usage

flymd-flyit

One and only one interactive function in this package.

M-x flymd-flyit, current markdown buffer opened in a browser.

If you close the page accidentally, M-x flymd-flyit to reopen the page.

Browser button

  • Auto Scroll -------- Toggle auto scroll.

  • Auto Refresh ----- Toggle auto refresh.

  • GFM Mode ------- Toggle GFM mode.

    Render the page in GFM style (autolink, table and tasklist) if enabled.

  • MathJaxize (experimental) - On click rendering MathJax.

  • GFMize ------------ On click rendering the page by github API

    Codeblock should be correctly highlight after action.

    Notice that github API allows only 60 accesses per hour.

Customize output directory

Change the value of flymd-output-directory to change where flymd temp output files are stored.

If nil, the current markdown working directory will be used.

Browser Compatibility

Please see here for browser compatibility issue.

It will be grateful if you can report your browser compatibility or solution throught pull request.

Change Log

  • 1.1.0 - Add MathJaxize; Add flymd-close-buffer-delete-temp-files customize option.

Contacts

mola@molamola.xyz

If you find any bugs or have any suggestions, you can make a pull request, report an issue or send me an email.

Support

paypal paypal

License

About

flymd - Emacs on the fly markdown preview

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.6%
  • JavaScript 36.1%
  • Emacs Lisp 10.0%
  • HTML 9.3%