SafEight

Results 3 comments of SafEight

Can't you just remove the leading slash? - e.g. if you're on `example.com/item/2/`, then - `hx-get="/request"` will get `example.com/request`, but - `hx-get="request"` will get `example.com/item/2/request` Am I missing something?

> I believe you would have to do '2/request' meaning the "component" would have to be aware of the id. Although this may depend on if you have a trailing...

> is this a syntax that obsidian support? [Yes](https://help.obsidian.md/syntax#Footnotes) > I would prefer to pause all ofm development for a bit, given that I'm in the process of writing the...