FooWiki Manual
Overview
this doc is a work in progress...
Contents
Basic Features
Editing
- pages are editable (by anyone), Markdown syntax is used
- new pages can be created either from the Index Page or using Markdown syntyax in an existing page
- existing pages can be included (transcluded) into other pages using a local link with no title
Tags
- pages may be tagged (single word, lower case), simply type the word into the Tags box when editing a page
Search
- search by keywords and/or selected tags (clicking on the tags in the column toggles them)
Data Operations
The system is backed by a Fuseki SPARQL store, check the index page
(this is a test)
Text Formatting
Links
Links more or less follow Markdown conventions.
Headers in the text (#, ## etc.) will automatically become anchors, they may be addressed by using the title as the link target, prepended with a # symbol, e.g. [Overview](#Overview)
[Title]() - will link to (possibly new) page Title in FooWiki
[](Link) - will include (transclude) content of page Link
[I'm an inline-style link](https://www.google.com)
[I'm an inline-style link with title](https://www.google.com "Google's Homepage")
[I'm a reference-style link][Arbitrary case-insensitive reference text]
[I'm a relative reference to a repository file](../blob/master/LICENSE)
[You can use numbers for reference-style link definitions][1]
Or leave it empty and use the [link text itself]
Some text to show that the reference links can follow later.
[arbitrary case-insensitive reference text]: https://www.mozilla.org
[1]: http://slashdot.org
[link text itself]: http://www.reddit.com
`
I'm an inline-style link with title
I'm a relative reference to a repository file
You can use numbers for reference-style link definitions
Or leave it empty and use the link text itself
Some text to show that the reference links can follow later.
Tags
Tags are converted to lower case.