init web crypto

This commit is contained in:
fyears
2021-11-04 10:10:05 +08:00
parent cb0098ec85
commit f04017e05b
4 changed files with 85 additions and 61 deletions
-7
View File
@@ -62,13 +62,6 @@ export default class SaveRemotePlugin extends Plugin {
})
);
// this.addRibbonIcon("dice", "Misc", async () => {
// const a = this.app.vault.getAllLoadedFiles();
// console.log(a);
// const h = await getAllRecords(this.db);
// console.log(h);
// });
this.addRibbonIcon("switch", "Save Remote", async () => {
if (this.syncStatus !== "idle") {
new Notice("Save Remote already running!");