Path to this page:
./
editors/tp-note,
Minimalistic note taking and template system
Branch: CURRENT,
Version: 1.24.12nb1,
Package name: tp-note-1.24.12nb1,
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: 2656.926 KB
Version history: (Expand)
- (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
- (2024-11-11) Updated to version: tp-note-1.24.10
- (2024-10-30) Updated to version: tp-note-1.24.9
CVS history: (Expand)
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
|