Skip to content
#

wiki-engine

Here are 75 public repositories matching this topic...

erik-alm
erik-alm commented Jul 20, 2022

I've noticed that when I edit pages by only copying and pasting text into the editor window, after 15 minutes, the lock timeout dialog is displayed. This happens even though my editing happens within the timeout.

It seems pasting text into the editor does not reset the timer (15 minutes) for when to unlock the page (or what actually happens when the dialog opens... I'm not in a multi-user envir

Pepperminty-Wiki
sbrl
sbrl commented Jul 3, 2017

It would make it easier to share specific parts of longer pages on wikis if we could have a button next to each header that links to that specific heading. Github and Wikipedia already have it - we should be able to have it too!

We have this syntax already:

## Some heading {#Anchor}

the above sets the id of the header to Anchor. We should try not to break this syntax.

enhancement good first issue hacktoberfest
Wikipedia
dopecodez
dopecodez commented Mar 31, 2021

There are a lot of new REST APIs for wikipedia present in the REST API docs.

We'll look through them one by one and implement the same. Any one who wants to pick up on any other REST API should ideally open a new issue.

The REST API has a /page/mobile-sections/{title} endpoint which which provides mobile friendly html.

Implement

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the wiki-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wiki-engine topic, visit your repo's landing page and select "manage topics."

Learn more