Marcus Breiden

Results 30 comments of Marcus Breiden

anything I would need to change somewhere? ``` import esbuild from "esbuild"; import process from "process"; import builtins from 'builtin-modules' import { copy } from "esbuild-plugin-copy"; // Change the following...

if it is for the templates only you could just check if a new file is created in the template directory and ignore it. Otherwise I have an issue if...

did you take a look at this? I guess I will disable templater for / atm to get around this issue. But I noticed that in the current version it...

I would like to second this.. I would prefer the yaml key lang AND language though as that is already used by https://github.com/phibr0/obsidian-dictionary

I didn't dig through all the code, so I don't know how you create the note names or how you compare them in code. The Calendar Plugin has an locale...

I have the same issue. I'm not using fileClasses atm. At a specific moment my script stopped working. It only returns null now. I have no idea atm on how...

Is that screenshot from the FileTree Alternative Plugin? PrePend Text doesn't work there, and neither coloring Coloring works in the normal Obsidian File view and Prepend should too In the...

oh well.. there is something weird going on.. no stuff which did work doesn't work anymore and vice versa on my side.

hi, in which frontmatter are the details stored?

hi, thanks. I did notice it now. I can't use that approach unfortunately as it clutters the frontmatter too much. Plus it looks like there might be an issue (or...