You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ To use this plugin, simply go into its settings and add a new frame, either from
13
13
### 🪟 Pane Mode
14
14
To open a Custom Frame as a pane, you can use the "Custom Frames: Open" command.
15
15
16
-
There are also plenty of settings to customize your frame further, including adding custom CSS to the site, adding a ribbon icon, displaying the frame in the center of the editor, and more.
16
+
There are also plenty of settings to customize your frame further, including adding custom CSS to the site, adding a ribbon icon, displaying the frame in the center of the editor, and more.
17
17
18
18
### 🗒️ Markdown Mode
19
19
You can also display your custom frames in your Markdown documents. Custom Frames adds a special code block syntax that transforms the code block into a custom frame in Live Preview and Reading mode. Your code block should look like this:
@@ -23,7 +23,7 @@ frame: YOUR FRAME'S NAME
23
23
```
24
24
~~~
25
25
26
-
Optionally, you can also pass custom style settings to the embed, which allows you to change things like the embed's height, as well as an additional suffix that will be appended to the frame's regular URL, which can be useful for things like displaying a specific note in Google Keep.
26
+
Optionally, you can also pass custom style settings to the embed, which allows you to change things like the embed's height, as well as an additional suffix that will be appended to the frame's regular URL, which can be useful for things like displaying a specific note in Google Keep.
27
27
28
28
Here's an example using the [Google Keep preset](#-presets):
29
29
~~~
@@ -42,7 +42,7 @@ By default, Custom Frames comes with a few presets that allow you to get new pan
42
42
-[Obsidian Forum](https://forum.obsidian.md/)
43
43
-[Google Keep](https://keep.google.com), optimized for a narrow pane on the side
44
44
-[Google Calendar](https://calendar.google.com/calendar/u/0/r/day), optimized by removing some buttons. Close side panel with top-left button.
45
-
-[Todoist](https://todoist.com), optimized for a narrow (half-height) side panel by removing some buttons and slimming margins.
45
+
-[Todoist](https://todoist.com), optimized for a narrow (half-height) side panel by removing some buttons and slimming margins.
46
46
-[Notion](https://www.notion.so/) (it's recommended to close Notion's sidebar if used as a side pane)
47
47
-[Twitter](https://twitter.com)
48
48
@@ -60,7 +60,7 @@ If you create a frame that you think other people would like, don't hesitate to
60
60
## ⚠️ Known Issues
61
61
There are a few known issues with Custom Frames. If you encounter any of these, please **don't** report it on the issue tracker.
62
62
- In Obsidian **0.14.2 and lower**, a lot of websites don't function properly in custom frames. This is due to these older versions not having features in place that allow for frames to have special, additional functionality related to cookies and headers.
63
-
- In Obsidian **0.14.5 and lower**, when dragging or moving a pane, hovering the mouse over a custom frame will cause it to get stuck or behave unexpectedly.
63
+
- In Obsidian **0.14.5 and lower**, when dragging or moving a pane, hovering the mouse over a custom frame will cause it to get stuck or behave unexpectedly.
64
64
65
65
## 🙏 Acknowledgements
66
66
Thanks to [lishid](https://github.com/lishid) for their help with making iframes work in Obsidian for a purpose like this. Also thanks to them for *motivating* me to turn Obsidian Keep into a more versatile plugin, which is how Custom Frames was born.
"description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.",
7
-
"author": "Ellpeck",
8
-
"authorUrl": "https://ellpeck.de",
9
-
"isDesktopOnly": false
2
+
"id": "obsidian-custom-frames",
3
+
"name": "Custom Frames",
4
+
"version": "2.4.6",
5
+
"minAppVersion": "1.2.0",
6
+
"description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.",
0 commit comments