update
This commit is contained in:
82
.obsidian/plugins/obsidian-custom-frames/data.json
vendored
Normal file
82
.obsidian/plugins/obsidian-custom-frames/data.json
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"frames": [
|
||||
{
|
||||
"url": "https://detexify.kirelabs.org/classify.html",
|
||||
"displayName": "Detexify",
|
||||
"icon": "type",
|
||||
"hideOnMobile": true,
|
||||
"addRibbonIcon": true,
|
||||
"openInCenter": false,
|
||||
"zoomLevel": 0.95,
|
||||
"forceIframe": false,
|
||||
"customCss": "/* hide info clutter and ad banner */\n#classify--info-area,\n.adsbygoogle {\n\tdisplay: none !important\n}"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/OsKaR31415/cours",
|
||||
"displayName": "github cours",
|
||||
"icon": "github",
|
||||
"hideOnMobile": true,
|
||||
"addRibbonIcon": false,
|
||||
"openInCenter": true,
|
||||
"zoomLevel": 1,
|
||||
"forceIframe": false,
|
||||
"customCss": ""
|
||||
},
|
||||
{
|
||||
"url": "https://www.linguee.com",
|
||||
"displayName": "linguee",
|
||||
"icon": "languages",
|
||||
"hideOnMobile": true,
|
||||
"addRibbonIcon": false,
|
||||
"openInCenter": true,
|
||||
"zoomLevel": 1,
|
||||
"forceIframe": false,
|
||||
"customCss": "body {\n filter: invert(0.70) brightness(0.9) contrast(1.8) hue-rotate(180deg);\n}\n\n/* hide google adds */\n.adsbygoogle, iframe {\n\tdisplay: none !important\n}"
|
||||
},
|
||||
{
|
||||
"url": "https://phind.com",
|
||||
"displayName": "phind programming search engine (say hello)",
|
||||
"icon": "search",
|
||||
"hideOnMobile": true,
|
||||
"addRibbonIcon": false,
|
||||
"openInCenter": true,
|
||||
"zoomLevel": 1,
|
||||
"forceIframe": false,
|
||||
"customCss": ""
|
||||
},
|
||||
{
|
||||
"url": "https://www.nuitdelinfo.com/",
|
||||
"displayName": "compteur NDLI",
|
||||
"icon": "",
|
||||
"hideOnMobile": true,
|
||||
"addRibbonIcon": true,
|
||||
"openInCenter": false,
|
||||
"zoomLevel": 1,
|
||||
"forceIframe": false,
|
||||
"customCss": ""
|
||||
},
|
||||
{
|
||||
"url": "hhtps://www.flaticon.com",
|
||||
"displayName": "flaticons",
|
||||
"icon": "triangle",
|
||||
"hideOnMobile": true,
|
||||
"addRibbonIcon": false,
|
||||
"openInCenter": true,
|
||||
"zoomLevel": 0.98,
|
||||
"forceIframe": false,
|
||||
"customCss": ""
|
||||
},
|
||||
{
|
||||
"url": "https://webdemo.myscript.com/views/math/index.html",
|
||||
"displayName": "hand drawn latex maths",
|
||||
"icon": "",
|
||||
"hideOnMobile": true,
|
||||
"addRibbonIcon": false,
|
||||
"openInCenter": true,
|
||||
"zoomLevel": 1,
|
||||
"forceIframe": false,
|
||||
"customCss": ""
|
||||
}
|
||||
],
|
||||
"padding": 5
|
||||
}
|
633
.obsidian/plugins/obsidian-custom-frames/main.js
vendored
Normal file
633
.obsidian/plugins/obsidian-custom-frames/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-custom-frames/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-custom-frames/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-custom-frames",
|
||||
"name": "Custom Frames",
|
||||
"version": "2.4.7",
|
||||
"minAppVersion": "1.2.0",
|
||||
"description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.",
|
||||
"author": "Ellpeck",
|
||||
"authorUrl": "https://ellpeck.de",
|
||||
"isDesktopOnly": false
|
||||
}
|
31
.obsidian/plugins/obsidian-custom-frames/styles.css
vendored
Normal file
31
.obsidian/plugins/obsidian-custom-frames/styles.css
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
.custom-frames-view {
|
||||
padding: 0 !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.custom-frames-view-file {
|
||||
padding: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.custom-frames-frame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
background-color: white;
|
||||
background-clip: content-box;
|
||||
}
|
||||
|
||||
.custom-frames-add {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.custom-frames-show {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.custom-frames-support {
|
||||
max-width: 50%;
|
||||
width: 400px;
|
||||
height: auto;
|
||||
}
|
Reference in New Issue
Block a user