Replies: 5 comments 1 reply
|
Hey @morrowwm, there is no such feature in An Otter Wiki (yet). I thought about implementing this feature for multiple covering: a) the links to attachments on the page itself (and other pages, using the same attachments) Have I missed a case?
I would make this an option when renaming pages, so that you have to check a box, when you want links to be auto updated. There are cases, where users rename pages on a regular basis and don't want the links to be updated. |
Using github discussions is the perfect choice. Bous points for marking the discussion as question.
This depends on how you deployed An Otter Wiki. Via docker-compose, just add the varibale to the |
|
I'm happy if you close this for now. I think it's not a high priority (to me). |
Uh oh!
There was an error while loading. Please reload this page.
I'm working on cleaning up the structure of a ~2000 page wiki I've just imported into otterwiki.
Part of that effort is renaming pages, including moving some to be subpages under a "master" page.
When a page is renamed, any links to it in other pages are not currently updated, correct?
I can look at the effort of adding something for this. At least list pages that contain broken links after a rename. I'm not sure how painful this will get with git source control.
Is there code anywhere which goes through the content of every page?
Renaming is a relatively rare occurrence. So could be handling the links automatically behind the scenes is a bad idea, if the aim is to keep otterwiki minimalist. Leave it up to the editor to manually search for and repair the links.
All reactions