-
Notifications
You must be signed in to change notification settings - Fork 74
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
Isolate find-note-file lambda in prepare-entry #311
Isolate find-note-file lambda in prepare-entry #311
Conversation
Allows other packages to patch note-file-finding function without changing the default behaviour of helm-bibtex.
Great! But I think we should allow |
I'm on it. |
I've implemented it in 1083278. |
Note that we're only handling the detection of files here, not their creation. To do that, the best way would be to implement fully-fledged |
As it stands, the code could be modified here, but I really don't think it'd be a good idea to play with it until we've refactored the templating with |
Merged into a feature branch because I'd like to handle one-file notes also via this infrastructure. |
Sure, let me know if you need a hand! |
Thanks, see here: 285f518 I've made |
That looks pretty good to me. Sorry that I didn't modularise
Yup, but we've made a good start here. Good work! 🎉 |
No worries. Your PR was a good start! |
Allows other packages to patch note-file-finding function without changing the
default behaviour of helm-bibtex.
This was prompted by #309.