markwiki icon indicating copy to clipboard operation
markwiki copied to clipboard

:warning: UNMAINTAINED: A simple wiki using Markdown

Results 16 markwiki issues
Sort by recently updated
recently updated
newest added

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.

There seems to be no way to change user password.

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...