Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3b81ca3dc | ||
|
|
2a572fb1bd | ||
|
|
76f90ea375 |
+2
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-remotely-Save",
|
||||
"id": "obsidian-remotely-save",
|
||||
"name": "Remotely Save",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.2",
|
||||
"minAppVersion": "0.12.15",
|
||||
"description": "Yet another unofficial plugin allowing users to sync notes between local device and the cloud service.",
|
||||
"author": "fyears",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "obsidian-remotely-save",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.2",
|
||||
"description": "This is yet another sync plugin for Obsidian app.",
|
||||
"scripts": {
|
||||
"dev": "webpack --mode development --watch",
|
||||
|
||||
+4
-4
@@ -150,10 +150,10 @@ export default class RemotelySavePlugin extends Plugin {
|
||||
|
||||
this.addSettingTab(new RemotelySaveSettingTab(this.app, this));
|
||||
|
||||
this.registerCodeMirror((cm: CodeMirror.Editor) => {
|
||||
this.cm = cm;
|
||||
console.log("codemirror registered.");
|
||||
});
|
||||
// this.registerCodeMirror((cm: CodeMirror.Editor) => {
|
||||
// this.cm = cm;
|
||||
// console.log("codemirror registered.");
|
||||
// });
|
||||
|
||||
// this.registerDomEvent(document, "click", (evt: MouseEvent) => {
|
||||
// console.log("click", evt);
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"0.1.0": "0.12.15"
|
||||
"0.1.2": "0.12.15"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user