mirror of
https://github.com/canna71/obsidian-sheets.git
synced 2026-07-22 08:30:27 +00:00
Merge branch 'main' of https://github.com/Canna71/obsidian-sheetjs
This commit is contained in:
commit
c65ebea131
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
|
@ -1,6 +1,6 @@
|
|||
# Obsidian Sheets
|
||||
|
||||

|
||||

|
||||
|
||||
This plugin enables to work with tabular data directly in Obsidian: either storing data in the note itself, or on an external Excel or CSV file.
|
||||
The following files are supported:
|
||||
|
|
@ -21,18 +21,18 @@ In order to create a sheet it is enough to create a code block with the `sheet`
|
|||
|
||||
Following is the complete list of properties with their default values:
|
||||
|
||||
~~~markdown
|
||||
~~~YAML
|
||||
```sheet
|
||||
filename: <path relative to vault root>
|
||||
enableSave: <value in settings>
|
||||
autoSave: <value in settings>
|
||||
height: 540,
|
||||
width: "auto",
|
||||
rows: 100,
|
||||
cols: 26,
|
||||
fontSize: 10,
|
||||
cellHeight: 25,
|
||||
cellWidth: 100,
|
||||
height: 540
|
||||
width: "auto"
|
||||
rows: 100
|
||||
cols: 26
|
||||
fontSize: 10
|
||||
cellHeight: 25
|
||||
cellWidth: 100
|
||||
```
|
||||
~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue