Creating command to reload page

I added this as the QuickAdd: Rebuild current view command, and accompanied it with a button in one particular note like the following:

```button
name Rebuild view
type command
action QuickAdd: Rebuild current view
```
^button-rebuild

This has then allowed me to in a random note with a Dataview query to do:

`button-rebuild`
```dataview
...
```

And I get the output like this:

Extremely practical and so far the most efficient way I’ve found to reload the Dataview queries. (Now if only I could style the button to hover over the lower right of the div containing the query result. Somewhat like the Copy button (or Edit this block icon) hovering in the upper right of code blocks. Then it would just be dandy… )

2 Likes