mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-12-22 21:29:23 +01:00
Add google tasks preset (#63)
This commit is contained in:
parent
3ec5caf330
commit
880d4c975c
1 changed files with 12 additions and 1 deletions
|
@ -108,7 +108,18 @@ html > body > div:first-child > header:first-child > div > div:first-child > div
|
||||||
zoomLevel: 1,
|
zoomLevel: 1,
|
||||||
forceIframe: false,
|
forceIframe: false,
|
||||||
customCss: ""
|
customCss: ""
|
||||||
}
|
},
|
||||||
|
'google task': {
|
||||||
|
url: 'https://tasks.google.com/embed/?origin=https://calendar.google.com&fullWidth=1',
|
||||||
|
displayName: 'Google Task',
|
||||||
|
icon: 'list-checks',
|
||||||
|
hideOnMobile: true,
|
||||||
|
addRibbonIcon: false,
|
||||||
|
openInCenter: false,
|
||||||
|
zoomLevel: 1,
|
||||||
|
forceIframe: false,
|
||||||
|
customCss: ''
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface CustomFramesSettings {
|
export interface CustomFramesSettings {
|
||||||
|
|
Loading…
Reference in a new issue