Nextcloud Markdown Editor
Extends the text editor in Nextcloud with a live preview for markdown files
Features
Embed images and videos stored on your Nextcloud
Use LaTeX to add math to your documents
Keep track of tasks with checkbox lists
Syntax highlighting for your code
mermaid.js
Create graph usingFully rendered previews in the sidebar
Requirements
This requires Nextcloud and the Text Editor app to be installed from Nextcloud 10 or higher.
Installation
- You can get the app from the Nextcloud app store or download the latest release from github.
If you're installing from git, you'll need to build the project by running make
in the app directory.
Usage
To use the markdown editor, simply open a file with a .md
or .markdown
extention.
Development
This app is written in typescript and requires nodejs and npm to build.
To build the project run make
from the app directory.
For development you can automatically build the project every time
the source changes by running make watch
.