Path to this page:
./
editors/tp-note,
Minimalistic note taking and template system
Branch: CURRENT,
Version: 1.25.1,
Package name: tp-note-1.25.1,
Maintainer: pinTp-Note is a note-taking-tool and a template system that consistently
synchronizes the notes meta-data with its filename.
If you like to keep your notes next to your files and you care about expressive
filenames, then Tp-Note might be the tool of your choice.
Tp-Note collects various information about its environment and the clipboard
and stores them in variables.
New notes are created by filling these variables in predefined and customizable
Tera-templates.
TP-Note's default templates are written in Markdown and can be easily adapted
to any other markup language if needed. After creating a new note, TP-Note
launches the system file editor (or any other of your choice, e.g. MarkText
or Typora) and connects the default web browser to Tp-Note's
internal Markdown/RestructuredText renderer and web server.
Master sites:
Filesize: 3288.175 KB
Version history: (Expand)
- (2025-01-06) Updated to version: tp-note-1.25.1
- (2025-01-05) Updated to version: tp-note-1.25.0
- (2024-12-27) Updated to version: tp-note-1.24.12nb1
- (2024-12-26) Updated to version: tp-note-1.24.12
- (2024-12-08) Updated to version: tp-note-1.24.11
- (2024-11-17) Updated to version: tp-note-1.24.10nb1
CVS history: (Expand)
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.
|