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

Commit d5d7681

Browse files
committed
Update documentation
1 parent 2c20510 commit d5d7681

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/.obsidian/workspace

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"state": {
1010
"type": "markdown",
1111
"state": {
12-
"file": "docs/Imed/6_Viewing data.md",
12+
"file": "docs/Imed/5_Notes.md",
1313
"mode": "source",
1414
"source": false
1515
}
@@ -77,7 +77,7 @@
7777
"state": {
7878
"type": "backlink",
7979
"state": {
80-
"file": "docs/Imed/6_Viewing data.md",
80+
"file": "docs/Imed/5_Notes.md",
8181
"collapseAll": false,
8282
"extraContext": false,
8383
"sortOrder": "alphabetical",
@@ -94,7 +94,7 @@
9494
"state": {
9595
"type": "outgoing-link",
9696
"state": {
97-
"file": "docs/Imed/6_Viewing data.md",
97+
"file": "docs/Imed/5_Notes.md",
9898
"linksCollapsed": false,
9999
"unlinkedCollapsed": true
100100
}
@@ -117,7 +117,7 @@
117117
"state": {
118118
"type": "outline",
119119
"state": {
120-
"file": "docs/Imed/6_Viewing data.md"
120+
"file": "docs/Imed/5_Notes.md"
121121
}
122122
}
123123
}
@@ -128,14 +128,14 @@
128128
"width": 300,
129129
"collapsed": true
130130
},
131-
"active": "3a02bf8e6b8a26a9",
131+
"active": "1388ebae61465da7",
132132
"lastOpenFiles": [
133-
"docs/Imed/5_Notes.md",
134133
"docs/Imed/4_Properties.md",
134+
"docs/Imed/6_Viewing data.md",
135+
"docs/Imed/5_Notes.md",
135136
"docs/Imed/3_Columns.md",
136137
"docs/Imed/2_Sources.md",
137138
"docs/Imed/1_index.md",
138-
"docs/Imed/6_Viewing data.md",
139139
"docs/Imed/sommaire.md",
140140
"docs/faq.md",
141141
"docs/Imed/6_Yaml & inline fields.md"

docs/docs/Imed/4_Properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Types
22
- **Text**: this property support markdown, links and tags ;
33
- **Number**: this property only accepts numbers ;
4-
- **checkbox**: this property is represented by `1/0` in the underlying markdown ;
4+
- **Checkbox**: this property is represented by `1/0` in the underlying markdown ;
55
- **Date**: this property accepts dates with the format `YYYY-MM-DD` ;
66
- **Time**: this property accepts time with the format `YYYY-MM-DD hh:mm AM/PM` ;
77
- **Select**: this property accepts from a list of options you define. Colors are attributed automatically, though you can change them in the column setting. Furthermore, when removing the select option in the setting, it is also removed from the note's metadata ;
8-
- **Tags**: similar to the previous property but instead of only selecting one option, you can select many options per cell ;
8+
- **Tags**: similar to the previous property but instead of only selecting one option, you can select multiples options per cell ;
99
- **Image**: you can embed images in the `text` property in this format `![[image]]`. Make sure to enable `media links` in the column setting and ajust the dimensions too ;
1010
- **Created time**: this column can be added only once from the database settings and will display the created time of the row ;
1111
- **Modified time**: this column can be added only once from the database settings and will display the last modified time of the row ;

docs/docs/Imed/5_Notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ You have to choose a template in the bottom bar before creating the note. You ca
55
> 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.
66
## Deleting notes
77
You can use the dots menu to the right of every row to delete the row and the note associated with it.
8-
## Moving notes based on property
8+
## Moving notes based on metadata
99
You can move the notes between folders based on the change of a **select** property option. You have to choose the **select** property option in the database setting under `choose column for group folder`.

0 commit comments

Comments
 (0)