fixed test vault data being ignored

This commit is contained in:
Ell 2022-08-21 17:41:40 +02:00
parent e826e93d27
commit b805078fb1
2 changed files with 38 additions and 3 deletions

3
.gitignore vendored
View file

@ -15,8 +15,5 @@ node_modules
# Exclude sourcemaps
*.map
# obsidian
data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store

View 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
}