Add a shortcut for “RedMonk”
- ID
5daa52c- date
2025-05-10 07:15:12+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
bdf8eb9- message
Add a shortcut for "RedMonk"- changed files
1 file, 4 additions, 3 deletions
Changed files
create_snippets.py (8183) → create_snippets.py (8197)
diff --git a/create_snippets.py b/create_snippets.py
index 3e8efd7..42f96d2 100755
--- a/create_snippets.py
+++ b/create_snippets.py
@@ -28,11 +28,11 @@ SNIPPETS = {
# e.g. 2024-04-09 10:49:12 +0100
";dd": "{isodate:yyyy-MM-dd HH:mm:ss Z}",
-
+
# e.g. \[10:49]
# I use this for timestamped entries in my Obsidian journal
";dt": r"\[{isodate:HH:mm}] ",
-
+
# e.g. 2025-02-09T09:13:58Z
# I use this for timestamped entries in JavaScript/JSON files
";dj": "{isodatetime}",
@@ -153,6 +153,7 @@ SNIPPETS = {
"Postgresql": "PostgreSQL",
"Powerpoint": "PowerPoint",
"Raphaelle": "Raphaëlle",
+ "Redmonk": "RedMonk",
"Regents Canal": "Regent’s Canal",
"Rubocop": "RuboCop",
"Sqlite": "SQLite",
@@ -217,7 +218,7 @@ SNIPPETS = {
";ee": "alex@alexwlchan.net",
";ale": "alexwlchan",
-
+
# My Mastodon server
";san": "social.alexwlchan.net",