Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 1b69198

Browse files
committed
Merge branch 'master' into issue126
2 parents 9de02ed + 02e36ba commit 1b69198

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

docs/docs/features/Columns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ You can add a new column with the `+` button of the database, or by using the
66

77
### Add From Existing Metadata
88

9-
The plugin searches all the file included in the source selected for metadata that is not included in the database. Choose from the list provided when clicking in the `+` button.
9+
The plugin searches all the files included in the source selected for metadata that is not included in the database. Choose from the list provided when clicking on the `+` button.
1010

1111
### Add From All Available Metadata at Once
1212

1313
The plugin can grab all the metadata from all the files included in the selected source and add them all at once. Be aware that this will override any previously created columns, you'll have to configure the columns again.
1414

1515
### Add From Template
1616

17-
The plugin can look at only one file (as a template), and grab only this file's metadata as columns. The list of files to choose from is provided from the used source, and can be found in the database setting under `select file as column template`.
17+
The plugin can look at only one file (as a template), and grab only this file's metadata as columns. The list of files to choose from is provided from the used source and can be found in the database setting under `select file as column template`.
1818

1919
## Hiding
2020

docs/docs/features/Notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
You can create blank notes by typing the name in the bottom bar while leaving the template field empty.
44

5-
## Creating notes with template
5+
## Creating notes with a template
66

77
You have to choose a template in the bottom bar before creating the note. You can filter the files suggested in the bottom bar by adding a folder in the settings under `rows template file folder location`.
88

9-
> It works with the core template plugin. But with templater plugin, you have to activate the option `Trigger templater on new file creation` in templater settings.
9+
> It works with the core template plugin. But with the templater plugin, you have to activate the option `Trigger templater on new file creation` in templater settings.
1010
1111
## Deleting notes
1212

docs/docs/features/Properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Types
22

3-
- **Text**: this property support markdown, links and tags ;
3+
- **Text**: this property support markdown, links, and tags ;
44
- **Number**: this property only accepts numbers ;
55
- **Checkbox**: this property is represented by `1/0` in the underlying markdown ;
66
- **Date**: this property accepts dates with the format `YYYY-MM-DD` ;
@@ -16,6 +16,6 @@
1616
1717
## YAML & dataview inline fields
1818

19-
The plugin works with YAML and dataview inline fields, but by default it looks for metadata in YAML. To make it work with inline fields, you'll have to change it in the column's settings. Keep in mind that this change will not convert the underlying YAML to inline format.
19+
The plugin works with YAML and dataview inline fields, but by default, it looks for metadata in YAML. To make it work with inline fields, you'll have to change it in the column's settings. Keep in mind that this change will not convert the underlying YAML to an inline format.
2020

2121
If there is no metadata in your notes, it will be created when you fill the corresponding cell in the database.

docs/docs/features/Sources.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Just like dataview, you can use multiple sources for your data :
22

3-
1. **Current folder**: this will match all files within the selected folder when creating the database;
3+
1. **Current_folder**: this will match all files within the selected folder when creating the database;
44
2. **Tag**: this will match all files with the given tag ;
55
3. **Incoming_link**: this will match all files that have links to the select file ;
66
4. **Outgoing_link**: this will match all files that have links from the select file ;
77
5. **Dataview**: you can put your dataview query (DQL) without the first line `TABLE columns` as the plugin will autocomplete this part.
88

9+
When selecting **current folder** as the source, new notes will be added to the folder selected. But if you select any other source, you'll have to select a destination folder for the new notes.
10+
911
> If you want to combine multiple tags or links or folders, you'll have to use the **Dataview source**.

docs/docs/features/Viewing data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ You can change the database name and description in the database settings.
44

55
## Sticky first column
66

7-
You can make the first column sticky in the database settings to make it always visible even when scroll horizontally.
7+
You can make the first column sticky in the database settings to make it always visible even when scrolling horizontally.
88

99
## Pagination
1010

11-
To help with displaying a lot of data, by default the database displaying only 10 rows and allows changing the pages using the top bar. You can change the number of rows displayed per page in the database settings.
11+
To help with displaying a lot of data, by default the database displays only 10 rows and allows changing the pages using the top bar. You can change the number of rows displayed per page in the database settings.
1212

1313
## Row height
1414

0 commit comments

Comments
 (0)