#env-var #input #template #clipboard #content #editor #file

tpnote-lib

Minimalistic note-taking: save and edit your clipboard content as a note file

65 releases (29 breaking)

new 0.39.0 Jan 5, 2025
0.37.1 Dec 25, 2024
0.36.3 Nov 9, 2024
0.35.3 Jul 16, 2024
0.11.0 Nov 29, 2022

#231 in Template engine

Download history 19/week @ 2024-09-17 176/week @ 2024-09-24 36/week @ 2024-10-01 2/week @ 2024-10-08 4/week @ 2024-10-15 184/week @ 2024-10-29 136/week @ 2024-11-05 28/week @ 2024-11-12 13/week @ 2024-11-19 5/week @ 2024-11-26 176/week @ 2024-12-03 216/week @ 2024-12-10 12/week @ 2024-12-17 187/week @ 2024-12-24 161/week @ 2024-12-31

620 downloads per month
Used in tpnote

MIT/Apache

440KB
8K SLoC

The tpnote-lib library is designed to embed Tp-Note's core function in common text editors and text editor plugins. It is dealing with templates and input files and is also part of the command line application Tp-Note. The library provides a default configuration in the static variable LIB_CFG that can be customized at runtime.


lib.rs:

The tpnote-lib library is designed to embed Tp-Note's core function in common text editors and text editor plugins. It is dealing with templates and input files and is also part of the command line application Tp-Note. This library also provides a default configuration in the static variable LIB_CFG that can be customized at runtime. The defaults for the variables grouped in LIB_CFG, are defined as constants in the module config (see Rustdoc). While LIB_CFG is sourced only once at the start of Tp-Note, the SETTINGS may be sourced more often. The latter contains configuration data originating form environment variables.

Tp-Note's high-level API, c.f. module workflow, abstracts most implementation details. Roughly speaking, the input path correspond to Tp-Note's first positional command line parameter and the output path is the same that is printed to stdout after usage. The main consumer of tpnote-lib's high-level API is the module workflow in the tpnote crate.

Dependencies

~11–43MB
~696K SLoC