jcollingj / caret

Caret, an Obsidian Plugin
https://caretplugin.ai/
MIT License
112 stars 10 forks source link

added split node, double sparkle, and consense node actions #4

Closed itsthemoon closed 4 months ago

itsthemoon commented 4 months ago

Three New Actions

  1. Double Sparkle: This runs two sparkles for the same prompt allowing the user to have two answers
  2. Condense Node: This condenses the text in a node while maintaining the original meaning
  3. Split Node: This splits a node into multiple nodes that have the same logical grouping

Future work: I attempted to add an action where the user could select text with the cursor (highlight) and then create a new node/sparkle with it, however after digging I do not think this functionality is possible in obsidian as of yet due to the inability to obtain the selected text from a node on a canvas.