elvarb
elvarb
That's a good point, but I think that could be mitigated. Just an hypothetical use case. Lets say you have a template for Movies which you want to use to...
I think it would be best to present the user with a few functions directly - filepath - filename - maybe a file property? can't see a use case for...
I'm not sure if that is necessary to think about property types as this is all text. The only case where that might be an issue is when the api...
Also I see that the feature has been added and I did some tests and it works really well 👍 Only one issue which I think is more with Obsidian...
A great enhancement to the properties feature would be allowing for writing the properties as internal links. For example this simple block queries the Shodan free InternetDB API for the...
> > A great enhancement to the properties feature would be allowing for writing the properties as internal links. > > I like this idea. I'll check what I can...
The way the plugin works is that `show` pulls the values from the JSON response and `properties` put those into the designated property with the values used in `show`. -...
But how would it work if you have a json file with a value you want to use in a property and the names are not the same. Lets say...
That means you have to use `show` with `properties`, so requiring `show` is fine. What could be changed to clarify the usage of `show`, that it would never be rendered...
I mean that you would use `format` when you want the output to be rendered when viewing the file. `Show` would never output anything and only be for `format` and...