wiki icon indicating copy to clipboard operation
wiki copied to clipboard

Wiki.js | A modern and powerful wiki app built on Node.js

Results 194 wiki issues
Sort by recently updated
recently updated
newest added

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

needs-work

Change Root Folder name from Root to Site title name ![image](https://user-images.githubusercontent.com/78150447/171361432-8a5803f5-dfd6-4f4d-a098-2bf1584a1357.png) ![image](https://user-images.githubusercontent.com/78150447/171374399-c9cd4657-93cd-428e-837b-655573b5a75f.png)

Fixes: https://github.com/requarks/wiki/discussions/4888 Before: ![Screenshot before@2x](https://user-images.githubusercontent.com/523210/170263154-3b6a326c-a538-447c-9a35-e0e6fb4697ba.png) After: ![Screenshot after@2x](https://user-images.githubusercontent.com/523210/170263189-4a54cc9b-31b6-4f8e-80a2-a32810c91a5c.png) I'm not sure why but the root parent's title is being overriden with a translatable title. But this happens in the mount...

under review

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

under review

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

needs-work

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

needs-work

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

needs-work