mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-22 01:33:29 +01:00
cleaned up google tasks preset
This commit is contained in:
parent
880d4c975c
commit
256f00e727
3 changed files with 30 additions and 8 deletions
|
@ -109,16 +109,16 @@ html > body > div:first-child > header:first-child > div > div:first-child > div
|
||||||
forceIframe: false,
|
forceIframe: false,
|
||||||
customCss: ""
|
customCss: ""
|
||||||
},
|
},
|
||||||
'google task': {
|
"tasks": {
|
||||||
url: 'https://tasks.google.com/embed/?origin=https://calendar.google.com&fullWidth=1',
|
url: "https://tasks.google.com/embed/?origin=https://calendar.google.com&fullWidth=1",
|
||||||
displayName: 'Google Task',
|
displayName: "Google Tasks",
|
||||||
icon: 'list-checks',
|
icon: "list-checks",
|
||||||
hideOnMobile: true,
|
hideOnMobile: true,
|
||||||
addRibbonIcon: false,
|
addRibbonIcon: false,
|
||||||
openInCenter: false,
|
openInCenter: false,
|
||||||
zoomLevel: 1,
|
zoomLevel: 1,
|
||||||
forceIframe: false,
|
forceIframe: false,
|
||||||
customCss: ''
|
customCss: ""
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue