No description
Find a file
2023-09-15 00:00:03 +02:00
src Added Squirrelly templating 2023-09-14 23:59:23 +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 Folder Scope takes precedence 2023-09-10 19:43:32 +02:00
.gitignore First Commit 2022-09-24 19:13:25 +02:00
.npmrc First Commit 2022-09-24 19:13:25 +02:00
bun.lockb Add Collection command 2023-09-12 00:19:38 +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 bumped beta version 2023-09-15 00:00:03 +02:00
manifest.json Add Collection command 2023-09-12 00:19:38 +02:00
package-lock.json Added Squirrelly templating 2023-09-14 23:59:23 +02:00
package.json Added Squirrelly templating 2023-09-14 23:59:23 +02:00
README.md Basic README 2023-09-12 23:44:52 +02:00
styles.scss ListView WIP 2023-09-13 23:10:29 +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 currently under development

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. value: items can be anywhere

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.

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.