Skip to content

loqu8/owncloud-markdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ownCloud Markdown Editor

Extends the texteditor in ownCloud with a live preview for markdown files

Markdown Editor

The editor also supports LaTeX math using MathJax.
Math should be surrounded by a $ for inline math or $$ for a math block.

LaTeX math

Besides embedding images from the web, you can also embed images stored on your ownCloud

Embed Images

Requirements

This requires ownCloud and the text editor app to be installed from ownCloud 7 or higher.

Installation

  • Clone the app into the /var/www directory:

    git clone https://github.com/icewind1991/owncloud-markdown.git

  • Link the app ownCloud's apps folder as 'files_markdown':

    ln -s /var/www/owncloud-markdown /var/www/owncloud/apps/files_markdown

  • Activate the App.

About

ownCloud markdown editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • CSS 3.4%
  • PHP 0.1%