Pepperminty-Wiki
Pepperminty-Wiki copied to clipboard
A wiki in a box
Bumps [webpack](https://github.com/webpack/webpack) from 5.69.1 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...
I think I found another bug here (or is it an expected behavior?) . Imagine you have this page structure: ``` Parent1 Child11 Child12 Parent2 Child21 ``` If you open...
I have a couple of use cases on my mind, where file-based wiki engine like PeppermintyWiki should shine, compared to other wiki engines. They are: * portability - in a...
Upon the initial installation, the installer doesn't check if sqlite3 PHP module is installed, even though right now there's a hard requirement for it. This results in a wiki instance...
As someone who is only just starting to come to grips with frontend web stuff, I mostly am familiar with the MediaWiki/Wikipedia markup methods. Some of those don't work the...
- Updated dockerfile - Added minimal peppermint.json to the docker folder, for use by the dockerfile. - Updated getting started with alternate docker-compose instructions & troubleshooting.