Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 234c6bb

Browse files
snippet: journal post header markdown snippet
1 parent 39f412a commit 234c6bb

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
## Added
33
- community: overseer task manager for makefile and other tasks, leader x tasks mappings
44
- community: add spectre plugin for project wide search and replace
5+
- snippet: journal post header markdown snippet
56

67
# 2023-11-13
78
## Added

snippets/markdown.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,22 @@
8989
"![${1:alternative text}](https://raw.githubusercontent.com/practicalli/graphic-design/live/${2:URL}#only-dark${3}){align=left${4} loading=lazy style=\"height:150px;width:150px\"}"
9090
],
9191
"description": "MkDocs Image GitHub form"
92+
},
93+
"post header": {
94+
"prefix": "post-header",
95+
"body": [
96+
"---
97+
title: Day 98 - 4Clojure
98+
date: 2018-12-21
99+
categories:
100+
- 100daysofcode
101+
---
102+
103+
**Thoughts for today**
104+
105+
106+
<!-- more -->"
107+
],
108+
"description": "post-header"
92109
}
93110
}

0 commit comments

Comments
 (0)