Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Tags and Comments are missing #238

Open
jnweiger opened this issue Dec 8, 2023 · 0 comments
Open

Tags and Comments are missing #238

jnweiger opened this issue Dec 8, 2023 · 0 comments

Comments

@jnweiger
Copy link
Contributor

jnweiger commented Dec 8, 2023

  • Add Tag EXAMPLE and XXX to Documents/Example.odt
  • Add a comment to Documents/Example.odt

I suggest a simple implementation:
files.jsonl currently describes Documents/Example.odt with

{"type":"file","path":"\/Documents\/Example.odt","eTag":"63cabaee860c57788b5b0c084e6d516f","permissions":27,"mtime":1702038797}

This could be extended to

{"type":"file","path":"\/Documents\/Example.odt","eTag":"63cabaee860c57788b5b0c084e6d516f","permissions":27,"mtime":1702038797, "tags":["EXAMPLE", "XXX" ], "comments":[{"author":"admin","timestamp":1702038797, "text":"Hello, World!\nThis is a comment."}] }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant