markwiki
markwiki copied to clipboard
:warning: UNMAINTAINED: A simple wiki using Markdown
Synchronized with upstream. Sorry for the previous pull request.
WikiPage.store() method should call str.encode() after replacing newline characters. Otherwise, under Python 3 it will fail with TypeError: 'str' does not support the buffer interface
It's wrapping a paragraph tag around my html.
Read the Docs changed from .org to .io.
Now sure if this feature has an equivalent already (having a different text than the wiki path) but would be sort of nice to have.
While simply copying existing markdown files to the wiki directory allows access to them, they are not indexed for search. Did i miss something ? Otherwise it would be a...
Problem: MarkWiki currently must be deployed on a user's own server. This creates a barrier to entry for groups that do not have their own server. Solution: Modify MarkWiki storage...
Problem: The search tool used by MarkWiki, Whoosh, stores its index exclusively on the file system. For cloud environments like Heroku which do not support persistent file systems, the search...
Consider if I am in page `[[foo/bar]]` and I add a link `[[baz]]`. This points to the page `/baz.md` not `/foo/baz.md` as I would prefer. The advantage of relative addressing...