Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Extum/editor
⌨️ Add a simple Markdown editor to your Flarum forum.
https://github.com/Extum/editor
composer css extension extum flarum flarum-ext flarum-ext-markdown-editor flarum-extension forum forum-software javascript js markdown php
Last synced: 3 months ago
JSON representation
⌨️ Add a simple Markdown editor to your Flarum forum.
- Host: GitHub
- URL: https://github.com/Extum/editor
- Owner: Extum
- License: other
- Archived: true
- Created: 2016-10-24T22:22:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T14:06:25.000Z (about 6 years ago)
- Last Synced: 2024-05-21T08:08:24.176Z (6 months ago)
- Topics: composer, css, extension, extum, flarum, flarum-ext, flarum-ext-markdown-editor, flarum-extension, forum, forum-software, javascript, js, markdown, php
- Language: CSS
- Homepage:
- Size: 4.15 MB
- Stars: 19
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown Editor Extension by [Extum](https://github.com/Extum)
![Extum Extension](https://img.shields.io/badge/Extum-Extension-orange.svg)
[![Latest Stable Version](https://img.shields.io/packagist/v/Extum/flarum-ext-markdown-editor.svg)](https://packagist.org/packages/Extum/flarum-ext-markdown-editor)
[![Total Downloads](https://img.shields.io/packagist/dt/Extum/flarum-ext-markdown-editor.svg)](https://packagist.org/packages/Extum/flarum-ext-markdown-editor)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/Extum/flarum-ext-markdown-editor/issues)
[![GitHub issues](https://img.shields.io/github/issues/Extum/flarum-ext-markdown-editor.svg)](https://github.com/Extum/flarum-ext-markdown-editor/issues)
[![GitHub forks](https://img.shields.io/github/forks/Extum/flarum-ext-markdown-editor.svg)](https://github.com/Extum/flarum-ext-markdown-editor/network)
[![GitHub stars](https://img.shields.io/github/stars/Extum/flarum-ext-markdown-editor.svg)](https://github.com/Extum/flarum-ext-markdown-editor/stargazers)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Extum/flarum-ext-markdown-editor/master/LICENSE)A simple Markdown Editor for your Flarum forum.
## Installation
Use [Bazaar](https://discuss.flarum.org/d/5151-flagrow-bazaar-the-extension-marketplace) or install manually:
```bash
composer require extum/flarum-ext-markdown-editor
```## Updating
```bash
composer require extum/flarum-ext-markdown-editor
php flarum cache:clear
```