Martin Milbradt | Milli
Martin Milbradt | Milli
**Plugin information (please complete the following information):** - OS: Windows 10 - Templater version: 1.18.0 - Obsidian version: v1.4.16 - Templater settings: Template folder location: "ZZ4 Templates/", Timeout: "5", Command:...
E.g. `The Trillion Dollar Equation - YouTube` → `The Trillion Dollar Equation` Code snippet: ```TypeScript, text = text.split(/[|—–]|( - )|( · )/)[0].trim(); ``` Open Issue: Some sites (like GitHub) prepend...
Examples: - Google - Facebook
# Issue My system language is German and that's why the plugin get's German titles (when available). Since I exclusively write in English, I'd like to specify that it should...
The answer is wrong because `9250` becomes `9350` in the middle. Original answer: ``` "The capacity of the first tank is 7000 gallons, and if it is filled up to...
## Code snippet ``` StringReplace, Clipboard, Clipboard, ", , All ``` ## Expected behavior Characters after `"` should have the usual color in `StringReplace`. ## Editor tokens and scopes "1...
Example: ``` --- note: AI Obsidian Manager tags: obsidian, ai alias: - AI Obsidian Manager url: https://fileorganizer2000.com/ --- # [AI Obsidian Manager](https://fileorganizer2000.com/) ``` 
 I have a folder "Websites, Tools & Products", that might be the isse. Note: It's also not logging anything to the logfiles or console, see #47.
 All my logfiles (last 3 days) exist, but are empty. Changing the logdirectory had no effect. The error was only displayed once, the rest of the time nothing happens.
### Description Closing braces of arrays get moved to the next line. ### Expected formatted output snippet ```autohotkey return [1, 0, 0] ``` ### Actual formatted output snippet ```autohotkey return...