sbrl on master
page-list: add filter GET param… Bump version to v0.24-beta2; up… (compare)
sbrl on master
parser-parsedown: coment debug … (compare)
dependabot[bot] on npm_and_yarn
build(deps): bump terser from 5… (compare)
sbrl on v0.24-beta1
sbrl on master
package.json: bump version (compare)
sbrl on master
Update dependencies Bump versions (compare)
sbrl on master
Update changelog (compare)
sbrl on master
Bugfix action-raw: add missing … (compare)
sbrl on master
bugfix: fix reference to tags i… (compare)
sbrl on master
action-raw: updaate rest api do… (compare)
sbrl on master
Add x-tags to raw action (compare)
sbrl on master
Update changelog (compare)
sbrl on master
page-edit: add missing refresh … (compare)
sbrl on master
page-edit: fix user page permis… (compare)
sbrl on master
Return a 409 Conflict instead o… Merge branch 'master' of github… (compare)
sbrl on master
Remove debug logging (compare)
sbrl on master
docs: tweak language about pepp… (compare)
sbrl on master
Make PeppermintParsedown::extra… Merge branch 'master' of github… (compare)
XML dump → markdown - I've blogged about how I did it if you're interested
Also, is there a way to remove the comments box
The recommended way of doing that at the moment is to build a copy of Pepperminty Wiki without the feature-comments
module
(doing so from the latest master
will still include absolute redirect support)
I can certainly add a setting to toggle the comments on and off though.
Sort of a random question... How difficult would it be to add something like vim.js to Pepperminty Wiki as a page editor?
Very interesting question. I've been thinking about a page editor improvement for a while now actually
Do you mean this? It seems pretty blurry to me for some reason, but it looks otherwise ok.
Adding a custom page editor requires a few considerations:
<textarea>
when you hit the save button, it shouldn't matter what editor you usepage_renderer::add_header_html($html)
) to hide said <textarea />
__halt_compiler()
call - which is then later unzipped at runtime. The limitation here is that it doesn't handle large numbers of files very well, so vim.js
would have to be a single file that can be downloaded from somewhere.Sure! Here's a link to the blog post: https://starbeamrainbowlabs.com/blog/article.php?article=posts/375-next-gen-search-2-test-data.html
Ah, I see!
Yeah, I want to overhaul the module system at some point to do something similar to the theme gallery but with modules, to allow you to install / remove them at runtime instead of build time.
Absolute redirect support is already in the latest master
of the git repository if you'd like to build a custom copy :D
I've also added a new comment_hide_all
setting in the latest master you might want to set to true
if you want to disable the commenting system (reload the page to get the setting to be inserted into peppermint.json
). I can provide a build if you like, but it sounds like you might be confident enough to build it yourself :-)
Oh my! I thought I'd thought fixed that one. Evidently I forgot to check the other themes lol (I see you're using the blue
theme in the earlier screenshot).
prefers-color-scheme
, so for me it looks dark :D)
git pull
should fix that issue