Martin Milbradt | Milli

Results 10 issues of 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:...

bug

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...

# 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...

bug
formatter

Example: ``` --- note: AI Obsidian Manager tags: obsidian, ai alias: - AI Obsidian Manager url: https://fileorganizer2000.com/ --- # [AI Obsidian Manager](https://fileorganizer2000.com/) ``` ![image](https://github.com/different-ai/file-organizer-2000/assets/61841994/575ca81a-5062-48e3-b85f-252debde7e3d)

![image](https://github.com/different-ai/file-organizer-2000/assets/61841994/f9e5ee65-6942-47b3-9e42-25b2f8b6247a) 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.

![image](https://github.com/different-ai/file-organizer-2000/assets/61841994/bcf76c7a-9848-4c36-ae08-6454155aea42) 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...

bug
formatter