Replies: 1 comment 1 reply
-
I'm going to convert this into an issue; this functionality requires a different implementation from how inline queries used to work, and I haven't taken the time yet to look at CodeMirror 6 APIs to understand how difficult / easy this will be. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi @blacksmithgu,
I wonder if you could implement Inline Queries for Live Preview as you have for normal dataview queries.
Why it is useful
How I am using inline queries
=this.yesterday.highlights
=this.week.last-week.to-improve
=this.week.month.theme
=this.week.month.last-month.theme
=this.week.month.year.highlights
=this.days.gratitude
- to summarise what I was grateful for this week=this.weeks.gratitude
- to summarise what I was grateful for this month=this.months.gratitude
I have put my current daily / weekly / monthly review templates over here if anyone wants to use them, feel free to contact me to make any suggestions, critiques or feedback.
Current Problem
Solution
I am interested in knowing if
Thanks for considering,
Tom
Beta Was this translation helpful? Give feedback.
All reactions