You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: til-format.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,5 @@
1
1
# TIL Entry Format
2
2
3
-
Tags: documentation, format, standard
4
-
Platform: all
5
-
6
3
## Summary
7
4
8
5
This document describes the standardized format for Today I Learned (TIL) entries to make them both human-readable and machine-parsable for automated tools.
@@ -60,15 +57,14 @@ The accompanying Python tool will:
60
57
61
58
1. Parse metadata from key-value pairs
62
59
2. Extract executable blocks from sections tagged with "(executable)"
63
-
3. Build search index using tags and content
60
+
3. Build search index on content
64
61
4. Provide commands to search, display, and execute configurations
65
62
66
63
## Validation
67
64
68
65
A GitHub Action will validate that each TIL entry:
0 commit comments