Skip to content

Commit

Permalink
Merge pull request #202 from rehandaphedar/org-integration
Browse files Browse the repository at this point in the history
add documentation about org mode integration
  • Loading branch information
jacksonh authored Oct 30, 2024
2 parents 162037c + a482cd9 commit 67b5db3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const themeConfig: DefaultTheme.Config = {
items: [
{ text: "Logseq", link: "/integrations/logseq" },
{ text: "Obsidian", link: "/integrations/obsidian" },
{ text: "Org Mode", link: "/integrations/org-mode" },
{ text: "API", link: "/integrations/api" },
{ text: "Webhooks", link: "/integrations/webhooks" },
],
Expand Down
8 changes: 8 additions & 0 deletions docs/integrations/org-mode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Sync all your highlights to an Org Mode file
editLink: true
---

# {{ $frontmatter.title }}

There is currently a rudimentary integration with Org Mode via [omnivorg](https://sr.ht/~rehandaphedar/omnivorg). All documentation for it is available on its sourcehut page.

0 comments on commit 67b5db3

Please sign in to comment.