LiamRiddell / obsidian-solve

An unobtrusive Obsidian plugin that quietly processes equations and patterns in real time
MIT License
72 stars 0 forks source link

Make inline solving more flexible. #53

Closed iamrecursion closed 4 months ago

iamrecursion commented 4 months ago

This commit adds two new configuration options for inline solving to tailor how the result is inserted into the user's note.

  1. The first controls whether the backticks are inserted around the result expression.
  2. The second controls whether the result expression includes the equals sign.
iamrecursion commented 4 months ago

This mostly just solves (ha) some problems that I've been having in a couple of places where I use inline solving, and it's a relatively minor patch all told. Let me know if anything needs tweaking or you have thoughts on how to do it better!

LiamRiddell commented 4 months ago

FYI Released in 1.0.1!

iamrecursion commented 4 months ago

Woo, thank you very much!