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();
});
});
new Setting(this.containerEl)
.setName("Padding")
.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",
"name": "Obsidian Keep",
"version": "1.1.0",
"version": "1.1.1",
"minAppVersion": "0.13.33",
"description": "An Obsidian plugin that displays Google Keep in the app",
"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",
"version": "1.1.0",
"version": "1.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

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

View file

@ -2,5 +2,6 @@
"1.0.0": "0.13.33",
"1.0.1": "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"
}