mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-15 07:09:09 +01:00
38 lines
No EOL
1.5 KiB
JSON
38 lines
No EOL
1.5 KiB
JSON
{
|
|
"frames": [
|
|
{
|
|
"url": "https://forum.obsidian.md/",
|
|
"displayName": "Obsidian Forum",
|
|
"icon": "edit",
|
|
"hideOnMobile": true,
|
|
"addRibbonIcon": true,
|
|
"openInCenter": true,
|
|
"zoomLevel": 1,
|
|
"forceIframe": false,
|
|
"customCss": ""
|
|
},
|
|
{
|
|
"url": "https://keep.google.com",
|
|
"displayName": "Google Keep",
|
|
"icon": "files",
|
|
"hideOnMobile": true,
|
|
"addRibbonIcon": false,
|
|
"openInCenter": false,
|
|
"zoomLevel": 1,
|
|
"forceIframe": false,
|
|
"customCss": "/* hide the menu bar and the \"Keep\" text */\nhtml > body > div:nth-child(2) > div:nth-child(2) > div:first-child, \nhtml > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child > span { \n\tdisplay: none !important; \n}"
|
|
},
|
|
{
|
|
"url": "https://calendar.google.com/calendar",
|
|
"displayName": "Google Calendar",
|
|
"icon": "calendar",
|
|
"hideOnMobile": true,
|
|
"addRibbonIcon": true,
|
|
"openInCenter": true,
|
|
"zoomLevel": 1,
|
|
"forceIframe": false,
|
|
"customCss": "/* hide the menu bar, \"Keep\" text, and logo */\nhtml > body > div:nth-child(2) > div:nth-child(2) > div:first-child[class*=\" \"],\nhtml > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child,\nhtml > body > div:nth-child(2) > div:nth-child(2) > div:first-child > div:first-child {\ndisplay: none !important;\n}"
|
|
}
|
|
],
|
|
"padding": 5
|
|
} |