From 02ba5611d34c29a956dea55a5a290f0be2424eb9 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 2 Apr 2022 15:36:05 +0200 Subject: [PATCH] updated plugin description --- README.md | 4 ++-- manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9632e33..7a69298 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Obsidian Custom Frames -An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more. +An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more. -⚠️⚠️⚠️ **For header-heavy sites like Google Keep to work, this plugin requires Obsidian 0.14.3.** ⚠️⚠️⚠️ +⚠️⚠️⚠️ **For header-heavy sites like Google Keep and Todoist to work, this plugin requires Obsidian 0.14.3.** ⚠️⚠️⚠️ ![A screenshot of the plugin in action](https://raw.githubusercontent.com/Ellpeck/ObsidianCustomFrames/master/screenshot.png) diff --git a/manifest.json b/manifest.json index da39222..ef3ea4b 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Custom Frames", "version": "2.2.0", "minAppVersion": "0.14.3", - "description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more.", + "description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.", "author": "Ellpeck", "authorUrl": "https://ellpeck.de", "isDesktopOnly": false diff --git a/package.json b/package.json index d59318f..2f3246b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-custom-frames", "version": "2.2.0", - "description": "An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more.", + "description": "An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",