wiki
wiki copied to clipboard
Wiki.js | A modern and powerful wiki app built on Node.js
I've added head and body injection to the editor template, so that the preview for the page shows custom web components / page extensions that have been injected into the...
Change Root Folder name from Root to Site title name  
Fixes: https://github.com/requarks/wiki/discussions/4888 Before:  After:  I'm not sure why but the root parent's title is being overriden with a translatable title. But this happens in the mount...
Pull request again because of the issue of not using the feature branch. --- Thanks to you making this project, my work has become more enjoyable. This feature was what...
Add a simple "modal" class to images from the assets dialog and enable a modal window for preview. Clicking on the modal window will close it. Example for a thumbnail...
I found an issue (I think it's an issue) recently in the asset management. When you have the write:assets permission you can create folders anywhere you want even with page...
Fixes the following issues on RTL locales: 1. Headers underline now shows on the right 2. Comment actions now show on the left 3. Make visual editor knowledgeable of RTL...
Issue: There is some weird behavior with v-img tag while display the header logo. The logo is flickering whenever we are clicking on different file on the side navigation. Solution:...
After deploying Wiki.js in our company, we had a lot of feedback from confused users when using the "Site Tree" navigation. This revealed to be due to a couple of...
If no tags are submitted e.g. via mutation{pages {update()}} the update will fail. This fixes the issue, same solution as in the pages create method: https://github.com/requarks/wiki/blob/b5b4b0880ae26f4b137242267b6674b51af8688c/server/models/pages.js#L327