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

Hidden files #49

Open
battis opened this issue Aug 10, 2024 · 0 comments
Open

Hidden files #49

battis opened this issue Aug 10, 2024 · 0 comments

Comments

@battis
Copy link
Member

battis commented Aug 10, 2024

bdcd13b introduced hidden files in the index which required manual editing of index.json There needs to be a way to make this more easily configurable. And being able to differentiate between "hidden in directory listing" and "hidden from search results".

Probably one of two paths forward. Either:

  1. Include a very few hidden files in config.json (easiest?)
  2. Add a dot file in a directory to add arbitary information to index file (e.g. .index at root of directory is an array something like:
[
  {"id": "<google drive id>", "index": {"hidden": true}},
  {"name": "<file name>", "index": {"hidden": true}},
  {"id": "<google drive id>", "name": "Replacement file name"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant