Inline query #2076
Closed
MarioRicalde
started this conversation in
General
Inline query
#2076
Replies: 2 comments
-
To develop a bit more on the goal of what I am trying to achieve: I am trying to get inline queries in a document to be converted to markdown output while keeping the query next to it in a comment (and hidden with CSS). So that I can hit Publish and "burn" all the results. I am struggling to find something in the API that will let me evaluate javascript (or queries) with the inline style. Any pointers are welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Figured it out, will make a PR. |
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.
-
I wrote a small script that will loop through certain files and look for the following:
And replace DATE (or whatever lives between the two sets of
**
).I can't seem to execute inlines and return it as a string or markdown. Block ones I got no issue with.
I was poking around with
localApi
, but no dice. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions