vault backup: 2026-03-21 00:13:24
This commit is contained in:
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@@ -1,3 +1,4 @@
|
||||
[
|
||||
"obsidian-git"
|
||||
"obsidian-git",
|
||||
"docxer"
|
||||
]
|
||||
28458
.obsidian/plugins/docxer/main.js
vendored
Normal file
28458
.obsidian/plugins/docxer/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/docxer/manifest.json
vendored
Normal file
10
.obsidian/plugins/docxer/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "docxer",
|
||||
"name": "Docxer",
|
||||
"version": "2.3.0",
|
||||
"minAppVersion": "1.5.0",
|
||||
"description": "Import Word files easily. Adds a preview mode for .docx files and the ability to convert them to markdown (.md) files.",
|
||||
"author": "Developer-Mike",
|
||||
"authorUrl": "https://github.com/Developer-Mike",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
40
.obsidian/plugins/docxer/styles.css
vendored
Normal file
40
.obsidian/plugins/docxer/styles.css
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
/* src/styles.scss */
|
||||
.kofi-button {
|
||||
z-index: 999;
|
||||
position: absolute;
|
||||
bottom: var(--size-4-5);
|
||||
right: var(--size-4-5);
|
||||
height: 30px;
|
||||
}
|
||||
.kofi-button img {
|
||||
height: 100%;
|
||||
}
|
||||
.docxer-settings-heading {
|
||||
border-bottom: 1px solid var(--color-accent);
|
||||
}
|
||||
.docxer-settings-heading:not(:first-child) {
|
||||
margin-top: var(--size-4-10) !important;
|
||||
}
|
||||
#docxer-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 10px 20px;
|
||||
font-size: 1rem;
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
.docxer-embed {
|
||||
max-height: 800px;
|
||||
overflow: auto;
|
||||
background-color: var(--background-primary);
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
border-radius: var(--radius-s);
|
||||
}
|
||||
.docx-wrapper {
|
||||
padding: 0 !important;
|
||||
background-color: var(--background-primary) !important;
|
||||
transform-origin: center top;
|
||||
}
|
||||
.docx-wrapper article {
|
||||
user-select: text;
|
||||
}
|
||||
Reference in New Issue
Block a user