No commit activity in last 3 years
No release in over 3 years
A small and simple efficient extension to Monologue that replace the default WYSIWYG editor with a Markdown editor.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 1.0.0.rc3
~> 0.5.2
~> 3.2.8
 Project Readme

monologue-markdown

This is a simple extension that will change Monologue's default editor to EpicEditor which will let you use Markdown instead of a WYSIWYG edit.

IMPORTANT: this README is for Monologue 0.3.X.

Install on a brand new Monologue installation

This is simple, you just have to add this file to your Gemfile after Monologue:

gem "monologue-markdown", :git => "git@github.com:jipiboily/monologue-markdown.git"

Then run this:

bundle exec rake monologue_markdown:install:migrations
bundle exec rake db:migrate

Install on an already existing Monologue installation

You do the same as for a new Monologue installation, but, keep in mind that only new posts will have EpicEditor enabled. All the posts that existed before will still be using the WYSIWYG editor.

For Code Highlighting

sudo easy_install Pygments

Notes

There are Deface overrides with this project. You might want to (read: "should") turn it off on production. If you do, you can add a Capistrano task to precompile them or precompile them locally.

Read more about this here.