sam-4screen-desktop 2026-9-24:15:48:7
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
---
|
||||
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}}*
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
created: <% tp.file.creation_date("YYYY-MM-DD") %>
|
||||
type: media
|
||||
category: #film
|
||||
status: #to-watch
|
||||
rating: ⭐⭐⭐⭐⭐
|
||||
source_url:
|
||||
---
|
||||
# Review: <% tp.file.title %>
|
||||
|
||||
## 🧠 Summary & Thoughts
|
||||
-
|
||||
@@ -1,16 +0,0 @@
|
||||
---
|
||||
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
|
||||
-
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
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