Results 480 comments of AB1908

I'd love your input on this for #1283.

Haha this is a common ask. I can propose two approaches, one is to use a templater script to write to the file and use DV's API to generate what...

For templater, only insertion would work, dynamic commands do not since they do not create content, similar to dataview. I believe the admonition idea no longer works. I never tested...

I'm closing this in favor of #42 since there are many variations on the idea. If there's something I overlooked, let me know and we can split that into a...

@jloh can you give me steps to reproduce this problem?

This has already been implemented in the beta.

There are two ways to get around it for now: - Display a substring of your file title either with string indexing like `field[0:10]` or with `substring()`. Not entirely sure...

- `substring("this is a field", 0, 10) == "this is a"` - `"this is a field"[0:4] == "this"` (not entirely sure this works)

Can you give me some stuff to repro this with? I suspect the workaround would be rather complex and it might be better to fix directly in the source.