vault update: plugins, templates

This commit is contained in:
2026-05-14 15:05:15 +10:00
parent 0def72ea4e
commit 5c71c6b4ac
42 changed files with 32142 additions and 28 deletions

34
templates/ai_dev_ops.md Normal file
View File

@@ -0,0 +1,34 @@
---
title: "{{title}}"
summary: "{{summary}}"
type: {{type}}
client: {{client}}
project: {{project}}
status: {{status}}
priority: {{priority}}
last_verified: {{date:YYYY-MM-DD}}
tags:
- {{topic_tag}}
---
# {{title}}
## 🏗 System Architecture
- **Software/Stack:** {{software}}
- **Components:** {{components}}
- **Hardware/IOT:** {{hardware_specs}}
## 🎯 Objective
[What problem does this note solve for Graphify?]
## 📝 Technical Implementation
- **Runtime:** {{runtime}}
- **Environment:** [e.g. Production, Staging, Edge]
## 🖇️ Context & Connections
- **Upstream:** [[Parent Component]]
- **Downstream:** [[Dependent Services]]
- **Related:** {{related_links}}
---
*Created: {{date:YYYY-MM-DD}}*

View File

@@ -0,0 +1,10 @@
---
created: <% tp.file.creation_date("YYYY-MM-DD HH:mm") %>
modified: <% tp.file.last_modified_date("YYYY-MM-DD HH:mm") %>
type: note
tags: []
aliases: []
---
# [[<% tp.file.title %>]]

View File

@@ -0,0 +1,12 @@
---
created: <% tp.file.creation_date("YYYY-MM-DD") %>
type: media
category: #film
status: #to-watch
rating: ⭐⭐⭐⭐⭐
source_url:
---
# Review: <% tp.file.title %>
## 🧠 Summary & Thoughts
-

16
templates/tmpl_project.md Normal file
View File

@@ -0,0 +1,16 @@
---
created: <% tp.file.creation_date("YYYY-MM-DD HH:mm") %>
modified: <% tp.file.last_modified_date("YYYY-MM-DD HH:mm") %>
type: project
status: #todo
due_date: YYYY-MM-DD
project_group: <% tp.file.folder(true) %>
tags: [active-project]
---
# Project: <% tp.file.title %>
## 🎯 Objectives
- [ ]
## 📓 Log & Milestones
-

View File

@@ -0,0 +1,10 @@
---
created: <% tp.file.creation_date("YYYY-MM-DD HH:mm") %>
type: documentation
language:
environment:
source_url:
tags: [dev, snippets]
---
# Tech Snippet: <% tp.file.title %>