summaryrefslogtreecommitdiff
path: root/subplot/jt.yaml
AgeCommit message (Collapse)AuthorFilesLines
2024-01-13fix(subplot/jt.yaml): declare types for regex capturesLars Wirzenius1-0/+6
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2022-04-20fix: mark type of captured name of embedded fileLars Wirzenius1-0/+2
Sponsored-by: author
2021-09-15fix: add impl to the bindings file, for current SubplotLars Wirzenius1-21/+63
Sponsored-by: author
2021-04-29feat: make a journal a git repository and commit new entriesLars Wirzenius1-0/+3
2021-04-12feat: add "new-topic" command and "new --topic" optionLars Wirzenius1-0/+3
This makes it easier to have "topic pages" in a journal, for collecting entries related to a certain topic. The topic page uses ikiwiki's !inline directive to collect pages linking to it.
2021-04-03feat: allow setting name of directory where new entries goLars Wirzenius1-0/+3
Also, some refactoring that happened along the way.
2021-04-02feat! support multiple draftsLars Wirzenius1-0/+6
This changes the command line syntax: subcommands edit and finish now require the draft id. We can change this later so that if there is only one draft, the program picks that one automatically. Also, new entries are 0.md, 1.md, etc, which is not going to be acceptable for real use, but this works minimally.
2021-03-26feat! rewrite codeLars Wirzenius1-4/+4
This started out as a change to re-do the command line parsing. I ended up rewriting everything, and failed to do it in a way that could be rebased into a sensible series of small commits.
2020-11-16feat: add "jt edit" to edit a draft with a chosen editorLars Wirzenius1-2/+9
Also, add some debugging log statements that were needed while making this change.
2020-10-20feat: create new draft, publish itLars Wirzenius1-0/+27
2020-10-09chore: update vendored copy of runcmd library from SubplotLars Wirzenius1-3/+3
Since the library interface has change, make relevant changes elsewhere.
2020-10-09refactor: move Subplot bindings, functions files to subplot/Lars Wirzenius1-0/+16
This makes the source tree a little cleaner, I find.