diff --git a/docs/.vitepress/locales/en.ts b/docs/.vitepress/locales/en.ts index 051919b9..b98c7ef6 100644 --- a/docs/.vitepress/locales/en.ts +++ b/docs/.vitepress/locales/en.ts @@ -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" }, ], diff --git a/docs/integrations/org-mode.md b/docs/integrations/org-mode.md new file mode 100644 index 00000000..7e2a9c0e --- /dev/null +++ b/docs/integrations/org-mode.md @@ -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.