All Projects → osener → Markup.rocks

osener / Markup.rocks

Licence: mit
Pandoc based document editor and converter in your browser.

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to Markup.rocks

Pandoc Ruby
Ruby wrapper for Pandoc
Stars: ✭ 299 (-14.08%)
Mutual labels:  markdown, pandoc, markup
Pandoc
Universal markup converter
Stars: ✭ 24,250 (+6868.39%)
Mutual labels:  markdown, pandoc, markup
Pandoc Markdown Book Template
A template for creating epub books from markdown using pandoc.
Stars: ✭ 191 (-45.11%)
Mutual labels:  markdown, pandoc
Scroll
Static publishing software with a newspaper feel built on Tree Notation. Scroll is public domain software.
Stars: ✭ 206 (-40.8%)
Mutual labels:  markdown, markup
Manubot
Python utilities for Manubot: Manuscripts, open and automated
Stars: ✭ 260 (-25.29%)
Mutual labels:  markdown, pandoc
Rmarkdown
Dynamic Documents for R
Stars: ✭ 2,319 (+566.38%)
Mutual labels:  markdown, pandoc
Badges
📝 Markdown code for lots of small badges 🎀 📌 (shields.io, forthebadge.com etc) 😎. Contributions are welcome! Please add yours!
Stars: ✭ 2,987 (+758.33%)
Mutual labels:  markdown, markup
Tufte Pandoc Css
Starter files for using Pandoc Markdown with Tufte CSS
Stars: ✭ 215 (-38.22%)
Mutual labels:  markdown, pandoc
Pandoc Action Example
using the pandoc document converter on GitHub Actions
Stars: ✭ 131 (-62.36%)
Mutual labels:  markdown, pandoc
Panflute
An Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions
Stars: ✭ 286 (-17.82%)
Mutual labels:  markdown, pandoc
Pandoc Latex Template
A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
Stars: ✭ 3,750 (+977.59%)
Mutual labels:  markdown, pandoc
Preact Markup
⚡️ Render HTML5 as VDOM, with Components as Custom Elements!
Stars: ✭ 167 (-52.01%)
Mutual labels:  markdown, markup
Awesome Scientific Writing
⌨️ A curated list of awesome tools, demos and resources to go beyond LaTeX
Stars: ✭ 162 (-53.45%)
Mutual labels:  markdown, pandoc
Django Markupfield
📑 a MarkupField for Django
Stars: ✭ 184 (-47.13%)
Mutual labels:  markdown, markup
Pandoc Markdown Template
Markdown templates for Pandoc
Stars: ✭ 135 (-61.21%)
Mutual labels:  markdown, pandoc
Pandoc Book Template
A simple Pandoc template to build documents and ebooks.
Stars: ✭ 214 (-38.51%)
Mutual labels:  markdown, pandoc
Markdown Preview Enhanced
One of the 'BEST' markdown preview extensions for Atom editor!
Stars: ✭ 3,478 (+899.43%)
Mutual labels:  markdown, pandoc
Pandiff
Prose diffs for any document format supported by Pandoc
Stars: ✭ 110 (-68.39%)
Mutual labels:  markdown, pandoc
Patat
Terminal-based presentations using Pandoc
Stars: ✭ 1,725 (+395.69%)
Mutual labels:  markdown, pandoc
Pander
An R Pandoc Writer: Convert arbitrary R objects into markdown
Stars: ✭ 267 (-23.28%)
Mutual labels:  markdown, pandoc

markup.rocks

markup.rocks is a client-side app that lets you edit, preview and convert between documents written in various markup languages in your browser.

Open source!

Check out markup.rocks on github to view the source code, file issues and contribute.

markup.rocks wouldn't be possible without these open source projects:

  • GHCJS - Amazing Haskell to JavaScript compiler
  • Pandoc - Extraordinary document converter which I shamelessly compiled to JS and built an interface around
  • Reflex and Reflex-DOM - Great set of libraries that hold this app together with the Functional Reactive Programming constructs they provide.

Building

The easiest way to get a working GHCJS installation is to use the provided nix-based build environment.

$ git clone --recursive https://github.com/osener/markup.rocks.env
$ git clone --recursive https://github.com/osener/markup.rocks
$ markup.rocks.env/activate  # this will take a while
$ make -C markup.rocks

Please note that the JavaScript file GHCJS generates as a result of this process includes Pandoc and will be subject to the restrictions its license, GPL version 2, has.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].