I installed a plugin called Advanced Paste and it caused issues for pasting. I deleted it, and the issues are still there. I of course restarted Obsidian, it’s been a day since.
Let me give an example of what happens:
Normal text:
const createBooking = function (
flightNum,
numPassengers = 1,
price = 199 * numPassengers
)
Pasted into Obsidian:
const createBooking = function (
flightNum,
numPassengers = 1,
price = 199 * numPassengers
)const createBooking \= function (
flightNum,
numPassengers \= 1,
price \= 199 \* numPassengers
)
It pastes twice with the slashes; both for the paste shortcut and the right-click paste action. There are no special shortcuts assigned to paste in Obsidian. I have verified that this action only happens inside of Obsidian, and nowhere else. Please help troubleshoot. Any ideas on what might be the issue? I might move it to the bugs section if no it turns out to really be a bug.
Edit: When I press cmd Z to revert an action it removes the double paste with slashes.