Fossil SCM
hook on wiki html rendering
Open
8c480d18328fe17…
· opened 15 years, 2 months ago
- Type
- Feature_Request
- Priority
- Low
- Severity
- Important
- Resolution
- Open
- Subsystem
- —
- Created
- Feb. 8, 2011 1:20 p.m.
I'm looking for a uniform method of supplying fossil with different markup languages. There should be setting controllable pipe between plain text data and wiki.
Comments (1)
stephan
13 years, 2 months ago
The JSON API allows one to do this, and there's a proof-of-concept/demo here:
http://fossil.wanderinghorse.net/repos/fwiki/editor/
that requires rendering on the client side (or whoever fetches the data, since that might itself be a pipe of some sort).