mirror of
https://github.com/hangeol-chang/obsidian-csv-allinone.git
synced 2026-07-22 05:37:25 +00:00
Merge pull request #5 from Hangeol-Chang/DOCS-README
[HOTFIX] 파일 경로 오류 수정
This commit is contained in:
commit
4c270a5ae4
1 changed files with 4 additions and 4 deletions
|
|
@ -18,14 +18,14 @@ A plugin for handling `.csv` files, including creating, editing, and saving CSV
|
|||
|
||||
- Press `Ctrl + P` -> Search for 'Create CSV Table'
|
||||
Enter the required data as shown below and click Submit.
|
||||

|
||||

|
||||
|
||||
#### Search CSV Files
|
||||
- UI is subject to updates.
|
||||
- Press `Ctrl + P` -> Search for 'Open CSV Explorer'
|
||||
- Move or delete CSV files.
|
||||
|
||||

|
||||

|
||||
|
||||
### Using dataviewjs
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ csvPlugin.readCSV(app, fileName).then(res => {
|
|||
})
|
||||
```
|
||||
- Output
|
||||

|
||||

|
||||
|
||||
#### - Add New Data (Row)
|
||||
> Requires the `buttons` plugin.
|
||||
|
|
@ -70,7 +70,7 @@ csvPlugin.readCSV(app, fileName).then(res => {
|
|||
})
|
||||
```
|
||||
- Output
|
||||

|
||||

|
||||
|
||||
#### - Add New Column
|
||||
#### - Delete Existing Column
|
||||
|
|
|
|||
Loading…
Reference in a new issue