# Obsidian Dataview - 옵시디언 마크다운 저장소를 쿼리하기

> Clean Markdown view of GeekNews topic #6568. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6568](https://news.hada.io/topic?id=6568)
- GeekNews Markdown: [https://news.hada.io/topic/6568.md](https://news.hada.io/topic/6568.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-05-18T10:02:55+09:00
- Updated: 2022-05-18T10:02:55+09:00
- Original source: [github.com/blacksmithgu](https://github.com/blacksmithgu/obsidian-dataview)
- Points: 14
- Comments: 2

## Topic Body

- 노트 도구인 Obsidian의 저장소를 DB처럼 쿼리하게 만들어주는 오픈소스   
- 각 마크다운 페이지에 Annotation 가능   
- JavaScript API 와 파이프라인 기반 쿼리 언어(DQL)로 마크다운 페이지를 필터/정렬/추출 가능  
  - `TABLE file.name AS "File", rating AS "Rating" FROM #book`  
  - `dv.taskList(dv.pages().file.tasks.where(t => !t.completed));`

## Comments



### Comment 10054

- Author: galadbran
- Created: 2022-05-18T22:25:42+09:00
- Points: 1

쏠쏠하게 잘 쓰고 있는 확장 기능입니다.

### Comment 10043

- Author: xguru
- Created: 2022-05-18T10:03:02+09:00
- Points: 2

[Obsidian - MarkDown 기반 데스크탑 지식정리 도구(Knowledge Base)](https://news.hada.io/topic?id=2169)
