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

Update syncer and adaptors to allow saving tiddlers in bulk #193

Open
3 of 4 tasks
inmysocks opened this issue Oct 31, 2022 · 0 comments
Open
3 of 4 tasks

Update syncer and adaptors to allow saving tiddlers in bulk #193

inmysocks opened this issue Oct 31, 2022 · 0 comments

Comments

@inmysocks
Copy link
Member

inmysocks commented Oct 31, 2022

This is started in BrowserWSAdaptor.js with a new function saveTiddlers, it is like saveTiddler, but it takes an array of tiddler objects.
The idea is that when a adaptor supports it the syncer can create a task that saves multiple tiddlers at once in order to speed up the process.

Tasks:

  • create a supportsMultiSave property on the sync adaptor so the syncer can test for compatibility
  • Create saveTiddlers in BrowserWSAdaptor
  • Add a handler for the saveTiddlers message in NodeBasicHandlers.js
  • update syncer.js to have saveTiddlers tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant