olleolleolle / upflow forked from troelskn/upflow
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
upflow /
| name | age | message | |
|---|---|---|---|
| |
README.markdown | ||
| |
blocktypes/ | Tue Mar 03 14:47:17 -0800 2009 | |
| |
showdown.js | Fri Mar 27 05:13:35 -0700 2009 | |
| |
test/ | Tue Mar 03 14:47:17 -0800 2009 | |
| |
upflow.css | ||
| |
upflow.js |
README.markdown
Upflow
Flowing Markdown upstream.
A wysiwym editor for Markdown.
Demo at: http://troelskn.googlepages.com/upflow.html
License and author
Upflow was written by Troels Knak-Nielsen, and released under the MIT license.
Dependencies
Upflow uses the Showdown library.
2009-03-27 NB: Distributing an deobfuscated, minifyable version of the above code.
The version of showdown.js distributed with Upflow can be minified.
A pull request has been sent to derobins' wmd at GitHub.
Blocktypes are custom templates
Upflow can render templates -- blocktypes -- and currently ships with two of these, found in the blocktypes/ folder.
image.js
Renders an IMG tag, takes arguments like:
..image :: path/to/the/image.png
ledger.js
The ledger blocktype is a table renderer. You enter your data like so:
..ledger
Lorem ipsum dolor sit amet
foo
32
16
8
bar
14
7
3½

