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

(Feature request) Add expiration date & max requests for shared notes #2620

Closed
Myzel394 opened this issue Feb 8, 2022 · 2 comments
Closed

Comments

@Myzel394
Copy link
Contributor

Myzel394 commented Feb 8, 2022

Describe feature

Add a method to add an expiration date for shared notes and the possibility to limit the number of requests to a note (for example: "5 max requests" means that a note can only be opened five times, after which it will be made private automatically).

Additional Information

I can implement this feature (maybe gonna need some help with the expiration date tough)

@zadam
Copy link
Owner

zadam commented Feb 8, 2022

Hi, "max requests" is difficult in current design since the "share" part of the application has only read-only connection to the database and is intentionally (almost) completely separated from the main app. I'm also not sure for what use case this is, it seems very "fragile" from the user perspective, for lack of a better word.

Expiration date (or perhaps more generally "share from" and "share to"?) seems like a useful feature.

@meichthys
Copy link
Collaborator

Trilium has entered maintenance mode. Future enhancements will be addressed in TrilumNext: TriliumNext#142

@meichthys meichthys closed this as not planned Won't fix, can't repro, duplicate, stale May 9, 2024
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

3 participants