hanxi / haroopad

Haroopad - The Next Document processor based on Markdown

Home Page:http://pad.haroopress.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haroopad

Haroopad is a markdown enabled document processor for creating web-friendly documents.

You can author professional-looking documents of various formats: blog posts, slides, presentations, reports, email and more.

Haroopad gives you the same editing experience regardless of the platform you are working on. It runs on all three major operating systems—Windows, Mac OS X, and Linux.

haroopad icon

New Features (v0.12.1)

  • Added CLI features
    • $ haroopad -f [ /path/to/a.md ./path/to/b.md ]: files
    • $ haroopad --mode: only view or edit mode
      • $ haroopad --mode view: view mode
      • $ haroopad --mode edit: edit mode
  • Added new code language & themes
    • 15 languages(swift, gradle ...) and 5 themes(codepen-embed, color-brewer, hybrid, kimbie light/dark)

More changelog

  • Bugs
    • Fixed haroopad won't start for the second time
    • Fixed embedding content using by D&D HTML object
    • Fixed Subscript syntax conflict with Strikethrough
  • Enhancements
    • Markdown(link) syntax within footnote
    • Specify language within fenced code block
    • Improved Css selection color
    • Error while loading shared libraries: libudev.so.0
    • Improved HTML to Markdown
  • Internationalization

Main Features

  • Support cross platform
    • Window
    • Mac OS X
    • Linux 32/64
  • Theme for editing
    • Themes for editor 30 styles
    • Syntax highlighting in fenced code block on editor
    • Ruby, Python, PHP, Javascript, C, HTML, CSS
    • based on CodeMirror
  • Live Preview themes
  • Syntax Highlighting
    • 71 languages & 44 styles based on highlight.js
  • Custom Theme
    • Style based on CSS(Cascading Style Sheet)
  • Font Size
    • Editor and Viewer font size control using Preference Window & Shortcuts
  • Embedding Rich Media Contents - v0.8
    • Video, Audio, 3D, Text, Open Graph and oEmbed
    • About 100 Major Internet Services(Youtube, SoundCloud, Flickr...) Support
    • Drag & Drop support
  • Display Mode - v0.8
    • Default(Editor:Viewer), Reverse(Viewer:Editor), Only Editor, Only Viewer (View > Mode)
  • Insert Current Date & Time - v0.8
    • Various Format support (Insert > Date & Time)
  • HTML to Markdown - v0.8
    • Drag & Drop your selected text on Web Browser
  • Options for markdown parsing
  • CLI(Command Line Interface) - v0.12.1
    • -f: files
    • --mode=view or --mode=edit: only view or edit mode
  • Outline View
  • Vim Key-binding
  • Export to PDF, HTML
  • Styled HTML copy to clipboard for WYSIWYG editors
  • Auto Save & Restore
  • Document state information
  • Tab or Spaces for Indentation
  • Colum(Single, Two and Three) Layout View
  • Markdown Syntax Help Dialog
  • Markdown Folding
  • Import and Export settings

Internationalization

Enhanced Markdown Syntax

  • Added [TOC] Syntax
    • Now you can easily embed table of content in documents.
    • Left Align: [TOC "float:left"]
    • Right Align: [TOC "float:right"]
  • ![]() Extended image syntax
    • ![alt text](url "title" "css")
  • Gitub Flavored Markdown & extensions
    • Syntax highlighting
    • Table
    • URL autolinking
    • Strikethrough
    • Smartypants
  • Mathematics Expression
    • Inline Expression: $$$...$$$
    • Block Expression: $$...$$
    • Added Option inline mathematics expression ($, $$$)
  • Added Superscript, Subscript
    • Sup^superscript^, Sub~subscript~
  • Extended Image Syntax
    • If ![](path/*.mp3) then <audio> / extensions mp3, ogg
    • If ![](path/*.mp4) then <video> / extensions mp4, ogv, webm
  • Footnote
    • Footnote: [^identity]
    • Footnote Reference: [^identity]: text

Upcoming Features

  • Tasklist - GFM

And more?

Don't forget to check Preferences, lots of useful options are there.

Follow official social account @haroopad and developer @rhiokim on Twitter for the latest news.

For feedback, use the menu Help - User Echo

About

Haroopad - The Next Document processor based on Markdown

http://pad.haroopress.com

License:GNU General Public License v3.0