2025-01-06 13:28:54 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.25.1
Bugfix release: this release fixes a minor regression introduced with v1.25.0
The commit:
d79a706 Centralize HTML stream tagging code
did not detect the empty clipboard properly and therefor the template
`from_clipboard` was applied in cases where `from_dir` were the right choice.
Fixed.
This release completes the new feature introduced in v1.25.0:
When you copy a chapter with its heading in your browser, Tp-Note will place
the heading in the `title:` field of the new note's YAML header.
Technical details: A new filter `html_heading` used in the
`from_clipboard_content` template extracts the first HTML heading in the HTML
clipboard.
|
2025-01-05 15:49:40 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.25.0
New feature: detect the first heading in the HTML clipboard
A new filter `html_heading` used in the `from_clipboard_content` template
extracts the first HTML heading in the HTML clipboard. When you copy a chapter
with a heading in your browser, Tp-Note will place this heading in the `title:`
field of the new note's YAML header.
|
2024-12-27 09:21:09 by Thomas Klausner | Files touched by this commit (1055) |
Log message:
*: recursive bump for pango requiring fontconfig 2.15
|
2024-12-25 22:43:37 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update tp 1.24.12
Maintenance release: replace HTML to Markdown library
This maintenance release migrates to the `htmd` library used by
Tp-Note's internal HTML to Markdown clipboard filter to improve stability.
|
2024-12-08 18:24:08 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.24.11
Breaking change: rename `.tpnote.toml` to `tpnote.toml`
The former marker filename was `.tpnote.toml`. As the marker file
and the configuration file `~/.config/tpnote/tpnote.toml` have the same
syntax and semantics, it is more consistent that they have the same filename.
If you have used marker files, please rename them from `.tpnote.toml` to
`tpnote.toml`.
|
2024-11-17 08:17:06 by Thomas Klausner | Files touched by this commit (944) |
Log message:
*: recursive bump for default-on option of at-spi2-core
|
2024-11-10 22:28:20 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.24.10
Upgrade dependencies
|
2024-10-30 19:50:37 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.24.9
This release improves the internal HTML to Markdown filter `html_to_markup`,
which is used in the templates `from_clipboard_content` and
`from_clipboard_yaml_content` when the clipboard contains HTML content:
URLs containing spaces are now correctly enclosed with angle brackets.
|
2024-10-13 22:20:15 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.24.8
Group front-matter variables in templates
Breaking configuration change. If you use custom templates, please update them:
Front matter variables in templates must be preceeded with `fm.`, e.g.
`fm_author` becomes `fm.fm_author`, `fm_title` becomes `fm.fm_title`,
`fm_subtitle` becomes `fm.fm_subtitle` and so on.
|
2024-08-24 17:59:37 by pin | Files touched by this commit (1) |
Log message:
editors/tp-note: add note on the MSRV for newer versions
|