Moritz Jung
Moritz Jung
The embed erroring is the intended behavior. That being said I can see there being some sort of syntax to tell the embed to not error when the file is...
I made the messages for embeds a bit nicer, but I am unsure if I want to add what you requested as a feature to individual embeds. Maybe a global...
Alright, so the current design plan would allow for very simple expressions (for line numbers in button actions) like the following: - `selfStart` - `selfEnd + 1` - `fileStart-15` -...
The current results are generated with dataview, so this would be a breaking change.
I am not sure I get what you mean. Could you elaborate?
https://github.com/mProjectsCode/obsidian-meta-bind-plugin/blob/4dc698adac1563765bb429d4454e12f13e87c4d2/packages/obsidian/src/modals/SuggesterModalHelper.ts#L46C55-L46C108 That could actually work, the only downside is that this would require users to write JS expressions.
> The where works the same in datviewjs as it does in normal DQL, but DQL does have less words. https://github.com/blacksmithgu/obsidian-dataview/blob/3c29f7cb5bb76f62b5342b88050e054a7272667f/src/api/data-array.ts#L27 Are you sure about that?
I don't think this is feasible. How would I cram overrides for a complex object into an inline button?
It already works that way.
see the advanced use case section in the docs