Paste issues

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.

It sounds strange that the effect should linger on after you uninstalled the plugin, and restarted obsidian. I’d restart the computer, and it that doesn’t help I’d reinstall obsidian.

Or maybe move away the .obsidian folder. NB! This last step would remove configuration and settings.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.