Ticket #3916 (closed enhancement: invalid)
Make a %wiki (or %markdown or %rest) cell mode for the notebook
| Reported by: | jason | Owned by: | boothby |
|---|---|---|---|
| Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | notebook | Keywords: | |
| Cc: | TimothyClemans | Work issues: | |
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Currently it seems that the only way to get nice text between cells is to do a %html cell or to edit the worksheet directly. Either way, you have to write html code by hand.
It would be nice if there was a %wiki cell mode, like %html, but let you put in wiki markup which would then be converted to HTML to display.
Here are some CREOLE parsers (with examples that convert to html):
http://creoleparser.googlepages.com/
http://wiki.sheep.art.pl/Wiki%20Creole%20Parser%20in%20Python
Attachments
Change History
comment:2 Changed 5 years ago by jason
- Summary changed from Make a %wiki cell mode for the notebook to Make a %wiki (or %markdown or %rest) cell mode for the notebook
Other options include Markdown ( http://www.freewisdom.org/projects/python-markdown/) or reST ( http://docutils.sourceforge.net/rst.html).
comment:5 Changed 3 years ago by timdumol
- Report Upstream set to N/A
Since we already have text cells, is this still relevant?
comment:6 Changed 3 years ago by was
- Status changed from new to closed
- Resolution set to fixed
Nope, this isn't relevant.
comment:8 Changed 3 years ago by mvngu
- Milestone changed from sage-4.3 to sage-duplicate/invalid/wontfix
comment:9 follow-up: ↓ 10 Changed 3 years ago by edrex
wait, how do text cells enable me to use markdown syntax?
i'd like to be able to write the in-between text in markdown, run it through sage and markdown, and get a nicely-formatted html page. How could this be accomplished?
comment:10 in reply to: ↑ 9 Changed 3 years ago by Sharpie
Replying to edrex:
wait, how do text cells enable me to use markdown syntax?
i'd like to be able to write the in-between text in markdown, run it through sage and markdown, and get a nicely-formatted html page. How could this be accomplished?
I agree-- text cells are nice, but I don't want to spend half my day pointing-and-click around to get something formatted. Markdown allows you to format without breaking the flow of writing.


Also, see the python section of http://www.wikicreole.org/wiki/Converters