added first true commit

This commit is contained in:
liph
2026-05-07 14:39:10 +02:00
parent d8ce45f44a
commit c5605678f0
463 changed files with 175645 additions and 0 deletions
Vendored Executable
+7
View File
@@ -0,0 +1,7 @@
{
"attachmentFolderPath": "Attachments",
"alwaysUpdateLinks": true,
"livePreview": true,
"defaultViewMode": "source",
"promptDelete": false
}
+1
View File
@@ -0,0 +1 @@
{}
+3
View File
@@ -0,0 +1,3 @@
[
"templater-obsidian"
]
+33
View File
@@ -0,0 +1,33 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"outgoing-link": false,
"tag-pane": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"markdown-importer": true,
"zk-prefixer": true,
"random-note": true,
"outline": true,
"word-count": false,
"slides": false,
"audio-recorder": false,
"workspaces": true,
"file-recovery": true,
"publish": false,
"sync": false,
"canvas": true,
"properties": false,
"bookmarks": true,
"footnotes": false,
"bases": true,
"webviewer": false
}
+4
View File
@@ -0,0 +1,4 @@
{
"folder": "Daily",
"template": "Templates/Daily Note Template"
}
+38
View File
@@ -0,0 +1,38 @@
{
"editor:insert-wikilink": [
{
"modifiers": [
"Alt",
"Shift"
],
"key": "L"
}
],
"zk-prefixer": [
{
"modifiers": [
"Alt",
"Shift"
],
"key": "N"
}
],
"templater-obsidian:insert-templater": [
{
"modifiers": [
"Alt",
"Shift"
],
"key": "T"
}
],
"daily-notes": [
{
"modifiers": [
"Alt",
"Shift"
],
"key": "D"
}
]
}
+38
View File
@@ -0,0 +1,38 @@
{
"command_timeout": 5,
"templates_folder": "Templates",
"templates_pairs": [
[
"",
""
]
],
"trigger_on_file_creation": false,
"auto_jump_to_cursor": false,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "",
"template": ""
}
],
"enable_file_templates": false,
"file_templates": [
{
"regex": ".*",
"template": ""
}
],
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
],
"intellisense_render": 1
}
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "2.16.2",
"description": "Create and use templates",
"minAppVersion": "1.5.0",
"author": "SilentVoid",
"authorUrl": "https://github.com/SilentVoid13",
"helpUrl": "https://silentvoid13.github.io/Templater/",
"isDesktopOnly": false
}
+226
View File
@@ -0,0 +1,226 @@
.templater_search {
width: calc(100% - 20px);
}
.templater_div {
border-top: 1px solid var(--background-modifier-border);
}
.templater_div > .setting-item {
border-top: none !important;
align-self: center;
}
.templater_div > .setting-item > .setting-item-control {
justify-content: space-around;
padding: 0;
width: 100%;
}
.templater_div
> .setting-item
> .setting-item-control
> .setting-editor-extra-setting-button {
align-self: center;
}
.templater_donating {
margin: 10px;
}
.templater_title {
margin: 0;
padding: 0;
margin-top: 5px;
text-align: center;
}
.templater_template {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 70%;
}
.templater_cmd {
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
width: 100%;
}
.templater_div2 > .setting-item {
align-content: center;
justify-content: center;
}
.templater-prompt-div,
.templater-multisuggester-div {
display: flex;
}
.templater-prompt-form {
display: flex;
flex-grow: 1;
}
.templater-prompt-input,
.templater-multisuggester-input {
flex-grow: 1;
}
.templater-button-div {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 1rem;
}
textarea.templater-prompt-input {
height: 10rem;
}
textarea.templater-prompt-input:focus {
border-color: var(--interactive-accent);
}
.templater-multisuggester-list {
margin: 1.5em 0;
}
.cm-s-obsidian .templater-command-bg {
left: 0px;
right: 0px;
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command {
font-size: 0.85em;
font-family: var(--font-monospace);
line-height: 1.3;
}
.cm-s-obsidian .templater-inline .cm-templater-command {
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
color: var(--code-property, #008bff);
}
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
color: var(--code-function, #c0d700);
}
.cm-s-obsidian .cm-templater-command.cm-keyword {
color: var(--code-keyword, #00a7aa);
font-weight: normal;
}
.cm-s-obsidian .cm-templater-command.cm-atom {
color: var(--code-normal, #f39b35);
}
.cm-s-obsidian .cm-templater-command.cm-value,
.cm-s-obsidian .cm-templater-command.cm-number,
.cm-s-obsidian .cm-templater-command.cm-type {
color: var(--code-value, #a06fca);
}
.cm-s-obsidian .cm-templater-command.cm-def,
.cm-s-obsidian .cm-templater-command.cm-type.cm-def {
color: var(--code-normal, var(--text-normal));
}
.cm-s-obsidian .cm-templater-command.cm-property,
.cm-s-obsidian .cm-templater-command.cm-property.cm-def,
.cm-s-obsidian .cm-templater-command.cm-attribute {
color: var(--code-function, #98e342);
}
.cm-s-obsidian .cm-templater-command.cm-variable,
.cm-s-obsidian .cm-templater-command.cm-variable-2,
.cm-s-obsidian .cm-templater-command.cm-variable-3,
.cm-s-obsidian .cm-templater-command.cm-meta {
color: var(--code-property, #d4d4d4);
}
.cm-s-obsidian .cm-templater-command.cm-callee,
.cm-s-obsidian .cm-templater-command.cm-operator,
.cm-s-obsidian .cm-templater-command.cm-qualifier,
.cm-s-obsidian .cm-templater-command.cm-builtin {
color: var(--code-operator, #fc4384);
}
.cm-s-obsidian .cm-templater-command.cm-tag {
color: var(--code-tag, #fc4384);
}
.cm-s-obsidian .cm-templater-command.cm-comment,
.cm-s-obsidian .cm-templater-command.cm-comment.cm-tag,
.cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: var(--code-comment, #696d70);
}
.cm-s-obsidian .cm-templater-command.cm-string,
.cm-s-obsidian .cm-templater-command.cm-string-2 {
color: var(--code-string, #e6db74);
}
.cm-s-obsidian .cm-templater-command.cm-header,
.cm-s-obsidian .cm-templater-command.cm-hr {
color: var(--code-keyword, #da7dae);
}
.cm-s-obsidian .cm-templater-command.cm-link {
color: var(--code-normal, #696d70);
}
.cm-s-obsidian .cm-templater-command.cm-error {
border-bottom: 1px solid #c42412;
}
.CodeMirror-hints {
position: absolute;
z-index: 10;
overflow: hidden;
list-style: none;
margin: 0;
padding: 2px;
-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
border-radius: 3px;
border: 1px solid silver;
background: white;
font-size: 90%;
font-family: monospace;
max-height: 20em;
overflow-y: auto;
}
.CodeMirror-hint {
margin: 0;
padding: 0 4px;
border-radius: 2px;
white-space: pre;
color: black;
cursor: pointer;
}
li.CodeMirror-hint-active {
background: #08f;
color: white;
}
+3
View File
@@ -0,0 +1,3 @@
{
"folder": "Templates"
}
Vendored Executable
+55
View File
@@ -0,0 +1,55 @@
{
"types": {
"aliases": "aliases",
"cssclasses": "multitext",
"tags": "tags",
"categories": "multitext",
"created": "date",
"genre": "multitext",
"director": "multitext",
"last": "date",
"date": "date",
"topics": "multitext",
"rating": "number",
"year": "number",
"coordinates": "multitext",
"model": "text",
"lotsqft": "number",
"isbn13": "number",
"isbn": "number",
"ingredients": "multitext",
"imdbId": "text",
"system": "text",
"sqft": "number",
"speaker": "multitext",
"season": "number",
"series": "multitext",
"source": "text",
"status": "multitext",
"twitter": "text",
"trade": "text",
"purchased": "date",
"producer": "multitext",
"process": "text",
"phone": "text",
"role": "text",
"birthday": "date",
"guests": "multitext",
"cuisine": "multitext",
"conference": "text",
"end": "date",
"address": "text",
"start": "date",
"shares": "number",
"variety": "text",
"price": "number",
"author": "multitext",
"published": "date",
"where": "multitext",
"loc": "multitext",
"monthly-uses": "number",
"runtime": "number",
"pages": "number",
"acquired": "date"
}
}
+202
View File
@@ -0,0 +1,202 @@
{
"main": {
"id": "c535fcbd66ff15f1",
"type": "split",
"children": [
{
"id": "4f62eb42528d84e2",
"type": "tabs",
"children": [
{
"id": "b8a1d6a7b9f31a0a",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Templates/Meditation Template.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Meditation Template"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "f9356b3161224c4b",
"type": "split",
"children": [
{
"id": "c5cc35386beaa9f9",
"type": "tabs",
"children": [
{
"id": "9ef441043be4d5ca",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "bce3ddf1ba148620",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "2aa417dffa146c84",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "ed8f3bfcfcab5820",
"type": "split",
"children": [
{
"id": "c8b1776937708de4",
"type": "tabs",
"children": [
{
"id": "f2ef3dc240ab922f",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks"
}
},
{
"id": "bb9ad16ae46f7b0a",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "a8ef48791b671ad0",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "2025-12-04 1307.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of 2025-12-04 1307"
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"markdown-importer:Open format converter": false,
"zk-prefixer:Create new unique note": false,
"random-note:Open random note": false,
"workspaces:Manage workspace layouts": false,
"bases:Create new base": false,
"templater-obsidian:Templater": false
}
},
"active": "9ef441043be4d5ca",
"lastOpenFiles": [
"Templates/People Template.md",
"Templates/Podcast Episode Template.md",
"Templates/Show Template.md",
"Templates/Product Template.md",
"Templates/Post Template.md",
"Templates/Bases/Games.base",
"Templates/Bases/Everything.base",
"Templates/Bases/Evergreen.base",
"Templates/Bases/Companies.base",
"Templates/Bases/Board games.base",
"Templates/Bases/Attachments.base",
"Templates/Bases/Albums.base",
"Categories/Podcast episodes.md",
"Categories/Companies.md",
"Categories/Clippings.md",
"Categories/Books.md",
"Categories/Board games.md",
"Categories/Albums.md",
"Categories/Posts.md",
"Categories/Podcasts.md",
"Categories/People.md",
"Categories/Movies.md",
"Categories/Meetings.md",
"Templates/Bases/Ratings.base",
"Templates/Daily Note Template.md",
"Templates/Bases/Map.base",
"References/Fushimi Inari.md",
"Templates/Bases/Places.base",
"Notes/2023-09-12 Meeting with Steph.md",
"References/Out of Control.md",
"Notes/Minimal Theme.md",
"Notes/Product usage analysis.md",
"Notes/Evergreen notes turn ideas into objects that you can manipulate.md",
"Clippings/Buy wisely.md",
"Untitled 1.md",
"Untitled 2.md",
"Attachments/out-of-control.jpg"
]
}
+5
View File
@@ -0,0 +1,5 @@
{
"format": "YYYY-MM-DD HHmm",
"folder": "/",
"template": "Templates/Journal Template"
}