This issue has been created
 
 
Cristal / cid:jira-generated-image-avatar-50b687eb-61c6-4cce-a75f-0b2deeb14757 CRISTAL-489 Open

add support for links refactoring for the github backend

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-e267e7e1-c68c-46c8-8395-3db4895d7fdd Manuel Leduc created this issue on 04/Mar/25 11:38
 
Summary: add support for links refactoring for the github backend
Issue Type: cid:jira-generated-image-avatar-50b687eb-61c6-4cce-a75f-0b2deeb14757 Improvement
Affects Versions: 0.15
Assignee: Unassigned
Components: Backend - Github
Created: 04/Mar/25 11:38
Priority: cid:jira-generated-image-static-major-250a1661-d074-49d7-afd5-fcf7dfa8b2f2 Major
Reporter: Manuel Leduc
Description:

Allow links to be updated when page/attachments are moved/renamed

The difficulty with github is that we don't have control over the backend, so the main option is to do it client side.

But, it does not scale if the renamed page are a lot of backlinks.

Or, the rename is made asynchronously but this can lead to inconsistencies.

Another option is to generate unique ids for pages, and to revolve links based on this. But this leads to ugly links that are hard to edit in source mode.