mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 22:59:10 +01:00
1.1.1
This commit is contained in:
parent
578c7fd73b
commit
c272d1fa57
6 changed files with 5 additions and 5 deletions
1
main.ts
1
main.ts
|
@ -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.")
|
||||||
|
|
|
@ -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
BIN
obsidian-keep.zip
Normal file
Binary file not shown.
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue