summaryrefslogtreecommitdiff
path: root/editors/tp-note
AgeCommit message (Collapse)AuthorFilesLines
2022-12-04editors/tp-note: update to 1.19.7pin3-52/+52
- Capitalize '{{username}}', fix: 'tel:' is not local
2022-12-02editors/tp-note: update to 1.19.6pin3-24/+24
- Export HTML: add abs. link base marker '.tpnoteroot'
2022-11-28editors/tp-note: update to 1.19.5pin3-28/+28
- Viewer: follow also absolut local links
2022-11-23editors/tp-note: update to 1.19.4pin3-20/+20
- Fix viewer regression: Do not ignore non-local URLs
2022-11-22editors/tp-note: update to 1.19.3pin3-20/+20
- Viewer: use autolinks for short refs. - The present Tp-Note version, displays the autolink: <http:mydir/autolink.md> like this (coloured, underlined and clickable): autolink - Bugfix Windows installer: Tp-Note's default icon is back.
2022-11-21editors/tp-note: update to 1.19.2pin3-42/+42
v1.19.2 - Improve viewer security against exfiltration attacks v1.19.1 - Viewer: Add sec. feat. limit no. of served files
2022-11-17editors/tp-note: update to 1.19.0pin3-18/+17
- Viewer: new feature: follow links to other Tp-Notes
2022-11-12editors/tp-note: update to 1.18.3pin3-91/+88
- Bump 'tpnote_lib' version to v0.10.1 - Remember template update in config file - 'Note::from_text_file()': Tmpl: allow empty 'date:' - Housekeeping: inline trait method - '<Context>::insert_environment()' into 'from()'
2022-11-02editors/tp-note: update to 1.18.2pin3-168/+72
- Refactor tpnote_lib API
2022-10-28editors/tp-note: update to 1.18.1pin3-64/+68
- Bump 'tpnote-lib' version to v0.8.0 - Apply newtype pattern for FrontMatter - 'TmplFromTextFile': always move to free filename - Relax 'is_empty()' condition
2022-10-21editors/tp-note: update to 1.18.0pin3-355/+418
- Fix: report read-clipboard properly (-V) - Render MathML and (some) syntax highlighting
2022-08-16editors/tp-note: update to 1.17.3pin3-350/+345
-Upgrade dependencies -Functional tests: unset `TPNOTELANG` -Derive also `Eq` -Reborrow without "deref on an immutable reference" -Depreciate gzip in `docs/build/man` -Avoid allocating substring -Use `unsigned_abs()` for isize -> u64 -Remove redunant import -Use const where possible -Update man-page
2022-08-11Bump all dependent packages of wayland (belatedly)gutteridge1-2/+2
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2022-06-28*: recursive bump for perl 5.36wiz1-1/+2
2022-06-18editors/tp-note: update to 1.17.2pin3-33/+102
-Set minimum config file version -Remove chrono dependency -Migrate from clipboard to copypasta
2022-06-18editors/tp-note: update to 1.17.1pin3-96/+100
-Update documentation and bump dependencies.
2022-05-31editors/tp-note: fix broken buildpin1-2/+2
Sorry, it slipped through.
2022-05-26editors/tp-note: update to 1.17.0pin3-184/+211
Add the user's language tag to new note's header. This release defines the new template varialbe {{ lang }} which inserts the user's default language tag, e.g. "lang: en-GB". The header is understood by the grammar, style & spell checker LanguageTool (https://languagetool.org/). If wished for, the user's default languange tag can be overwritten with the environment variable TPNOTELANG.
2022-05-24tp-note: switch to USE_GITLAB.nikita1-2/+4
2022-05-20editors/tp-note: import pkgpin5-0/+1105
Tp-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.