Popularity
5.6
Declining
Activity
0.0
Stable
1,596
80
223

Programming language: JavaScript
License: GNU General Public License v3.0 only
Tags: Editors    
Latest version: v0.3.2

Haroopad alternatives and similar tools

Based on the "Editors" category.
Alternatively, view Haroopad alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Haroopad or a related project?

Add another 'Editors' Tool

README

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.13.2)

  • New Features
  • New Syntax
  • Added new code language & themes - reference
    • total 112 languages(swift, gradle ...) and 49 themes

More changelog

  • Bugs
    • Fixed No confirm save in Windows on close Window with [X]
    • Fixed The file path can't contain space in Windows
  • Enhancements
    • Update Codemirror Editor v4.8
    • Support Font in Math
    • Support \left and \right in Math
    • Support custom gfm code block delimiters
    • Enhance GFM tabls's column width issue
    • Enhance Two subsequent tables are rendered with no space
    • Enhance Equation rendering issues

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
    • $ 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
  • 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
  • Tasklist
    • Task: - [ ]
    • Task (Done): - [x]

TODO

  • Plugin System
  • Integrating with cloud environments

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

LICENSE


*Note that all licence references and agreements mentioned in the Haroopad README section above are relevant to that project's source code only.