MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

Allow for editable wiki page titles #517

Open ddabble opened 1 year ago

ddabble commented 1 year ago

[Originally created on the "Dev-Web" Trello board, by @zootos on December 19, 2019]

Currently URLs are given based on page titles. Allowing for modifiable page titles would result in a lot of dead links.

A possible approach is to add URLs with the PKs for "permanent" URLs, that redirect to the current URL for the page. To make this better, a CKEditor plugin should probably be made, which allows for searching for pages by title and insertion of permanent links for these.