You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now detection of pages in documents directory is only done when strict parent-child relationship is met. That means that parent pages can be either managed or we must skip unmanaged parent pages and put managed put to logically invalid directory.
Example of wiki structure
A <- managed
- A.A <- managed
- A.B
B <- unmanaged
- B.A <- managed
For this structure, directory tree with files must be now
This leads to mess in documents directory. Improve it in a way to have ability to put pages to relevant directory
Ideas:
Extra flag/parameter in config file to enable this mode --sparse/--no-sparse
For sparse scan mode we go deeper, with side effect any supported file in all directories are treated as pages
Would be also great to define "virtual" pages - to be able to put a link to it, but at the same time do not upload it so that it can be managed manually.
The text was updated successfully, but these errors were encountered:
Right now detection of pages in documents directory is only done when strict parent-child relationship is met. That means that parent pages can be either managed or we must skip unmanaged parent pages and put managed put to logically invalid directory.
Example of wiki structure
For this structure, directory tree with files must be now
This leads to mess in documents directory. Improve it in a way to have ability to put pages to relevant directory
Ideas:
--sparse/--no-sparse
The text was updated successfully, but these errors were encountered: