No description
Find a file
2023-09-08 19:42:34 +02:00
src Finishing Touches 2023-09-08 19:42:34 +02:00
.editorconfig First Commit 2022-09-24 19:13:25 +02:00
.eslintignore First Commit 2022-09-24 19:13:25 +02:00
.eslintrc Renamed queryVault 2023-08-20 12:57:06 +02:00
.gitignore First Commit 2022-09-24 19:13:25 +02:00
.npmrc First Commit 2022-09-24 19:13:25 +02:00
esbuild.config.mjs search POC 2023-08-19 19:50:38 +02:00
main.css Filter Dialog WIP 2023-08-29 18:02:41 +02:00
manifest-beta.json Working Solid 2023-08-19 12:40:08 +02:00
manifest.json Working Solid 2023-08-19 12:40:08 +02:00
package-lock.json Folders Choice WIP 2023-09-08 18:55:53 +02:00
package.json Folders Choice WIP 2023-09-08 18:55:53 +02:00
README.md Started work on the scope editor 2023-09-06 02:03:08 +02:00
styles.scss Finishing Touches 2023-09-08 19:42:34 +02:00
tsconfig.json Refactored Attributes 2023-08-22 00:47:06 +02:00
version-bump.mjs First Commit 2022-09-24 19:13:25 +02:00
versions.json First Commit 2022-09-24 19:13:25 +02:00

Obsidian Sets

This plugin is a work in progress

This plugins is inspired by Notion and AnyType and implements a way to strucure data using obsidian notes, specifically the recently released properies.

%% Explain the different kind of queries that could be done %%

Structured data

Sets uses metadata properties to store data.

Set

A set is caracterized by objects of the same type

Collection

A collection is cracterized by objects explicitely added to it.

Views

In order to access and manage items a view can be added to any page.

A view consists of the following:

Scope

type: items are restricted to a given typw. collection: items are restricted to a given collection. folder: items are restricted to a given folder.

Filter

A filter can be applied to the view. Filter are boolean expression that can be combined using logical operators.

Sort

Sort is used to order items in the view. It is a list of properties and directions.

Group

Group is used to group items in the view. It is a list of properties.

Fields

Fields are used to select which properties are shown in the view. It is a list of properties.

Creating a new Type

From the side bar, from a command, or from a view. The new type consists of a note, that will act as the "template" for items of the same type.

Adding an item to a collection

Right clicking on the explorer or in the menu.