This commit is contained in:
Ell 2022-03-20 19:34:47 +01:00
parent 578c7fd73b
commit c272d1fa57
6 changed files with 5 additions and 5 deletions

View file

@ -196,7 +196,6 @@ class KeepSettingTab extends PluginSettingTab {
await this.plugin.saveSettings(); await this.plugin.saveSettings();
}); });
}); });
new Setting(this.containerEl) new Setting(this.containerEl)
.setName("Padding") .setName("Padding")
.setDesc("The padding that should be left around the inside of the Google Keep view, in pixels.") .setDesc("The padding that should be left around the inside of the Google Keep view, in pixels.")

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-keep", "id": "obsidian-keep",
"name": "Obsidian Keep", "name": "Obsidian Keep",
"version": "1.1.0", "version": "1.1.1",
"minAppVersion": "0.13.33", "minAppVersion": "0.13.33",
"description": "An Obsidian plugin that displays Google Keep in the app", "description": "An Obsidian plugin that displays Google Keep in the app",
"author": "Ellpeck", "author": "Ellpeck",

BIN
obsidian-keep.zip Normal file

Binary file not shown.

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "obsidian-keep", "name": "obsidian-keep",
"version": "1.1.0", "version": "1.1.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "obsidian-keep", "name": "obsidian-keep",
"version": "1.1.0", "version": "1.1.1",
"description": "An Obsidian plugin that displays Google Keep in the app", "description": "An Obsidian plugin that displays Google Keep in the app",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -2,5 +2,6 @@
"1.0.0": "0.13.33", "1.0.0": "0.13.33",
"1.0.1": "0.13.33", "1.0.1": "0.13.33",
"1.0.2": "0.13.33", "1.0.2": "0.13.33",
"1.1.0": "0.13.33" "1.1.0": "0.13.33",
"1.1.1": "0.13.33"
} }