# Omnivore(옴니보어)

![Image](https://upload.cafenono.com/image/slashpagePost/20240709/224217_YfutjvFOMZBFL1x4HO?q=75&s=1280x180&t=outside&f=webp)

[Omnivore](https://omnivore.app/)

![옴니보어 - 무료 지식관리 도구(feat. Obsidian) 한국 최초 영상](https://www.youtube.com/watch?v=RBACF-GE8Tw&t=1s)

# Summary

- Read it later 오픈소스 서비스

    - [https://docs.omnivore.app/](https://docs.omnivore.app/) 

- 웹 아티클, Newsletter, RSS, PDF를 보관하고 관리할 수 있습니다. 

    - **[Chrome Extension - 웹 클리퍼](https://chromewebstore.google.com/detail/omnivore/blkggjdmcfjdbmmmlfcpplkchpeaiiab)**

- 다양한 플랫폼 지원: Windows, Mac, Android, IOS, Browser

- 주요 기능

    - Browser Extension으로 웹 클리핑하기

    - 하이라이트, 노트, 라벨 

    - API 제공 (Obsidian, Logseq 등 외부 서비스와 연동)[](https://docs.omnivore.app/)

# Obsidian 플러그인 설정

템플릿 양식은 아래 링크에서 참고하세요. 

→ [https://docs.omnivore.app/integrations/obsidian.html](https://docs.omnivore.app/integrations/obsidian.html)

### Article Template

```javascript
[Read on Omnivore]({{{omnivoreUrl}}}) | [Read Original]({{{originalUrl}}})
{{fileAttachment}}

## Annotation
{{# note }}
#### Note
{{note}}
{{/ note }}

{{#highlights.length}}
#### Highlights

{{#highlights}}
> {{{text}}} [⤴️]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}} ^{{{highlightID}}}
{{#note}}

📝 {{{note}}} {{/note}}

{{/highlights}}
{{/highlights.length}}

## Full Contetns
{{{ content }}}
```

### Front Matter Template

```javascript
title: {{{title}}}
id: {{{id}}}
type: {{type}}
{{#author}}
author: {{{author}}}
{{/author}}
{{#labels.length}}
tags:
- 🏷️Omnivore
{{#labels}}- {{{name}}}
{{/labels}}
{{/labels.length}}
state: {{state}}
date_archived: {{dateArchived}}
date_saved: {{{dateSaved}}}
{{#datePublished}}
date_published: {{{datePublished}}}
{{/datePublished}}
```

For the site tree, see the [root Markdown](https://slashpage.com/tagg.md).
