scottmc42
scottmc42
Commented out everything except initializing brew and OMP and. still see the same problem.
GNU bash, version 3.2.57(1)-release (arm64-apple-darwin21) Which is the latest Mac goes normally
Yup that works like a charm. Thank you. But you still may want to have it as an option; either a toggle in the settings screen or somewhere in the...
I can concur. I've been banging my head against the keyboard trying to get `embed()` to work. I have the note and the image in the same folder. I've tried...
@fwolf , I just tried that code and it's still not showing up. If I remove the `!`, then it appears as a link to the correct image so I...
@fwolf , Here is the markdown I'm using: ```markdown --- name: "Sir Truumble Broomfodder" image: "truumble-token.png" race: "Kobold" gender: "Male" class: - "Totem Barbarian" level: 3 background: "City Watch" hp:...
@pstelzer , I'm aware of the `dataview` workaround. However, as shown in my above example, I'm trying to put the picture inside of an MD table. Unfortunately, that means I...
I can verify that manually adding quotes did get rid of the error. However the functionality is still broken. ## 1. Setting a string value for a checkbox will always...