aboutsummaryrefslogtreecommitdiff
path: root/templates/programming/coding-notes.org
diff options
context:
space:
mode:
Diffstat (limited to 'templates/programming/coding-notes.org')
-rw-r--r--templates/programming/coding-notes.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/programming/coding-notes.org b/templates/programming/coding-notes.org
new file mode 100644
index 0000000..5c22e7a
--- /dev/null
+++ b/templates/programming/coding-notes.org
@@ -0,0 +1,15 @@
+#+TITLE: Coding Notes - [Topic]
+#+DATE: %<%Y-%m-%d>
+#+FILETAGS: :code:reference:
+
+* Summary
+
+* Examples
+#+BEGIN_SRC python
+def hello():
+ print("Hello, world!")
+#+END_SRC
+
+* Gotchas
+
+* References \ No newline at end of file