Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corbindavenport/pluto-editor
WYSIWYG editor for Markdown files as a Progressive Web App
https://github.com/corbindavenport/pluto-editor
markdown markdown-editor progressive-web-app progressive-web-apps pwa wysiwyg wysiwyg-editor wysiwyg-editors
Last synced: 2 months ago
JSON representation
WYSIWYG editor for Markdown files as a Progressive Web App
- Host: GitHub
- URL: https://github.com/corbindavenport/pluto-editor
- Owner: corbindavenport
- License: gpl-3.0
- Archived: true
- Created: 2021-12-17T21:08:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T22:50:52.000Z (11 months ago)
- Last Synced: 2024-08-01T13:34:46.770Z (5 months ago)
- Topics: markdown, markdown-editor, progressive-web-app, progressive-web-apps, pwa, wysiwyg, wysiwyg-editor, wysiwyg-editors
- Language: JavaScript
- Homepage: https://plutoeditor.app
- Size: 104 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pluto-editor
Pluto is a WYSIWYG ("What You See Is What You Get") text editor for [Markdown](https://en.wikipedia.org/wiki/Markdown) files that runs as a Progressive Web App.
Pluto is still a work in progress, some basic functionality might be missing or broken! **Do not use Pluto with important documents.**
**Features:**
* Offline support
* Works on desktop and mobile devices
* Uses the [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API) to open and save local files (if supported by the web browser)Pluto Editor uses components from [Bootstrap](https://getbootstrap.com/) and [Showdown](http://www.showdownjs.com/).