cobalamin / obsidian-remarkable

Integrates the reMarkable tablet into an Obsidian workflow by letting users quickly capture and insert their drawings.
308 stars 20 forks source link

Feature Request #1

Closed pr0fsmith closed 2 years ago

pr0fsmith commented 3 years ago

How about creating a script that takes a screenshot and creates a .md file based on some user input and stores it in a folder. Someone could then sync this folder with a folder on their pc with say nextcloud or another cloud service so the screenshot would be accessible. This would be great as I like to take notes and quotes from books I'm reading and this feature would allow me to connect my Obsidian notes to my reading notes and annotations easily.

cobalamin commented 3 years ago

Hi there! Sorry, but I don't fully understand your suggestion. Is what you're asking not possible with the abilities of this plugin as it is? I'm imagining this:

If I misunderstood you, please elaborate further.

pr0fsmith commented 3 years ago

What you're saying makes sense. After giving it some more thought, you're making more sense than what I'm saying. Since I couldn't get resnap working I went a different direction with being able to take screenshots but I'm going try to use your post processing script in the solution I found. It would be great though if I could manually crop the image so I can crop out portions of the picture (like text from a page of a book).

cobalamin commented 3 years ago

For that purpose, you could build an extended Python postprocessing script that launches some GUI for cropping the image and overwrites the input image with its cropped version when you close that GUI. Or use any other scripting language or executable as a post-processing step, whatever makes this workflow easiest.