Mistmage
Mistmage
My "solution" is to stuff it inside of an embed, this way it works fine (PC, Windows). But I have done no real testing.
> > My "solution" is to stuff it inside of an embed, this way it works fine (PC, Windows). > > But I have done no real testing. > >...
> > My "solution" is to stuff it inside of an embed, this way it works fine (PC, Windows). > > Doesn't fix it for me. > > I tested...
> > you need to embed full callout, rather then embed the meta-bind. > > That does indeed work. Interesting. > > But it also mostly defeats the purpose as...
> > > > My "solution" is to stuff it inside of an embed, this way it works fine (PC, Windows). > > > > > > > > >...
It will indeed display it. But it will bind it as a text no matter what. And that is my problem. I need not only to view it, but also...
What I am trying to do is this: ```meta-bind-js-view {["Origin"]} as raw save to {testz} --- const raw2 = context.bound.raw.replace(/^\[\[|\]\]$/g, ""); const link = `${raw2}#["Coordinates"]`; return engine.markdown.create(`\`VIEW[{["ID"]}, {${link}}][text:testa]\``); ``` The...
Okay, i am stupid, dv.pages().file.tags.distinct().filter(tag => tag.startsWith("#Status/")) seems to work. But any way - change is welcome.
Fundamentally, you do have a way to filer tags by prefix... Default value can do that. Or rather could, If tag was not a multiselect, but defining a default value...
I was able to achieve something like what i wanted by doing it from the Templater, but it is way less pretty looking. (((