Subject: CVS commit: pkgsrc/editors/tp-note
From: pin
Date: 2025-03-14 11:14:59
Message id: 20250314101459.BB8DCFBE1@cvs.NetBSD.org

Log Message:
editors/tp-note: update to 1.25.4

Add `reStructuredText` support in templates

This release adds `reStructuredText` code to the `annotate_file_content`
template. (All other templates are markup language agnostic).

To create a new ReStructuredText note invoke Tp-Note with:

```sh
TPNOTE_EXTENSION_DEFAULT=rst tpnote
```

To make ReStructuredText the default markup language for all future new notes,
write a configuration file '`~/.config/tpnote/tpnote.toml`' with the following
content:

```toml
[base_scheme.filename]
extension_default="rst"
```

Other new features:

* Make `exporter_highlighting_css` configurable
* Make `viewer_highlighting_css` configurable

Some minor bug fixes shipped with this release:

* errorpage: display correct path to browsed doc
* Rst renderer: always `trim()` input

Files:
RevisionActionfile
1.95modifypkgsrc/editors/tp-note/Makefile
1.73modifypkgsrc/editors/tp-note/cargo-depends.mk
1.75modifypkgsrc/editors/tp-note/distinfo