Replies: 2 comments
-
Created issue #941 |
Beta Was this translation helpful? Give feedback.
0 replies
-
See #42 which should include your specific use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there 👋,
I am a big fan of this plugin and it greatly increases what I can do within Obsidian! I have an idea to make this plugin even better for me and hopefully for many others that use it!
Feature description
I would like a way for a user to optionally have their dataview code blocks evaluated (i.e. evaluate the markdown that the dataview code block generates on the fly and write it to the actual file).
This feature would be great since it can leverage dataview's ability to dynamically generate markdown text with all the benefits of plaintext markdown files and how Obsidian does it's searching, tagging, linking, etc. between these files.
Currently, Obsidian doesn't see the tags, file links, etc. generated by dataview code blocks, it just sees a block of text.
Practical use case
For instance, I use dataview scripts in my daily entry template to pull meta-info about files such as which files I created / modified, tasks I completed that day, etc. and generate lists with links to these files. The content created by these dataviews will change throughout the day, but then it will be static forever after. So it would be nice to have an easy way to save this generated text to the actual markdown file.
Implementation idea
# Example
```dataview
list where file.ctime = date(today)
```
</> Edit this Block
icon, thereis a
They click it. And the file contents changes to:
and the dataview code block either
Beta Was this translation helpful? Give feedback.
All reactions