Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.55 KB

File metadata and controls

33 lines (21 loc) · 1.55 KB

trilium-customizations

Scripts and codes for Trilium Notes https://github.com/zadam/trilium/


A. Frontend customizations in action using Midnight - Trilium Dark Mode Theme

Trilium Customizations Screenshot


B. Trilium ETAPI Python scripts for collecting links, quotes using Firefox Bookmarklets

Requirements:

Trilium Bookmarklets

trilium-etapi-linklogger.py

  • Copies the current Firefox tab's page title and URL then sends it to a predefined Trilium note with some formatting.
  • Able to send to a different note based on the domain name.

trilium-etapi-linklogger.py

trilium-etapi-quotecollector.py

  • Sends the currently selected/highlighted text in Firefox in plain text format with line breaks preserved.

trilium-etapi-quotecollector.py

The links and quotes are saved in reverse chronological order.