mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 14:59:08 +01:00
forcing me to change the description, unbelievable
This commit is contained in:
parent
3f5b883588
commit
d6259d4e23
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue