daledesilva / obsidian_ink

Other
265 stars 6 forks source link

Enable callout support #45

Open 3hree6ixty5ive opened 1 month ago

3hree6ixty5ive commented 1 month ago

Would it be possible for the "Insert new handwriting" command to properly format the new handwriting section when called inside a Callout?

Right now the new block is created without the "> " formatting, resulting in it cutting the Callout in two, and having to manually go through and add the "> " to each row to make it fit back in.

My goal is to make an automatic template that creates a new Callout with a handwriting section within it, however I couldn't figure out a way to create a new block of handwriting outside of actually calling the command. I was trying to make it work by having another plugin automatically create the template and then call the "Insert new handwriting", which is when I ran into the issue mentioned above with callouts.

Thanks!

daledesilva commented 1 month ago

Interesting. It's set to always go on a new line so it doesn't do any weird stuff next to other text.

Maybe I can add call-outs as an exception.

giittyy commented 1 month ago

Currently I’m using the integrate plugin to do this so it’s not totally manual, but it’s still a whole extra step, would be cool to have it all as one.