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

Commit fdc44a5

Browse files
authored
better formatting for mkdocs
mkdocs doesn't render correct bulltes
1 parent 87d8438 commit fdc44a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/docs/about.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,21 @@ Database view read the yaml configuration inside `.md` file and render a react D
44
You can edit directly the yaml configuration inside the `.md` file or use the table features to edit the columns.
55
### Information
66
Details about your database
7+
78
- **name**: Name asociated to your database (TODO)
89
- **description**: extra information explaining the purpose of the database (TODO)
910
### Database
1011
The *columns* key is used to charge the correct information when you charge the react-table. Each column supports all the literals of react-table column configurations.
12+
1113
Mandatory:
14+
1215
- **input**: indicates the type of the column (text,markdown & number)
1316
- **key**: name of obsidian field metadata in your notes (inline not supported edition yet)
1417
- **accessor**: is the key of the data. Must be unique
1518
- **label**: name of the column
19+
1620
Optional:
21+
1722
- **position**: order of the columns
1823
- **isInline**: true if you want to edit the field inline mode
1924

@@ -98,4 +103,4 @@ config:
98103
filters:
99104
- {field: Year, operator: GREATER_THAN_OR_EQUAL,value: 2000}
100105
%%>
101-
```
106+
```

0 commit comments

Comments
 (0)