Hosted onhyperacademia.orgvia theHypermedia Protocol

Merged · 2 versions
As an Editor, I want to embed dynamic content from other documents or spaces into my document

Query block dumps subdocuments/lists from a parent somewhere else.

I'd call it embedded content. User can embed:

    A document

    Many documents

    Content from another site

    ...



Embed is one document and Query is multiple, correct?


Inspirations

Obsidian Bases

Bases is a core plugin that lets you create database-like views of your notes. Using a base you can view, edit, sort, and filter files and their properties. Bases can help you organize everything from projects to travel plans, reading lists, and more. Each base can have several views with different layouts such as tables and cards. Below is an example of table view where each row is a file, and each column is a property of that file. A New Base starts showing all documents, and then you apply the filters: All the data in Obsidian Bases is stored in your local Markdown files and their properties. The views are described by the Bases syntax, which can be saved as a .base file or embedded in code blocks within your Markdown files. View types Properties Rename properties You can rename a property by right-clicking it in the All properties view. Display modes You can change how properties are displayed in your note by going to Settings → Editor → Properties in document. The options are: CSS snippets You can use CSS snippets to change the appearance of specific notes. Not supported A few features are not currently supported in Obsidian: Property format Properties are stored in YAML format at the top of the file. YAML is a popular format that is easy for both humans and computers to read. Property names are separated from their values by a colon followed by a space: --- name: value --- While the order of each name-value pair doesn't matter, each name must be unique within a note. For example, you can't have more than one tags property. Values can be text, numbers, checkboxes, dates, dates and times, or lists.

It is dynamic

Do you like what you are reading? Subscribe to receive updates.

Unsubscribe anytime