Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ebib support #230

Open
TheJJ opened this issue Nov 29, 2021 · 4 comments
Open

Ebib support #230

TheJJ opened this issue Nov 29, 2021 · 4 comments
Labels
1. enhancement New feature or request

Comments

@TheJJ
Copy link

TheJJ commented Nov 29, 2021

I'd like to be able to create/open an associated org-roam note from an ebib entry.

@myshevchuk myshevchuk added the 1. enhancement New feature or request label Nov 30, 2021
@myshevchuk
Copy link
Member

myshevchuk commented Nov 30, 2021

Hi. This is something I've been wanting to implement since a long time. However, it appears that Ebib's note taking system is heavily melted into Ebib core and it will be not that easy to hook into it. It'll take quite some time. Any help is appreciated.

@xwzliang
Copy link

xwzliang commented Dec 23, 2021

I’m not an expert on this, but I tried creating a custom function and call it in an ebib index or entry buffer, it seems working fine:

(defun my-ebib-popup-note (key)
    (interactive (list (ebib--get-key-at-point)))
    (orb-edit-note key))

@myshevchuk
Copy link
Member

@xwzliang, yes, well that's really simple. A few more things need to be done to get the indicator support. It seems that we just need to completely shadow several Ebib note-related functions. That's a somewhat brute force approach, but hey.

@xwzliang
Copy link

@myshevchuk Yes it’s more of a hack, but for now it suits my simple needs :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants