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.
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>
Preprocessor compilation and live-reload functionalities are available via the following command:
$ gulp watch
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: