Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (13m)  pkgsrc-2024Q1 (3d)  pkgsrc-2023Q4 (77d)  pkgsrc-2023Q2 (110d) 

2024-06-17 12:46:43 UTC Now

2023-10-31 18:36:31 UTC MAIN commitmail json YAML

editors/tp-note: update to 1.22.10

Tmpl: relax sort-tag chars; increment sequential sort-tags;

New features:

1. Default change in `filename.sort_tag_chars`: sort-tags may now include
  lowercase letters. The space and tab characters are depreciated.
2. Tp-Note searches for the latest created document, extracts the sort-tag from
  the finding, increments it and uses the result as sort-tag for the new file.
  Incrementation examples: `02-3` -> `02-4` or `1b01f` -> `1b01g`.
  Chronological sort-tags like `20231024` are never incremented.
3. The viewer now understands so-called _format strings_ that can be appended
  to local links, e.g. the link `<tpnote:1a3?-->` expands to
  `<a href="1a3-my doc.md">my doc</a>` in case a file `1a3-my doc.md` exists in
  the current directory.

Breaking changes:

1. In previous Tp-Note versions, the default set for allowed characters in
  sort-tags included the space and tab characters. From this version on, these
  characters are not allowed in valid sort-tags anymore. If needed, you can
  re-add them to the configuration file variable `filename.sort_tag_chars`.

(pin)