Releases: getreu/tp-note
Releases · getreu/tp-note
v1.18.2
v1.18.1
v1.18.0
v1.17.3
v1.17.2
v1.17.1
v1.17.0
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`.
v1.16.6
v1.16.5
Read clipboard in console mode too In some circumstances, working on the console, you may have access to a clipboard provider but no graphical environment. With this release you should be able to read the clipboard in a terminal emulator, e.g. in Xterm as super user too: sudo tpnote --tty
v1.16.4
Unix: default extension for new notes: `.md` Delete Tp-Note's existing configuration file to activate the new default: `extension_default = 'md'` NB: The default for Windows remains `.txt` because the `.md` is not a registered file extension in new Window installations.