This issue has been created
There is 1 update.
 
 
Cristal / cid:jira-generated-image-avatar-d0c4e027-0b0c-4ffa-a7c6-acaf6c950ff4 CRISTAL-358 Open

Allow users to select the location of the wiki in the file system

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-61351611-25b4-4944-af64-0d53cbae087c Manuel Leduc created this issue on 03/Dec/24 16:37
 
Summary: Allow users to select the location of the wiki in the file system
Issue Type: cid:jira-generated-image-avatar-d0c4e027-0b0c-4ffa-a7c6-acaf6c950ff4 Improvement
Affects Versions: 0.12
Assignee: Unassigned
Components: Backend - FileSystem
Created: 03/Dec/24 16:37
Priority: cid:jira-generated-image-static-major-f4686776-30a8-491c-8c90-2e6375b2ca7f Major
Reporter: Manuel Leduc
Description:

Currently, we are hard-coding the location of the wiki pages in ~/.cristal.

But, it would be best to allow users to define where they want there wiki data to be stored.

We'd still need to keep an index of defined wikis, and in this case XDG (or the equivalent for other OSs) needs to be used to store the list of knows local wikis.

 
 

1 update

 
cid:jira-generated-image-avatar-61351611-25b4-4944-af64-0d53cbae087c Changes by Manuel Leduc on 03/Dec/24 16:37
 
Description: Currently, we are hard-coding the location of the wiki pages in {{{}~/.cristal{}}}.

But, it would be best to allow users to define where they want there wiki data to be stored.

We'd still need to keep an index of defined wikis, and in this case XDG (or the equivalent for other OSs) needs to be used to store the list of knows local wikis.


Note: we'll also need design for the create/add a wiki workflow.