No description
Find a file
Gabriele Cannata 639c200168 Validation
2023-09-30 17:52:34 +02:00
.github/workflows Add release workflow 2023-09-23 10:25:27 +02:00
docs Added Settings 2023-09-23 10:36:20 +02:00
src Validation 2023-09-30 17:52: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 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 v1.0.6 2023-09-25 18:44:06 +02:00
manifest.json v1.0.6 2023-09-25 18:44:06 +02:00
package-lock.json Renamed id 2023-09-23 10:53:27 +02:00
package.json v1.0.6 2023-09-25 18:44:06 +02:00
README.md Folder Struture 2023-09-23 08:54:15 +02:00
styles.scss Validation 2023-09-30 17:52: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 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

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

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