mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 14:59:08 +01:00
fixed test vault data being ignored
This commit is contained in:
parent
e826e93d27
commit
b805078fb1
2 changed files with 38 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -15,8 +15,5 @@ node_modules
|
|||
# Exclude sourcemaps
|
||||
*.map
|
||||
|
||||
# obsidian
|
||||
data.json
|
||||
|
||||
# Exclude macOS Finder (System Explorer) View States
|
||||
.DS_Store
|
||||
|
|
38
test-vault/.obsidian/plugins/obsidian-custom-frames/data.json
vendored
Normal file
38
test-vault/.obsidian/plugins/obsidian-custom-frames/data.json
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"frames": [
|
||||
{
|
||||
"url": "https://forum.obsidian.md/",
|
||||
"displayName": "Obsidian Forum",
|
||||
"icon": "edit",
|
||||
"hideOnMobile": true,
|
||||
"addRibbonIcon": true,
|
||||
"openInCenter": true,
|
||||
"zoomLevel": 1,
|
||||
"forceIframe": false,
|
||||
"customCss": ""
|
||||
},
|
||||
{
|
||||
"url": "https://calendar.google.com/calendar/u/0/r/day",
|
||||
"displayName": "Google Calendar",
|
||||
"icon": "calendar",
|
||||
"hideOnMobile": true,
|
||||
"addRibbonIcon": true,
|
||||
"openInCenter": true,
|
||||
"zoomLevel": 1,
|
||||
"forceIframe": false,
|
||||
"customCss": "/* hide right-side menu, and some buttons */\ndiv.d6McF,\ndiv.pw6cBb,\ndiv.gb_Td.gb_Va.gb_Id,\ndiv.Kk7lMc-QWPxkf-LgbsSe-haAclf,\ndiv.h8Aqhb,\ndiv.gboEAb,\ndiv.dwlvNd {\n display: none !important;\n}"
|
||||
},
|
||||
{
|
||||
"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}"
|
||||
}
|
||||
],
|
||||
"padding": 5
|
||||
}
|
Loading…
Reference in a new issue