From d6259d4e236586518f9d662f6f0ca2d254b08d29 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 22 Mar 2022 16:11:03 +0100 Subject: [PATCH] forcing me to change the description, unbelievable --- README.md | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1b070b..d41a261 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Obsidian Custom Frames -An Obsidian plugin that allows adding iframes with custom styling as editor tabs. 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 and more. ![A screenshot of the plugin in action](screenshot.png) diff --git a/manifest.json b/manifest.json index c473afc..3fc02fe 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Custom Frames", "version": "2.0.0", "minAppVersion": "0.14.3", - "description": "A plugin that allows adding iframes with custom styling as editor tabs. 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 and more.", "author": "Ellpeck", "authorUrl": "https://ellpeck.de", "isDesktopOnly": true diff --git a/package.json b/package.json index 890e820..4a0d507 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-custom-frames", "version": "2.0.0", - "description": "An Obsidian plugin that allows adding iframes with custom styling as editor tabs. 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 and more.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",