Suhail
Suhail
I've received a PR (https://github.com/BreadGenie/cve-bin-tool/pull/11) on my fork to add luajit to the docs. So it might be not that the script isn't working, it might be something that went...
I think this issue can be closed since #1941 seems to indicate that the script is running without issue. It could be something that went wrong in the CI.
We decided to remove the tree view to make storing and finding Wiki Pages easier and without much mental overhead. I do agree that sometimes it makes sense to have...
Can you try enabling redis from Wiki Settings and try again? Or try running `bench --site rebuild-search-index` and see if the pages are shown.
> 1. Does the search index need to be built/rebuilt after every new wiki page is added? No, the the index for a new wiki page is built whenever it...
There were 2 bugs that happened here. - Tiptap omitted `` and `` tags that determines the width of table cell while using editor.getHTML() method. So I had to do...
This doesn't seem to be set from UI since we have a validation over there (In d2 it'll simply overwrite existing value) https://github.com/frappe/press/blob/78153fbcfe2e024542d56d7a50f3385b36ecf3e3/dashboard/src/components/ConfigEditor.vue#L189-L191 It looks like it's coming from a...
Note for self: would have to extend image package to support resizing or wait till tiptap implements their own (https://github.com/ueberdosis/tiptap/issues/1354)
Hey, can you give me some screenshots or a recording?
I'll take a stab at this when I get some time What I'm thinking of is restriction to be added in `Wiki Space` and not per `Wiki Page` as it...