w2wiki
w2wiki copied to clipboard
A web-based, wiki-like notepad that you host yourself
Looking at [this recent commit](https://github.com/panicsteve/w2wiki/commit/8f1d0470b4ddb1c7699e3308e765c11ed29542b6), I wondered why only links and images should be specially treated for html entities; what specific forms of XSS are prevented by that? The wiki...
A link to [[A#B]] renders as w2wiki.org/index.php/A#B, and is eventually written to a file called "A".
This is a form of dead link detection, called "red links" in MediaWiki. Links to unwritten articles are displayed in another color (red). This makes it easy for wiki authors...
I get warnings printed to my nginx error log on every page load. The page loads fine, it's just nice to remove this to make logs more readable. ``` 2022/04/21...
Now when you upload a file, you get a link saying "Create a new page with this image in it" which auto-populates the markdown for the new page with the...
Is it possible to delete a page via the interface? Maybe something like a "Delete" button next to the "Edit" one?
HI Could you please add a password function for edit pages / save changes, not only to access the wiki ? CHEERS