You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you copy a list (ordered/unordered), obsidian inserts the correct list type and format it well for you if you just <C-c>, while our normal paste in vim is obsidian's <C-S-v>.
We already have logic to inspect clipboard on every platform, just need to provide a function that does the further check and formatting.
It would be great if anyone with more knowledge of clipboards to do this :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If you copy a list (ordered/unordered), obsidian inserts the correct list type and format it well for you if you just
<C-c>
, while our normal paste in vim is obsidian's<C-S-v>
.We already have logic to inspect clipboard on every platform, just need to provide a function that does the further check and formatting.
It would be great if anyone with more knowledge of clipboards to do this :)
Beta Was this translation helpful? Give feedback.
All reactions