Feat(templates): support custom templates in remote vaults - #727
Open
ajselzilic wants to merge 2 commits into
Open
Feat(templates): support custom templates in remote vaults#727ajselzilic wants to merge 2 commits into
ajselzilic wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds full custom-template support for remote ZenNotes vaults.
Remote vault users can now create, list, read, edit, rename, delete, and use custom templates through the same Templates settings and template picker available for local vaults.
Closes #723
What changed
GET /api/templatesGET /api/templates/readPOST /api/templates/writePOST /api/templates/deletesupportsCustomTemplatescapability negotiation so older servers continue to degrade gracefully..zennotes/templateschanges through the server watcher.