Replies: 1 comment
-
Seems fair. Will likely require a few query language adjustments to support disable-able views. |
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.
-
What I'd love to have: A "Go/Stop" button before a dataview table to render or stop rendering
How I do it now: 4 tildes surrounding the table; I remove them to render the table, then I put them back.
Why: because my film database is over 10,000 pages and i have a gazillion tables and I only ever need about 4 to render at a time.
Details
My film database is over 10,000 md files long, with lots of frontmatter and lots of dataview tables that I only need when I need them.
Example: if it is Thursday, we watch festival films with our neighbours, so I only need to activate about 4 tables that I created to find which film to watch (what they have already seen; films that played at festivals, films I have, films that are region A if watching outdoors where our player isn't region-free). If it is 'Action Friday' then there are another couple of tables I need. Feel like a comfort movie? Yet a different table.
I would love a single-click "GO/stop" button that would render the searches that I need as I need them, rather than adding and removing 4 tildes to inactivate the table.
Beta Was this translation helpful? Give feedback.
All reactions