Compare commits

...
4 Commits
Author SHA1 Message Date
fyears d3b81ca3dc 0.1.2 2021-11-15 10:06:40 +08:00
fyears 2a572fb1bd remove unusused cm 2021-11-15 10:06:10 +08:00
fyears 76f90ea375 normalize id 2021-11-15 09:56:41 +08:00
fyears d753617628 go to 0.1.0 2021-11-15 09:52:54 +08:00
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"id": "obsidian-remotely-Save", "id": "obsidian-remotely-save",
"name": "Remotely Save", "name": "Remotely Save",
"version": "0.0.17", "version": "0.1.2",
"minAppVersion": "0.12.15", "minAppVersion": "0.12.15",
"description": "Yet another unofficial plugin allowing users to sync notes between local device and the cloud service.", "description": "Yet another unofficial plugin allowing users to sync notes between local device and the cloud service.",
"author": "fyears", "author": "fyears",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "obsidian-remotely-save", "name": "obsidian-remotely-save",
"version": "0.0.17", "version": "0.1.2",
"description": "This is yet another sync plugin for Obsidian app.", "description": "This is yet another sync plugin for Obsidian app.",
"scripts": { "scripts": {
"dev": "webpack --mode development --watch", "dev": "webpack --mode development --watch",
+4 -4
View File
@@ -150,10 +150,10 @@ export default class RemotelySavePlugin extends Plugin {
this.addSettingTab(new RemotelySaveSettingTab(this.app, this)); this.addSettingTab(new RemotelySaveSettingTab(this.app, this));
this.registerCodeMirror((cm: CodeMirror.Editor) => { // this.registerCodeMirror((cm: CodeMirror.Editor) => {
this.cm = cm; // this.cm = cm;
console.log("codemirror registered."); // console.log("codemirror registered.");
}); // });
// this.registerDomEvent(document, "click", (evt: MouseEvent) => { // this.registerDomEvent(document, "click", (evt: MouseEvent) => {
// console.log("click", evt); // console.log("click", evt);
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"0.0.17": "0.12.15" "0.1.2": "0.12.15"
} }