mirror of
https://github.com/hangeol-chang/obsidian-csv-allinone.git
synced 2026-07-22 05:37:25 +00:00
[DOCS] 한국어 문서 1차 작성
This commit is contained in:
parent
1e29ed881f
commit
b3c26a04fc
3 changed files with 6 additions and 5 deletions
|
|
@ -24,8 +24,7 @@
|
|||
- Ctrl + P -> 'Open CSV Explorer' 검색
|
||||
- csv 파일의 위치 이동, 삭제가 가능.
|
||||
|
||||
-- 사진 추가 예정 --
|
||||
|
||||

|
||||
|
||||
### with dataviewjs
|
||||
|
||||
|
|
@ -71,7 +70,7 @@ csvPlugin.readCSV(app, fileName).then(res => {
|
|||
})
|
||||
```
|
||||
- 결과물
|
||||
-- 추가 예정 --
|
||||

|
||||
|
||||
#### - add new column
|
||||
#### - delete exist column
|
||||
|
|
@ -91,10 +90,12 @@ csvPlugin.readCSV(app, fileName).then(res => {
|
|||
- return Promise<CSVTable | null>
|
||||
> filename을 입력받아서 CSVTable을 반환해줍니다.
|
||||
|
||||
|
||||
- saveCSV
|
||||
- parameters (app: App, fileName, string, table: SCVTable)
|
||||
- return void
|
||||
> csvtable 정보를 받아서 저장합니다.
|
||||
|
||||
### CSVTable (class)1
|
||||
### CSVTable (class)
|
||||
-- class에서 할 수 있는 함수들 작성해둘 것.
|
||||
|
||||
|
||||
|
|
|
|||
BIN
docs/images/add_row_to_table.gif
Normal file
BIN
docs/images/add_row_to_table.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 392 KiB |
BIN
docs/images/csv_explorer.png
Normal file
BIN
docs/images/csv_explorer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in a new issue