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

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

needs-work

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

needs-work

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. ![wiki3](https://user-images.githubusercontent.com/5775519/83081337-1f0b0100-a089-11ea-89b9-7cf3cabb2152.gif)

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