All Projects → tterb → Hyde

tterb / Hyde

Licence: GPL-3.0 license
📝 An Electron powered markdown editor for Jekyll users

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
typescript
32286 projects

Projects that are alternatives of or similar to Hyde

React Markdown
Markdown component for React
Stars: ✭ 8,047 (+18188.64%)
Mutual labels:  gfm
Commonmark
Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs.
Stars: ✭ 2,128 (+4736.36%)
Mutual labels:  gfm
Lute
🎼 一款结构化的 Markdown 引擎,支持 Go 和 JavaScript。
Stars: ✭ 211 (+379.55%)
Mutual labels:  gfm
Markdown To Jsx
🏭 The most lightweight, customizable React markdown component.
Stars: ✭ 1,079 (+2352.27%)
Mutual labels:  gfm
Vditor
♏ 一款浏览器端的 Markdown 编辑器。
Stars: ✭ 1,742 (+3859.09%)
Mutual labels:  gfm
Python Markdown Editor
Standalone editor for your markdown files
Stars: ✭ 164 (+272.73%)
Mutual labels:  gfm
Marked
A markdown parser and compiler. Built for speed.
Stars: ✭ 26,556 (+60254.55%)
Mutual labels:  gfm
julien.danjou.info
Julien Danjou's blog and personal website
Stars: ✭ 19 (-56.82%)
Mutual labels:  hyde
Hads
📚 Markdown superpowered documentation for Node.js
Stars: ✭ 147 (+234.09%)
Mutual labels:  gfm
Vditor
♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.
Stars: ✭ 3,773 (+8475%)
Mutual labels:  gfm
Markd
Yet another markdown parser, Compliant to CommonMark specification, written in Crystal.
Stars: ✭ 73 (+65.91%)
Mutual labels:  gfm
Editor.md
The open source embeddable online markdown editor (component).
Stars: ✭ 11,741 (+26584.09%)
Mutual labels:  gfm
Tui.editor
🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
Stars: ✭ 14,016 (+31754.55%)
Mutual labels:  gfm
Markdown
A super fast, highly extensible markdown parser for PHP
Stars: ✭ 945 (+2047.73%)
Mutual labels:  gfm
Markdig
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
Stars: ✭ 2,730 (+6104.55%)
Mutual labels:  gfm
Micromark
the smallest commonmark compliant markdown parser that exists; new basis for @unifiedjs (hundreds of projects w/ billions of downloads for dealing w/ content)
Stars: ✭ 793 (+1702.27%)
Mutual labels:  gfm
Showdown
A bidirectional Markdown to HTML to Markdown converter written in Javascript
Stars: ✭ 12,137 (+27484.09%)
Mutual labels:  gfm
celldown.js
Small javascript library for manipulating markdown tables
Stars: ✭ 17 (-61.36%)
Mutual labels:  gfm
Lute
🎼 一款对中文语境优化的 Markdown 引擎,支持 Go 和 JavaScript。A structured Markdown engine that supports Go and JavaScript.
Stars: ✭ 222 (+404.55%)
Mutual labels:  gfm
Abricotine
Markdown editor with inline preview
Stars: ✭ 2,308 (+5145.45%)
Mutual labels:  gfm

Title


Build Status  Code Climate  Dependency Status  Version  License 

Description

Hyde is an Electron-based markdown editor that aims to improve the accessibility of creating beautifully formatted markdown documents for developers and non-developers, alike. This goal is achieved through an approachable modular interface, capable of offering the same familiar toolbars and live-preview that you would find in a word-processor or the simplicity and streamlined workflow of a minimalistic text editor. Additionally, while Hyde was initially created to cater to Jekyll users, during development the oppurtunity was recognized to similarly improve the writing experience across various platforms. Therefore, additional features have been integrated that allow Hyde to cater to the wide variety of popular platforms and tools that utilize markdown formatting.



Features

  • Live Preview
    • Instantly observe changes to your documents in rendered Markdown or HTML as you create them
    • YAML frontmatter recongition ensures that only your intended content is rendered
  • Sync-scrolling allows the preview to keep up with you as you type
  • GitHub Flavored Markdown (GFM)
  • User-friendly formatting via the toolbar
  • Syntax highlighting for Markdown, GFM-compatible HTML, and YAML frontmatter
  • A collection of 20+ popular syntax-themes
  • 🎉 Font Awesome, Glyphicon, and Emoji support 🎉
  • Full screen mode
    • Write free of all distractions
  • Support for TeX math rendering
  • Integrated spell-checking and word count
  • App can remain active in tray for quick access
  • All contained within an approachable, modular interface that caters to your workflow
  • Cross platform
    • Windows, Mac and Linux ready


Installation

Cloning, installing, and running Hyde is as simple as executing the following commands:

# Clone the repository
$ git clone https://github.com/tterb/hyde

# Navigate to the directory
$ cd hyde

# Install Hyde
$ npm install -g ./

Now, Hyde can easily be launched from anywhere using the following command:

$ hyde <filename>


Development

Preprocessor compilation and live-reload functionalities are available via the following command:

$ gulp watch


Contributing

If you're looking for an easy way to contribute to this project but aren't sure where to start, I've created a list of minor bugs and/or issues to be fixed before the projects initial release, which you can find here or you can just try out the app and provide some feedback. Additionally, if you'd like to submit a pull-request, I would ask that you first take a look at the projects contributing guidelines.



Proudly powered by:

Electron logo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].