Project

markuapad

0.01
No commit activity in last 3 years
No release in over 3 years
An app for writing markua based documents.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.9
~> 10.0
 Project Readme

Markuapad

A web editor for creating markua documents.

This project is a web editor that is in use at markuapad.com and will be integrated into leanpub.com.

It's used to create any document written in the markua format.

This is the alpha release and is not yet close to stable. Use at your own risk!

It's written and maintained by Braden Simpson, but we would love to have your pull requests 😄

Installation

You can use this project by including it in your package.json, then including the markuapad.scss file, and the build/bundle.js file. then call $(element).markuapad(options).

Development

Ensure that you have webpack installed

npm install -g webpack npm install webpack-dev-server -g

Get the code

Run the following:

  • git clone https://github.com/markuadoc/markuapad
  • cd markuapad
  • npm install && bower install
  • webpack-dev-server

To deploy the gem

  • ./prepare_gem
  • update lib/markuapad/version.rb
  • gem build markuapad.gemspec
  • gem push markuapad-<version>.gem

and you should be up an running on http://localhost:8080