Skip to content

Commit

Permalink
Update readme for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszkiewicz committed May 10, 2022
1 parent ed479ec commit bb7519c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,34 @@ fields:
![Sample view](assets/motorcycles-db.png)
## Sources
There are the following sources available:
### directory
Reads all files from specified directory.
Example usage:
```
sources:
- type: directory
path: motorcycles
```
### tags
Reads all files with one of the tags specified.
Example usage:
```
sources:
- type: tags
tags:
- motorcycles
```
## Field types
The plugin, at the moment, supports the following field types:
Expand Down Expand Up @@ -161,6 +189,7 @@ By default, the font color will be determined automatically, but if you want to
- add grouping
- add sorting in both directions in the code
- add ability to use Dataview queries as a source
- add ability to set global ignore patterns in settings
## Use plugins and other projects
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-database-plugin",
"name": "Database Plugin",
"version": "1.1.0",
"version": "1.2.0",
"minAppVersion": "0.12.0",
"description": "This plugin allows you to manage databases based on markdown files",
"author": "Łukasz Tomaszkiewicz",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"1.0.1": "0.12.0",
"1.0.2": "0.12.0",
"1.0.3": "0.12.0",
"1.1.0": "0.12.0"
"1.1.0": "0.12.0",
"1.2.0": "0.12.0"
}

0 comments on commit bb7519c

Please sign in to comment.