No description
Find a file
2024-02-15 18:31:48 +01:00
.github/workflows Add release workflow 2023-09-23 10:25:27 +02:00
docs Update doc.md 2023-11-04 16:05:41 +01:00
src Fix for backward incompatible change in 1.5.5 2024-02-15 18:31:48 +01: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 NameInput WIP 2023-09-18 23:41:45 +02:00
image.png Updated Readme 2023-09-22 01:08:27 +02:00
LICENSE LICENSE 2023-09-22 22:56:07 +02:00
main.css Filter Dialog WIP 2023-08-29 18:02:41 +02:00
manifest-beta.json FIX: translcuding externlal content 2023-10-21 22:27:15 +02:00
manifest.json Fix for backward incompatible change in 1.5.5 2024-02-15 18:31:48 +01:00
package-lock.json Renamed id 2023-09-23 10:53:27 +02:00
package.json Fix for backward incompatible change in 1.5.5 2024-02-15 18:31:48 +01:00
README.md Attributions and doc 2023-10-04 15:59:49 +02:00
styles.scss Updated Style 2023-10-01 00:54:32 +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.

Alt text

It provides the following features:

  • usage of Obsidian properties to edit data
  • a query engine that allows to select items based on their properties
  • Types and Collections
  • visualizations of items using different layouts (Grid, Board, Gallery, List)
  • easy creation of new items from the GUI

Please see full documentation here

Installation

From within Obsidian

  • Open Settings > Community plugins
  • Make sure Safe mode is off
  • Click Browse community plugins
  • Search for "Sets"
  • Click Install
  • Once installed, close the community plugins window and activate the newly installed plugin

Manual installation

  • Download the latest release from the releases page
  • Extract the plugin folder from the zip to your vault's plugins folder: <vault>/.obsidian/plugins/obsidian-sets/
  • Reload Obsidian

Reporting Issues

If you have any issues or suggestions please report them here

Roadmap

  • Aggregations
  • Other Layouts
  • Search for text in items
  • Integration with other plugins (Templater, etc)
  • More properties types (Enums, etc)
  • Joins

Acknowledgements

Thanks to Obsidian Typings for the extended typings