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-12 00:38:54
This commit is contained in:
11
.obsidian/plugins/note-refactor-obsidian/data.json
vendored
Normal file
11
.obsidian/plugins/note-refactor-obsidian/data.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"includeFirstLineAsNoteHeading": false,
|
||||
"excludeFirstLineInNote": true,
|
||||
"headingFormat": "#",
|
||||
"newFileLocation": 0,
|
||||
"customFolder": "",
|
||||
"fileNamePrefix": "",
|
||||
"transcludeByDefault": false,
|
||||
"noteLinkTemplate": "",
|
||||
"refactoredNoteTemplate": ""
|
||||
}
|
||||
9
.obsidian/plugins/obsidian-hotkeys-for-templates/data.json
vendored
Normal file
9
.obsidian/plugins/obsidian-hotkeys-for-templates/data.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"files": [],
|
||||
"templaterFiles": [
|
||||
"Note Refactor Zettelkasten Template.md"
|
||||
],
|
||||
"newFileTemplates": [],
|
||||
"openNewFileTemplateInNewPane": true,
|
||||
"useNewFileTemplateOnFileCreation": false
|
||||
}
|
||||
2728
.obsidian/plugins/obsidian-hotkeys-for-templates/main.js
vendored
Normal file
2728
.obsidian/plugins/obsidian-hotkeys-for-templates/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
.obsidian/plugins/obsidian-hotkeys-for-templates/manifest.json
vendored
Normal file
9
.obsidian/plugins/obsidian-hotkeys-for-templates/manifest.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "obsidian-hotkeys-for-templates",
|
||||
"name": "Hotkeys for templates",
|
||||
"description": "Add hotkeys to insert specific templates",
|
||||
"version": "1.4.3",
|
||||
"author": "Vinzent03",
|
||||
"authorUrl": "https://github.com/Vinzent03",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
6
.obsidian/plugins/obsidian-timestamper/data.json
vendored
Normal file
6
.obsidian/plugins/obsidian-timestamper/data.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"timeStampFormat": "hh:mm:ss",
|
||||
"dateStampFormat": "YYYYMMDDHHmm",
|
||||
"lastFormat": "",
|
||||
"newLine": false
|
||||
}
|
||||
239
.obsidian/plugins/obsidian-timestamper/main.js
vendored
Normal file
239
.obsidian/plugins/obsidian-timestamper/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-timestamper/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-timestamper/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"author": "Martin Eder",
|
||||
"authorUrl": "https://www.gruware.org",
|
||||
"description": "Insert customized time/date stamp.",
|
||||
"id": "obsidian-timestamper",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "0.12.17",
|
||||
"name": "TimeStamper",
|
||||
"version": "1.3.0"
|
||||
}
|
||||
33
.obsidian/plugins/obsidian-timestamper/styles.css
vendored
Normal file
33
.obsidian/plugins/obsidian-timestamper/styles.css
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
.timestamper-modal .modal-content .row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.timestamper-modal .modal-content .row .input-label {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.timestamper-modal .modal-content .row .input-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.timestamper-modal .modal-content .row .input-wrapper input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.timestamper-modal .modal-content .button-wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
margin-top: 24px;
|
||||
}
|
||||
2
.obsidian/plugins/omnisearch/data.json
vendored
2
.obsidian/plugins/omnisearch/data.json
vendored
@@ -5,7 +5,7 @@
|
||||
"PDFIndexing": false,
|
||||
"imagesIndexing": false,
|
||||
"showShortName": false,
|
||||
"ribbonIcon": true,
|
||||
"ribbonIcon": false,
|
||||
"showExcerpt": true,
|
||||
"renderLineReturnInExcerpts": true,
|
||||
"showCreateButton": false,
|
||||
|
||||
Reference in New Issue
Block a user