All Projects → diversen → electron-markdown-editor

diversen / electron-markdown-editor

Licence: other
A simple electron markdown editor made with Uikit, Codemirror and markdown-it. Support for MathJax, code highlighting, live preview, and more.

Programming Languages

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

Projects that are alternatives of or similar to electron-markdown-editor

vscode-markdown-editor
A vscode extension to make your vscode become a full-featured WYSIWYG markdown editor
Stars: ✭ 249 (+361.11%)
Mutual labels:  markdown-editor, mathjax
notes
Simple text editor for your Markdown and LaTeX notes.
Stars: ✭ 24 (-55.56%)
Mutual labels:  markdown-editor, mathjax
Markdown Preview Enhanced
One of the 'BEST' markdown preview extensions for Atom editor!
Stars: ✭ 3,478 (+6340.74%)
Mutual labels:  markdown-editor, mathjax
Draft
▪️Online markdown editor
Stars: ✭ 29 (-46.3%)
Mutual labels:  markdown-editor
mpMath
微信公众号公式编辑插件
Stars: ✭ 103 (+90.74%)
Mutual labels:  mathjax
BottomSheet
A BottomSheet component made with UIKit. Completely written in Swift 🧡
Stars: ✭ 62 (+14.81%)
Mutual labels:  uikit
react-mathjax-preview
The MathJax React component you were looking for.
Stars: ✭ 46 (-14.81%)
Mutual labels:  mathjax
RCPickerButton
Simple button for marking some items as selected.
Stars: ✭ 17 (-68.52%)
Mutual labels:  uikit
bootstrap4-ui-kit-for-indesign
Bootstrap 4 UI Kit for Adobe InDesign
Stars: ✭ 11 (-79.63%)
Mutual labels:  uikit
pikko
Color picker for iOS made with ❤️
Stars: ✭ 34 (-37.04%)
Mutual labels:  uikit
MathJax-dev
Build and release tools for the MathJax project
Stars: ✭ 34 (-37.04%)
Mutual labels:  mathjax
iOS-Developer-Nanodegree
Learn how to program apps for the iPhone and iPad
Stars: ✭ 20 (-62.96%)
Mutual labels:  uikit
uikit collection
Uikit3 vendor, yform template and Helper-AddOn for Demo
Stars: ✭ 26 (-51.85%)
Mutual labels:  uikit
swiftui-example
SwiftUI 示例,技巧和技术集合,帮助我构建应用程序,解决问题以及了解SwiftUI的实际工作方式。
Stars: ✭ 109 (+101.85%)
Mutual labels:  uikit
WWDC17
WWDC 2017 Scholarship Submission by Phil Zet (Philipp Zakharchenko)
Stars: ✭ 14 (-74.07%)
Mutual labels:  uikit
tiny-ui
⚛️ A friendly UI component set for React.js
Stars: ✭ 202 (+274.07%)
Mutual labels:  uikit
StrapDown.js
✨ StrapDown.js is an awesome javascript tool to quickly publish nice-looking web-pages in pure Markdown 📝, with no server side compilation 😎 →
Stars: ✭ 86 (+59.26%)
Mutual labels:  mathjax
XCoordinator-Example
XCoordinator-Example serves as an MVVM-C example app for XCoordinator
Stars: ✭ 53 (-1.85%)
Mutual labels:  uikit
StackableTableView
A UITableView subclass that enables setting an array of views for both headers and footers utilizing UIStackView
Stars: ✭ 72 (+33.33%)
Mutual labels:  uikit
okeedesign-mobile-vue
High Performance, Flexiable Configuration, Various Components
Stars: ✭ 139 (+157.41%)
Mutual labels:  uikit

Electron markdown editor

Screenshot

Screenshot

A markdown editor for the desktop using:

Features

  • WYSIWYG

  • Shortcuts (ctrl-S, Ctrl-O) save and open

  • Dialog for image

  • Dialog for videos (mp4)

  • Dialog for tables

  • Live preview of code highlight.js with tiles, e.g.:

    ~~~php <?php

    echo "hello world";

    ?> ~~~

Becomes:

<?php

echo "hello world";

?>
  • Live preview of Math MathJax, e.g.:

$$\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}$$

(You will not be able to see parsing of MathJax on github.com or npmjs.com - but only when using the editor).

Install

Use npm:

Global:

sudo npm install electron-markdown-editor -g

You can specify a file on the commandline. E.g.:

electron-markdown-editor README.md

Development:

git clone https://github.com/diversen/electron-markdown-editor
cd electron-markdown-editor 
npm install

Run electron-markdown-editor:

./bin/electron-markdown-editor README.md
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].