David Kopp
David Kopp
I use the Obsidian feature "Override config folder" (see Settings → About) so that I can use different configurations and plugins for each device. The plugins are therefore not located...
I had the problem that a footnote definition was recognized even though it wasn't one and therefore the entire algorithm no longer worked. Example text: ``` The GHG Protocol[^1] is...
With the new Obsidian Properties feature it is now quite common to use links to notes in the YAML frontmatter. Also link aliases are supported. The following YAML is valid...
Currently, the command "Add publish flag" changes other frontmatter attributes. That can be problematic. Example: ```markdown --- aliases: ["One alias, with a comma included"] tags: ["tag1", "tag2"] --- ``` becomes:...
Inline dataview queries inside of embedded notes use the properties of the note that embeds the note and not from the note itself ## Example Note "Test": ```markdown ![[Test 2]]...
The sidebar was overlapping the scrollbar of my browser (tested with Firefox and Brave). Therefore the scrollbar was not useable if there was a element in the sidebar. This PR...
The `layout` attribute in the data file has some problems. The array is constantly added and removed `null` values. That is a problem for me, because it causes git conflicts...
I would like to make comparisons of measurement runs that are based on different usage scenarios and different commits. That is currently not supported by GMT. Arne already proposed a...
Quote from an existing source code comment: > technically the usage_scenario needs no services and can also operate on an empty list > This use case is when you have...
At the moment GMT only supports a subset of the [Docker Compose specification](https://docs.docker.com/compose/compose-file/). It would make sense to check if there are unsupported features used in a `usage_scenario.yml` and throw...