On Thu, 23 May 2013 19:03:31 -0400, Richard Hipp <[email protected]> wrote: >Do you know that you can view the formatting of these kinds of pages >without checking them in? Just put the file (with a ".wiki" suffix) >somewhere in an open checkout, then run "fossil ui". Enter " >http://localhost:8080/doc/ckout/..." as the URL where "..." is replaced by >the filename. The key component in the URL is the "ckout" term which tells >Fossil to render the files as they appear in the check-out on disk, not as >they appear in the repository.
According to the "Formatting Rule Summary", "Only a single level of enumeration list is supported by wiki. For nested lists or for enumerations that count using letters or roman numerials, use HTML", so I had to use HTML for formatting and it looks ok when viewed through http://127.0.0.1:8081/doc/ckout/mydoc.wiki. Here's the data: www.pastebin.com/raw.php?i=xA31jQXi Using Fossil through the IDE isn't as good as using a full-fledged application, but I find this good enough for using basic commands like changes, commit, add, etc. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

