This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
upflow /
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Thu Jul 02 03:10:26 -0700 2009 | |
| |
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 | Fri May 08 18:43:22 -0700 2009 | |
| |
upflow.js | Sun Dec 20 09:14:20 -0800 2009 |
README.markdown
Upflow
Flowing Markdown upstream.
A wysiwym editor for Markdown.
Demo at: http://troelskn.github.com/upflow/
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½







