Martin Milbradt | Milli

Results 8 comments of Martin Milbradt | Milli

Oops. Sadly, neither work for me (neither separate nor sequentially). Still nothing in the console.

It's adding the frontmatter now, but not linting: ![image](https://github.com/SilentVoid13/Templater/assets/61841994/34c3e96b-28b6-4cf1-b2f7-98717243d070) After linting manually: ![image](https://github.com/SilentVoid13/Templater/assets/61841994/9570cc88-f4e8-469d-bdd1-e180a64a4cce) The behavior is identical for `Open Insert Template modal` and `Create new note from template`.

Seconded! I also don't need " · GitHub" and so on at the end of my links. [Provide the ability to replace or escape certain characters in the title. ·...

>URL with a user encoded into it is detected as two links >>@ > >I would need a rundown on exactly what is valid around this since I know almost...

The issue is the closing brackets `]` not opening: ![image](https://github.com/zolrath/obsidian-auto-link-title/assets/61841994/e12a5d07-cb78-40e2-979d-a8984035335d) Feature request: Add an option to replace square brackets with round ones. @zolrath: LMK if you want me to implement...

Reproduction: Use Plugin [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) The files are `.log`, but the console still gets highlighted. ![image](https://github.com/oderwat/vscode-indent-rainbow/assets/61841994/5b995d06-d739-460a-8d9e-e01d335d44c5) `"indentRainbow.excludedLanguages": ["markdown", "log", "plaintext"]`

I'd also like this! It already provides syntax for this, we "only" need a `command`. ``` app.commands.executeCommandById(command) ```

I found it. This calls textgenerator from Templater: ``` ``` But I'm not sure how to configure what gets passed. Since a call to the OpenAI API is not too...