Skip to content

Artawower/orgnote.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ OrgNote.el

 
MELPA wakatime ci
Twitter link Mastodon link Discord
Buy Me A Coffee donate button Patreon donate button

Introduction

orgnote.el is a package for synchronizing your org-roam notes, or just org files with property id from emacs with an external application - orgnote and vice versa. For correct usage you need to have API and activation key

 

Connected links

Install

Install dependencies

  1. Install npm
  2. Install orgnote-cli Run M-x orgnote-install-dependencies or npm install -g orgnote-cli

Doom

package.el

(package! orgnote
  :recipe (:host github :repo "artawower/orgnote.el"))

config.el

(use-package! orgnote
  :defer t
  :hook (org-mode . orgnote-sync-mode))

Straight

(use-package orgnote
  :general (:states '(normal visual)
                    :keymaps 'org-mode-map
                    "SPC np" 'orgnote-publish-file))

Usage

Variables

orgnote-debug-p - enable debug mode for additional logging. Consider enabling the flag when you create a bug-related question

orgnote-configuration-file-path - path to the configuration file. Default is `~/.config/orgnote/config.json`

orgnote-execution-script - path to the execution script. Default is orgnote-cli

Configuraiton

Read more about CLI tool here

🍩 Contribute guide

Any contribution is very much appreciated! Please read the style guide before contributing to avoid misunderstandings!

Also, the project exists solely on donations. I would appreciate it if you would join my patreon.

About

Package for syncing roam notes with external second brain service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published