mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
vault backup: 2022-12-11 01:15:17
This commit is contained in:
637
.obsidian/plugins/luhman/main.js
vendored
Normal file
637
.obsidian/plugins/luhman/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/luhman/manifest.json
vendored
Normal file
10
.obsidian/plugins/luhman/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "luhman",
|
||||
"name": "Luhman",
|
||||
"version": "1.1.4",
|
||||
"minAppVersion": "0.11.13",
|
||||
"description": "Commands for handling a zettelkasten with Luhmann-style IDs as filenames",
|
||||
"author": "Dylan Elliott",
|
||||
"authorUrl": "https://github.com/dyldog",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
31
.obsidian/plugins/luhman/styles.css
vendored
Normal file
31
.obsidian/plugins/luhman/styles.css
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
.zettel-modal-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.zettel-modal-textbox {
|
||||
flex-grow: 100;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.zettel-modal-container.zettel-options-container {
|
||||
margin-top: 0.5em;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.zettel-modal-container.zettel-options-container .zettel-label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.zettel-modal-container.zettel-options-container .labelText {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.zettel-modal-container.zettel-options-container input[type=checkbox] {
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
}
|
||||
Reference in New Issue
Block a user