2023-06-09 17:48:01 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.6
- Add compilation feature `lang-detection`
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-06-04 08:45:31 by pin | Files touched by this commit (1) | |
Log message:
editors/tp-note: clean-up after update
|
2023-06-03 21:34:29 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.5
Rename root dir marker `.tpnoteroot`; Add pseudo lang. tag `+all`
* Breaking change: rename root directory marker file from `.tpnoteroot` to
`.tpnoteroot.toml`.
* Allow optional project specific configuration data in `.tpnoteroot.toml`.
Tp-Note will source the configuration for all note file in all subdirectories.
Empty `.tpnoteroot.toml` content is still allowed.
* Interpret the pseudo language tag `+all` as "select all available \
languages"
in the environment variable `TPNOTE_LANG_DETECTION` and the configuration
file variable `tmpl.filter_get_lang`.
|
2023-05-17 23:31:53 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.4
Maintenance release, new env: `TPNOTE_EXTENSION_DEFAULT`
To improve the template readability the following template filters have
been renamed:
* `ext` to `file_ext`
* `stem` to `file_stem`
* `tag` to `file_sort_tag`
* `trim_tag` to `trim_file_sort_tag`
* `copy_counter` to `file_copy_counter`
The new environment variable `TPNOTE_EXTENSION_DEFAULT` allows setting the
file extension of new note files. If set, it overwrites the
`filename.extension_default` configuration file variable.
|
2023-05-10 12:27:41 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.3
Link docs with new sort-tag shorthand link syntax:
* Hyperlinks to other Tp-Note documents can now be shortened by referencing
only the target's sort-tag, e.g. `[my doc](<home/20230510-my note.md>)` is
equivalent to `[my doc](<home/20230510>)`. Autolinks can be shortened as
well: `<http:home/20230510-my note.md>` becomes \
`<http:home/20230510>`
* New environment variable: `TPNOTE_CONFIG`
* The prepend_dot filter is replaced by the prepend filter.
The concerned filename templates have been updated.
|
2023-05-06 00:02:08 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.2
Add `TPNOTE_EDITOR_CONSOLE` and `TPNOTE_LANG_DETECTION` environment variables.
|
2023-05-04 21:01:15 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.1
Doc: Update documentation; Tmpl: add opt. filter parameter
The filter `map_lang` can now be parametrized with a default value that
is returned when the filter input is the empty string:
`map_lang(default="foo")`.
|
2023-04-27 14:30:14 by pin | Files touched by this commit (3) | |
Log message:
editors/tp-note: update to 1.21.0
- New feature: natuaral language detection
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|