Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Canna71/obsidian-sets
https://github.com/Canna71/obsidian-sets
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Canna71/obsidian-sets
- Owner: Canna71
- License: mit
- Created: 2023-08-17T21:11:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T17:35:10.000Z (10 months ago)
- Last Synced: 2024-02-15T18:45:16.410Z (10 months ago)
- Language: TypeScript
- Size: 1.22 MB
- Stars: 63
- Watchers: 6
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Obsidian Sets
This plugin is currently under development
This plugins is inspired by [Notion](https://www.notion.so) and [AnyType](https://anytype.io) and implements a way to strucure data using obsidian notes, specifically the recently released properies.
![Alt text](image.png)
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 GUIPlease see full documentation [here](docs/doc.md)
## 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](https://github.com/Canna71/obsidian-sets/issues)
- Extract the plugin folder from the zip to your vault's plugins folder: `/.obsidian/plugins/obsidian-sets/`
- Reload Obsidian## Reporting Issues
If you have any issues or suggestions please report them [here](https://github.com/Canna71/obsidian-sets/issues)
## 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](https://github.com/Fevol/obsidian-typings) for the extended typings