mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-15 15:19:10 +01:00
df1ddd5c17
* Improve preset styling for Google Keeps * Remove pointer cursor from app logo * Remove pointer cursor from app logo --------- Co-authored-by: Ell <me@ellpeck.de>
49 lines
2.1 KiB
JSON
49 lines
2.1 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, the \"Keep\" text and the Google Apps button */\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, \nhtml > body > div:first-child > header:first-child > div:nth-child(2) > div:first-child > div:first-child, \nhtml > body > div:first-child > header:first-child > div:nth-child(2) > div:nth-child(3) > div:first-child > div:first-child > div:first-child { \n\tdisplay: none !important; \n}\nhtml > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child {\n\tcursor: default; \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}"
|
|
},
|
|
{
|
|
"url": "https://scholar.google.com",
|
|
"displayName": "Scholar",
|
|
"icon": "book",
|
|
"hideOnMobile": false,
|
|
"addRibbonIcon": true,
|
|
"openInCenter": false,
|
|
"zoomLevel": 1,
|
|
"forceIframe": false,
|
|
"customCss": ""
|
|
}
|
|
],
|
|
"padding": 5
|
|
}
|