Ticket #3916 (closed enhancement: invalid)

Opened 5 years ago

Last modified 3 years ago

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

trac3916-creole.patch Download (21.8 KB) - added by jason 5 years ago.

Change History

comment:1 Changed 5 years ago by jason

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

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

comment:3 Changed 5 years ago by TimothyClemans

  • Cc TimothyClemans added

Changed 5 years ago by jason

comment:4 Changed 4 years ago by AlexGhitza

  • Type changed from defect to enhancement

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:7 Changed 3 years ago by was

  • Resolution changed from fixed to invalid

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.

Note: See TracTickets for help on using tickets.