-
Notifications
You must be signed in to change notification settings - Fork 9
Feature Request: Keyboard-first text selection & improved annotations #18 #22
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
base: main
Are you sure you want to change the base?
Conversation
…or copy to clipboard
a153826 to
2a85883
Compare
|
@James-R-Chapman the annotation internals right now have a lot of issues (it was vibe-slapped atop of bookokrat when i need it to write a critique article) Sorry. |
|
ok. this is unblocked now. ideally export should be feature available only in annotation overview window. |
Pushed to where highlights work between multiple paragraphs, portions of paragraphs, bullet lists, and bullet list & paragraphs.
|
I just now seen these comments, my initial release with the export mode was just thrown out there, because I'm a very indecisive person and I sometimes use markdown and sometimes use org for my notes (thanks adhd) but the push that currently did handled alot of items that were with the annotations. and it also solved issue #18 pain point 3, where it will go back through the actual book_*.yaml file when you add another highlight or annotation it will extract the "context" along with the "content". I can adjust the export to where it only shows in the Space+a annotation menu. (maybe I should add a extraction_filetype: variable to where it kills off that menu after the first use of export. |
@James-R-Chapman And thus single md file seems like the most common use case. Everything else can be achieved outside bookokrat. |
No way to export annotations to markdown.
Want: Space+e to export all annotations as markdown.
Implemented, also added .md, .org, and .txt file integrations.
Upon first run will also add the necessary options to your ~/.bookokrat_settings.yaml for export location (defaults to your epub directory initially) a frontmatter_template for your markdown, org, or text files and also backed up a moment and added commentary and the yaml to create the "annotation_highlight_color:" field.