wiki
wiki copied to clipboard
Wiki.js | A modern and powerful wiki app built on Node.js
This is a copy of the original pull request [here](https://github.com/Requarks/wiki/pull/1337) Creating this pull request on dev branch as discussed with @NGPixel . I had originally created this a while ago...
Added functionality to search by date with elasticsearch. The createdAt attribute is used. To search just type ``` date:2020-10-01,2020-10-06 ``` for search with range or ``` date:2020-10-01 ``` for search...
Addresses #2167 # Implementation Plan 1. Reproduce code fetching renders configuration from client/components/admin/admin-rendering.vue in client/components/editor.vue. 2. Pass renderers configuration as a property to editor component 3. In client/components/editor/editor-markdown.vue Wrap md...
Currently, the user sees a blank page if they have Javascript disabled with no indication as to why. This commit adds a noscript message so users know they have to...
As requested I've resubmitted this pull request the original being https://github.com/Requarks/wiki/pull/2070 This should allow for breakpointing / debugging of the client side code within vscode.
Resubmitting https://github.com/Requarks/wiki/pull/1924 to the correct branch.
fix: #1186 feature discussion: #1935 Implement editor changing after page creation. The implementation works all ways. 
I've noticed, that you are using a self-hosted and publicly accessible `semver` bash script ([static.requarks.io/semver](https://static.requarks.io/semver), probably a slightly outdated fork of [fsaintjacques/semver-tool](https://github.com/fsaintjacques/semver-tool)) to parse semantic versions. I propose to use...