summaryrefslogtreecommitdiff
path: root/src/journal.rs
AgeCommit message (Expand)AuthorFilesLines
2024-01-13chore: update dependency versionsLars Wirzenius1-1/+1
2023-07-22feat: allow any number of topics for a postLars Wirzenius1-3/+5
2023-04-14chore: drop unnecessary borrowLars Wirzenius1-1/+1
2022-11-14chore: drop unnecessary borrows, noticed by clippyLars Wirzenius1-1/+1
2021-09-23fix: if a topic path contains missing directories, create themLars Wirzenius1-0/+11
2021-09-15fix: allow topic pages to contain dotsLars Wirzenius1-3/+1
2021-07-20feat: add command to remove a draftLars Wirzenius1-0/+6
2021-07-15feat: add command to list current draftsLars Wirzenius1-0/+30
2021-05-23chore: fix clippy warnings, use new Subplot binary nameLars Wirzenius1-6/+5
2021-04-29feat: make a journal a git repository and commit new entriesLars Wirzenius1-0/+22
2021-04-12feat: add "new-topic" command and "new --topic" optionLars Wirzenius1-1/+31
2021-04-08feat: add a timestamp to the default templateLars Wirzenius1-1/+8
2021-04-08feat! add support for tera templates for new journal entriesLars Wirzenius1-3/+15
2021-04-05refactor: use Result<_, JournalError> instead of anyhow::ResultLars Wirzenius1-8/+14
2021-04-03feat: allow setting name of directory where new entries goLars Wirzenius1-13/+26
2021-04-03feat: launch editor for new draftLars Wirzenius1-7/+21
2021-04-02feat! support multiple draftsLars Wirzenius1-0/+108