Bouw embedding / onebox ondersteuning voor topic filters

Is “in topic overview of other topics” via transclusion (oneboxing) somewhere on the roadmap?

https://meta.discourse.org/filter?q=category%3Abug%20status%3Aopen%20tag%3Apr-welcome

1 like

sorry can you expand, I am not following.

Sorry.

The above described feature seems very powerful as a data source ( reminding me on data views in obsidian).

As tested above, there is no oneboxing / preview support built in (yet), which would render results inside a post, as other links inside already do:

With additional options (for example how many topics to display) this would allow a dynamic meta overview of other topics inside of topics.


Side note: I had to change the example onebox link above, since splitting topics breaks links to posts. I would like to learn, how to prevent that.

2 likes

Ik begrijp het, ja, dit is verplaatst naar feature requests, het is een heel interessant idee.

Er is hier veel te ontwarren, de 2 grootste zouden zijn:

  1. Hoeveel onderwerpen moet het tonen (hoe bepaal je dat)
  2. Hoe “dynamisch” is de lijst? Hoe vaak wordt deze bijgewerkt

Qua implementatie is het mogelijk dat een soort IFRAME iets interessants kan bereiken en je ook in staat stelt om op 3rd party sites in te sluiten.

1 like

There could be output formatting options like limit:5 and format:with-summaries to start with.

As

the output could be transformed with other plugins with their own formatting language / options (for example a list of columns to show).

What are current rules for oneboxing regarding this question?

Since the result is filtered with the users individual rights could one consider caching the unfiltered result and a filtered result for anonymous users, applying permission checks on demand for users with more rights?

Current internal oneboxes have the option to be expanded.
A similar approach might update the cached version on demand (with throttle).