Tommy Larsson
Tommy Larsson
- Support for telegram notifications - New config sections (notifications, telegram) - Typo fixes - Code formatting with Black
**Adds support for excluding file paths** Implements a textarea setting `excluded_vault_paths` which gets loaded before querying any notes. Notes are then only returned from the vaults if their path is...
Upon trying the plugin I noticed I was unable to open files and folders that contained "&". Using urllib.parse should parse the arguments correctly without having to intervene manually. Tried...
This pull request adds an extension for the SK8707-01 Trackpoint sold by Sprintek. Trackpoint: https://www.sprintek.com/en/products/pointing_stick/SK8707-01.aspx Datasheet: [DS0048 SK8707-01 Compact Pointing Stick Module Datasheet.pdf](https://github.com/user-attachments/files/19799119/DS0048.SK8707-01.Compact.Pointing.Stick.Module.Datasheet.pdf) It also adds a cap for the...
Came across an add problem when using variables to define extrusion for different cases. Turns out, if extrude was intentionally defined as 0, the case still got extruded by 1....