Fossil

View Ticket
Login
2013-01-25
18:30 Ticket [8c480d1832] hook on wiki html rendering status still Open with 5 other changes artifact: 33b80d8236 user: stephan
2011-02-08
13:20 New ticket [8c480d1832]. artifact: 5b855235e4 user: anonymous

Ticket Hash: 8c480d18328fe17543b4cd06f7b08920f2439a49
Title: hook on wiki html rendering
Status: Open Type: Feature_Request
Severity: Important Priority: Low
Subsystem: Resolution: Open
Last Modified: 2013-01-25 18:30:50
13.18 years ago
Created: 2011-02-08 13:20:34
15.15 years ago
Version Found In:
Description:
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.
User Comments:
stephan added on 2013-01-25 18:30:50:
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).