-
Notifications
You must be signed in to change notification settings - Fork 190
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
[Feat] Image occlusion #34
Comments
I honestly don't see how we can do image occlusion without cluttering up the notes a lot. We have to store the position of the occlusion box, say [x1, y1, x2, y2] at the bare minimum, for all boxes we have. And then store scheduling information for each of those occlusions. Pull requests on this are welcome though. |
Oops, closed wrong issue. |
Couldn't the data be stored in metadata? Or use the hider plug-in. |
Just spitballing here, but maybe the amount of clutter could be limited by storing the coordinate data as a serialized number like 01234567 instead of an array like [[0, 1, 2, 3], [4, 5, 6, 7]]. |
I have seen plugins do this in pages <!--
JSON Data Here
--> that hides it from view mode. I have also seen an annotation plugin that stores JSON in a separate file with extension e.g this could be Values in the memory would need to be ordered lists or key pair. |
A way we could circumvent this is a program (or obsidian plugin directly) that creates single-line flashcards from an image that can :
Of course this would be a hacky way of doing things and would take space, if there is a way to censor directly on the base image without having to create a new one for each answers would save space but add complexity. I would like to add that I'm not really keen on developing programs (will be retrying for a 3rd time my first year in a bachelor in software dev, but didn't have the "perfect" background beforehand, and also medical issues but shush), so I think this could somewhat easily be implemented, but I have no idea how. |
Sorry to necro this, but is there a way to leverage excalidraw or canvas? Make occlusions there, and add some syntax over the occluding element that tells the plugin to include it in the queue? |
however, I don't think adding a dependency to this plugin is a good idea it should be shelf contained and offer occlusions , of course , thats just my opinion. |
If this feature is added, image occlusion data will be prevented from corrupting the notes, right? |
As mentioned in #1035 there is the possibility of integrating this with excalidraw, previously its developer has integrated compatibility with another PDF++ plugin. Although it has the possibility of hiding words easily with text as well as cloze https://youtu.be/ZnCcMtWj8CA?si=hEOGwlOy5KHEGtj2 But there are no easy, good, hard buttons to save the review data. Just to mention one possibility, the boxes that will be hidden could be selectable and when clicking the show answer button, said element will lower its opacity to zero, that is, making it invisible |
No description provided.
The text was updated successfully, but these errors were encountered: