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

tpnote-lib

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

61 releases (26 breaking)

0.34.3 Apr 12, 2024
0.33.2 Apr 8, 2024
0.32.3 Mar 30, 2024
0.30.7 Nov 27, 2023
0.11.0 Nov 29, 2022

#187 in Template engine

Download history 2/week @ 2024-01-29 16/week @ 2024-02-05 296/week @ 2024-02-12 73/week @ 2024-02-19 258/week @ 2024-02-26 17/week @ 2024-03-04 25/week @ 2024-03-11 196/week @ 2024-03-18 118/week @ 2024-03-25 154/week @ 2024-04-01 1647/week @ 2024-04-08 35/week @ 2024-04-15 6/week @ 2024-04-22 10/week @ 2024-04-29

1,762 downloads per month
Used in tpnote

MIT/Apache and maybe GPL-3.0+

395KB
7K 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 tp-note crate.

Dependencies

~11–45MB
~731K SLoC