| Age | Commit message (Collapse) | Author | Files | Lines |
|
- Capitalize '{{username}}', fix: 'tel:' is not local
|
|
- Export HTML: add abs. link base marker '.tpnoteroot'
|
|
- Viewer: follow also absolut local links
|
|
- Fix viewer regression: Do not ignore non-local URLs
|
|
- 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.
|
|
v1.19.2
- Improve viewer security against exfiltration attacks
v1.19.1
- Viewer: Add sec. feat. limit no. of served files
|
|
- Viewer: new feature: follow links to other Tp-Notes
|
|
- 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()'
|
|
- Refactor tpnote_lib API
|
|
- Bump 'tpnote-lib' version to v0.8.0
- Apply newtype pattern for FrontMatter
- 'TmplFromTextFile': always move to free filename
- Relax 'is_empty()' condition
|
|
- Fix: report read-clipboard properly (-V)
- Render MathML and (some) syntax highlighting
|
|
-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
|
|
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.
|
|
|
|
-Set minimum config file version
-Remove chrono dependency
-Migrate from clipboard to copypasta
|
|
-Update documentation and bump dependencies.
|
|
Sorry, it slipped through.
|
|
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.
|
|
|
|
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.
|