Skip to content

opoloo/maxdown

Repository files navigation

MaxDown - Markdown Editor

Maxdown is a simple markdown editor, using the codemirror-engine. Simple design for easy writing without distraction. Markdown will be highlighted as you type. The whole project is open-source. Feel free to contribute in any way you like.

current version latest update status

Features

  • Markdown Highlighting (GFM-Style)
  • Saving documents to localStorage
  • Renaming documents
  • Switch themes (light/dark)
  • Jump to sections of your document using quick anchor links to headlines
  • Fullscreen mode for distraction free environment
  • Delete single/all documents from localStorage
  • Keyboard Shortcuts
    • CTRL+M -> Toggle sidebar
    • CTRL+ALT+N -> New document
    • CTRL+ALT+F -> Toggle fullscreen
    • CTRL+ALT+E -> Export/Preview
  • Install maxdown as a local app on firefox browsers and/or firefox OS
  • Even more. I don't know. I'm just the developer :) Cheers. RTFM
  • This list may not be up to date all the time...

Contribution

Feel free to fork the code to contribute and/or open issues for bugs/suggestions/whatsoever. Thanks! Especially we're looking for someone who can megre this webapp into an android app-frame.

Used software