shabegom / buttons

Buttons in Obsidian
The Unlicense
455 stars 47 forks source link

Include trailing spaces in text #98

Closed adamhl8 closed 5 months ago

adamhl8 commented 2 years ago

I have a button that inserts some text, but it doesn't keep the trailing space that I have in the text.

name + Add Task
type line(11) text
action - [ ] #task 

There's a trailing space after #task. It would be a nice QoL change to include that so I don't have to hit space on my line of text.

shabegom commented 1 year ago

Right now whitespace is trimmed when turning the arguments into an object. I'll have to think about if there is a way to not trim whitespace that doesn't totally break arguments processing.