Scott Tomaszewski
Scott Tomaszewski
Recorded a gif showing behavior. I can reliably reproduce when 1. opening a fresh instance of obsidian 2. adding embedded image to front matter and attempting to render with dataviewjs...
Hi, just wanted to follow up on this in case anything has changed and also give more information in case its helpful. For me, a note with the following input:...
> Would adding an 'Other Tags' column get you what you are after. This should include tasks which do have tags other than the ones being used for columns on...
I was able to fix this for me. Open the `prefs.js` file and replace the line ``` let trackLabelArray = [ trackLabelOptKeys[trackLabelStart.get_active()] || currentTrackLabel[0], trackLabelSep.get_text() ?? currentTrackLabel[1], trackLabelOptKeys[trackLabelEnd.get_active()] || currentTrackLabel[2],...
https://github.com/cliffniff/media-controls/issues/57#issuecomment-1477771828
Thank you, @joethei > [export function drawSteelAdmonitionPlugin(admonitions: DrawSteelAdmonition[]) {](https://github.com/scottTomaszewski/draw-steel-elements/blob/ddd0dae9ea90ad881dcc6d979024ac7f53780724/src/drawSteelAdmonition/drawSteelAdmonitionExtension.ts#L9-L48), [export class DrawSteelAdmonitionsPostProcessor {](https://github.com/scottTomaszewski/draw-steel-elements/blob/ddd0dae9ea90ad881dcc6d979024ac7f53780724/src/drawSteelAdmonition/drawSteelAdmonitionPostProcessor.ts#L5-L18) Shouldn't this be a [MarkdownCodeBlockPostProccessor](https://docs.obsidian.md/Plugins/Editor/Markdown+post+processing#Post-process+Markdown+code+blocks) ? > > [const yaml = YAML.parse(codeElement.getText());](https://github.com/scottTomaszewski/draw-steel-elements/blob/ddd0dae9ea90ad881dcc6d979024ac7f53780724/src/drawSteelAdmonition/powerRollAdmonition.ts#L29) Use the `parseYaml` function from...
Sorry, I know this is abnormal, but I moved (transferred) the repo under a new organization, but its the same (updated) code. Ive updated the PR to reflect the transfer....
> Allowing for separate shells for `shell`, `init_hooks` and `run` can become pretty confusing. I agree, but from what I understand `shell` and `run` execute with different interactive/login settings which...
No, my hacky workaround is to have a `source .utils/.utilsrc` in the `init_hook` and everything delegates to a justfile that has: ``` export BASH_ENV := ".utils/.utilsrc" set shell := ["bash",...