tp-note 1.6.4

fast note-taking with templates and filename synchronization
tp-note-1.6.4 is not a library.
Visit the last successful build: tp-note-1.21.16

title: Tp-Note - fast note-taking with templates and filename synchronization

Cargo Documentation License

Tp-Note is a note-taking-tool and a template system - freely available for Windows, MacOS and Linux - that consistently synchronizes the note’s meta-data with its filename. 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. By default TP-Note launches the system file-editor (or any other of your choice, e.g. Typora) after creating a new note.


Documentation

User documentation:

Developer documentation:

  • API documentation

    Tp-Note's program code documentation targets mainly software developers. The advanced user may consult the Tp-Note's config module documentation which explains the default templates and setting. Many of them can be customized through Tp-Note's configuration file.

    API documentation

Source code

Repository:

Distribution

Tp-Note Microsoft Windows installer package

  • Installer package for Windows:

    tp-note-1.6.4-x86_64.msi

    As this early version of the Windows installer is not signed yet, Windows will show the error message “Windows protected your PC”. As a work-around, when you click on the link “More info”, a ”Run anyway” button will appear allowing you to continue the installation process. In general, regardless of where a program comes from, I recommend checking every installable file with VirusTotal.

Tp-Note Debian/Ubuntu installer package

Various binaries for Windows, MacOS and Linux

Installation

Depending on the availability of installer packages for your operating system, the installation process is more or less automated. For Windows users the fully automated installation package tp-note-1.6.4-x86_64.msi is available. For more information, please consult the Distribution section above and the Installation section in Tp-Note's manual.

Upgrading

While upgrading Tp-Note, new features may cause a change in Tp-Notes's configuration file structure. In order not to loose the changes you made in this file, the installer does not replace it automatically with a new version. Instead, you might see one of the following messages:

ERROR: unable to load, parse or write the configuration file
---
Bad TOML data: missing field `version` at line 1 column 1

Note: this error may occur after upgrading Tp-Note due
to some incompatible configuration file changes.

Remedy: backup and delete the configuration file in order
to restart Tp-Note with its default configuration.
---
Additional technical details:
*    Command line parameters:
tp-note
*    Configuration file path:
/home/getreu/.config/tp-note/tp-note.toml

or

ERROR: configuration file version mismatch:
---
Configuration file version: '1.5.2'
Tp-Note version: '1.5.5'
Minimum required configuration file version: '1.5.5'

Remedy: Backup and delete the old config file in
order to restart Tp-Note with its default values.
---
Additional technical details:
*    Command line parameters:
tp-note
*    Configuration file path:
/home/getreu/.config/tp-note/tp-note.toml

As the above error messages suggest, the solution is to backup and delete the old incompatible configuration file. Next time you start Tp-Note, a new version of this file will be installed at the same location.

There is no need to say, that in case you modified the configuration file, you should backup before delete.

Building

If the above precompiled binaries do not suite you, you can compile Tp-Note yourself.

  1. Install Rust, e.g.

    curl https://sh.rustup.rs -sSf | sh
    
  2. Download, compile and install Tp-Note:

    sudo apt-get install -y xorg-dev libxcb-xfixes0-dev libxcb-shape0-dev libgtk-3-dev
    cargo install tp-note
    sudo cp ~/.cargo/bin/tp-note /usr/local/bin
    

    See also the user manual for a detailed installation description.

This project follows Semantic Versioning.

About

Author:

  • Jens Getreu

Copyright:

  • Apache 2 licence or MIT licence