Merge pull request #13 from Hangeol-Chang/FIX-readme

[FIX] 이미지 안보이는 문제 수정
This commit is contained in:
hihangeol 2025-03-18 19:16:33 +09:00 committed by GitHub
commit 3e95acd9c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -16,14 +16,14 @@
- Ctrl + P -> search for 'Create CSV Table'
Enter the required data and click Submit as shown below:
![create_CSV_table](./docs/images/create_CSV_table.gif)
![create_CSV_table](./docs/images/create_csv_table.gif)
#### Search CSV Files
- UI modifications are planned
- Ctrl + P -> search for 'Open CSV Explorer'
- You can move or delete CSV files.
![CSV_explorer](./docs/images/CSV_explorer.png)
![CSV_explorer](./docs/images/csv_explorer.png)
### With DataviewJS
@ -52,7 +52,7 @@ CSVPlugin.readCSV(app, fileName).then(res => {
})
```
- Result
![view_CSV_table](./docs/images/view_CSV_table.png)
![view_CSV_table](./docs/images/view_csv_table.png)
#### - Add new data (row)

View file

@ -16,14 +16,14 @@
- Ctrl + P -> 'Create CSV Table' 검색
아래처럼 필요한 데이터를 입력 후 Submit
![create_CSV_table](./images/create_CSV_table.gif)
![create_CSV_table](./images/create_csv_table.gif)
#### Search CSV Files
- UI 수정 예정
- Ctrl + P -> 'Open CSV Explorer' 검색
- CSV 파일의 위치 이동, 삭제가 가능.
![CSV_explorer](./images/CSV_explorer.png)
![CSV_explorer](./images/csv_explorer.png)
### with dataviewjs
@ -52,7 +52,7 @@ CSVPlugin.readCSV(app, fileName).then(res => {
})
```
- 결과물
![view_CSV_table](./images/view_CSV_table.png)
![view_CSV_table](./images/view_csv_table.png)
#### - add new data (row)