Dotfiles with the latest changes
This commit is contained in:
11
.config/nvim/templates/markdown/main_edu.md
Normal file
11
.config/nvim/templates/markdown/main_edu.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
work_space: "workspace"
|
||||
subject: "subject"
|
||||
tags: ["Note", "tag"]
|
||||
---
|
||||
|
||||
<!-- TODO: Edit Parameters -->
|
||||
|
||||
# Topic
|
||||
|
||||
<!-- TODO: Begin notes here -->
|
||||
12
.config/nvim/templates/markdown/main_project.md
Normal file
12
.config/nvim/templates/markdown/main_project.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
project_name: "Project Name"
|
||||
space: "Space Name"
|
||||
tags: ["project", "tags"]
|
||||
project_status: "Project Status"
|
||||
---
|
||||
|
||||
<!-- TODO: Edit page parameters -->
|
||||
|
||||
# Project Name
|
||||
|
||||
<!-- TODO: Begin Project here -->
|
||||
10
.config/nvim/templates/markdown/main_todo.md
Normal file
10
.config/nvim/templates/markdown/main_todo.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
date: "Date"
|
||||
tags: ["Todo", "Tags"]
|
||||
---
|
||||
|
||||
<!-- TODO: Edit page parameters -->
|
||||
|
||||
# Date
|
||||
|
||||
<!-- TODO: Add Todos for this day here -->
|
||||
Reference in New Issue
Block a user