mirror of
https://github.com/Limit-sest/1.K-Notes.git
synced 2026-08-06 00:44:10 +00:00
vault backup: 17. 09. 2024 21:06:25
This commit is contained in:
+26741
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-export-image",
|
||||
"name": "Export Image plugin",
|
||||
"version": "2.1.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Easily convert your article to image.",
|
||||
"author": "Zhou Hua",
|
||||
"authorUrl": "",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
/*
|
||||
|
||||
This CSS file will be included with your plugin, and
|
||||
available in the app when your plugin is enabled.
|
||||
|
||||
If your plugin does not need CSS, delete this file.
|
||||
|
||||
*/
|
||||
.export-image-force-no-margin {
|
||||
margin: 0 !important;
|
||||
padding: 20px 20px 40px 20px !important;
|
||||
box-sizing: content-box;
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.export-image-force-no-margin .obsidian-metatable {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.export-image-clone {
|
||||
position: fixed !important;
|
||||
left: -400% !important;
|
||||
top: 200% !important;
|
||||
border-radius: 10px !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.export-image-preview-container {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.hide-filename .export-image-preview-filename {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user