vault update: plugins, templates
This commit is contained in:
34
templates/ai_dev_ops.md
Normal file
34
templates/ai_dev_ops.md
Normal 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}}*
|
||||
10
templates/tmpl_generic_note.md
Normal file
10
templates/tmpl_generic_note.md
Normal 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 %>]]
|
||||
|
||||
|
||||
12
templates/tmpl_media_resource.md
Normal file
12
templates/tmpl_media_resource.md
Normal 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
16
templates/tmpl_project.md
Normal 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
|
||||
-
|
||||
10
templates/tmpl_technical_snippet.md
Normal file
10
templates/tmpl_technical_snippet.md
Normal 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 %>
|
||||
|
||||
Reference in New Issue
Block a user