Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

embark-vulpea

Embark integration for Vulpea notes.

Provides contextual actions and an export buffer for vulpea-note completion candidates.

Features

Embark actions

When acting on a vulpea note candidate (e.g. during vulpea-find), the following actions are available:

Key Action
RET Visit note
o Visit note in other window
i Insert id: link at point
b Find backlinks
w Copy note ID to kill ring
W Copy org link to kill ring
D Delete note (with confirmation)

All actions from embark-general-map are also inherited.

Embark export

Use embark-select to mark multiple vulpea notes during completion, then call embark-export to create an org buffer containing links to all selected notes.

By default the export buffer contains a checklist with completion statistics. Set embark-vulpea-export-readonly to t for a plain read-only list instead.

Requirements

Installation

Manual

Clone this repository, add it to your load-path, and require the package:

(add-to-list 'load-path "/path/to/embark-vulpea")
(require 'embark-vulpea)

Customization

Variable Default Description
embark-vulpea-export-readonly nil When non-nil, export buffer is a plain read-only list instead of a checklist

Credits

Inspired by embark-org-roam.

License

GPL-3.0. See LICENSE.

About

Embark actions and export for Vulpea notes

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages