Austin Gatlin

Results 8 comments of Austin Gatlin

Glad to see I'm not crazy in failing to import `phoenix.css` XD. I also came across this blog post by Chris mentioning they will bring this in to phx.new eventually,...

Regarding @Haraldson 's comment on `daisy's diner` becoming `daisys-diner` instead of `daisy-s-diner`, I have an open PR for that in particular, #71 , just fyi for people in this thread.

Hello, and thank you for the library @brainc

I cannot reproduce this failure when calling [`fs.readdirSync`](https://nodejs.org/docs/v22.14.0/api/fs.html#fsreaddirsyncpath-options) as it is [here](https://github.com/aegatlin/metamark/blob/c14806da596094bf72bcc0a5be9ea0fa495407b4/src/obsidian.vault.process.ts#L106). For my own website I am calling `metamark.obsidian.vault.process('../vault')` and it works for me on the current version.

Could you share the string that caused the failure? Also, what operating system are you on?

Howdy! 😄 I wanted to share some further "prior art" on this style of (n)vim navigation: - vim-easymotion https://github.com/easymotion/vim-easymotion - VSCodeVim configuration setting to emulate easymotion https://github.com/VSCodeVim/Vim?tab=readme-ov-file#vim-easymotion Would love to...

Hi @iplanwebsites! 👋 > Is this currently supported in the library? What would be the best way to support images in html outputs? Images are not currently supported. I haven't...

I cannot see a way to support `![[file]]` content currently. [remark obsidian link](https://github.com/aegatlin/remark-obsidian-link) depends on [remark-wiki-link](https://github.com/landakram/remark-wiki-link) which does not have support for it. There seems to be a version of...