Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sparse file structure support with virtual pages #22

Open
zeldigas opened this issue Sep 18, 2022 · 0 comments
Open

Sparse file structure support with virtual pages #22

zeldigas opened this issue Sep 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@zeldigas
Copy link
Owner

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

page_a.md
page_a/page_a.a.md
page_b.a.md //with custom parent metadata

This leads to mess in documents directory. Improve it in a way to have ability to put pages to relevant directory

Ideas:

  1. Extra flag/parameter in config file to enable this mode --sparse/--no-sparse
  2. For sparse scan mode we go deeper, with side effect any supported file in all directories are treated as pages
  3. 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.
zeldigas added a commit that referenced this issue Nov 27, 2022
@zeldigas zeldigas added the enhancement New feature or request label Jan 16, 2023
dgautier referenced this issue in text2confl/text2confl Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant