From a482cd9aea994399f556786313f79d16d82804b2 Mon Sep 17 00:00:00 2001 From: Rehan Daphedar Date: Thu, 19 Sep 2024 10:58:43 +0530 Subject: [PATCH] add documentation about org mode integration --- docs/.vitepress/locales/en.ts | 1 + docs/integrations/org-mode.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 docs/integrations/org-mode.md diff --git a/docs/.vitepress/locales/en.ts b/docs/.vitepress/locales/en.ts index ffabcd05..abf6bd69 100644 --- a/docs/.vitepress/locales/en.ts +++ b/docs/.vitepress/locales/en.ts @@ -47,6 +47,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.