aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2026-04-17 10:05:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2026-04-17 10:05:46 -0300
commitd713069b80f828d8289575ba44278cc7624d596f (patch)
treeff0947ccdce887e622fee75f9f70eab822a9f719
parentd626a6548bcb8a50c830d7ec785b0cdba135b50d (diff)
downloadbiblio-main.tar.gz
biblio-main.tar.bz2
TODO: identifiersmain
-rw-r--r--TODO.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 177ee1b..9982918 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,6 +6,18 @@
* [ ] Split BibTeX files into nested subfolders.
+### Identifiers
+
+* [ ] Create a best-effort naming convention for BibTeX entries that's also
+ mnemonic, helping memorize author names and publication years. Draft:
+ * Author-year convention:
+ * Syntax: `@[${author_name}]_${author_surname}[:]${year}[${letter_sequence}]`.
+ * Examples:
+ * `@doe2026`.
+ * `@john_doe2026`.
+ * `@john_doe:2026`.
+ * `@john_doe:2026b`.
+
### Types
* [ ] Check whether Pandoc, pibtex and other tools/libs support custom bib types.