vlet / App-WebNotes

simpe web markdown editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Notes

App::WebNotes -- is a simple Web Markdown Editor

Description

It's powered by Perl Dancer at backend, and Backbone at frontend. Also used EpicEditor for markdown and css framework Bootstrap.

Intallation

git clone https://github.com/vlet/App-WebNotes.git
cd App-WebNotes
cpanm --installdeps .

Running

plackup bin/app.pl

Now open http://0:5000 in your favorite browser

All notes saved in localStorage and may be synced to server storage (plain json file). Path to storage file configured via config.yml.

Screnshots

  • Markdown Preview Screenshot

  • Editor Screenshot

  • Fullscreen Editor Screenshot

About

simpe web markdown editor


Languages

Language:JavaScript 65.7%Language:Perl 21.3%Language:CSS 13.0%