Skip to content

Releases: jglev/obsidian-paste-mode

5.0.0-beta0

05 Nov 12:29
Compare
Choose a tag to compare
5.0.0-beta0 Pre-release
Pre-release
  • Added ability to dynamically define characters to escape.
  • Added ability to locally download linked files during paste.
  • Expanded documentation of features.

4.0.0

04 Sep 12:26
5e65ab1
Compare
Choose a tag to compare
  • Added Settings for saving pasted attachments automatically to different locations, based on the current file's location.
  • Added handling for leading bullet (#19)

4.0.0-beta1

29 Aug 23:25
Compare
Choose a tag to compare
4.0.0-beta1 Pre-release
Pre-release
  • Added Settings for saving pasted attachments automatically to different locations, based on the current file's location.
  • Added handling for leading text (#19)

4.0.0-beta0

28 Aug 16:13
Compare
Choose a tag to compare
4.0.0-beta0 Pre-release
Pre-release
  • Added Settings for saving pasted attachments automatically to different locations, based on the current file's location.
  • Added handling for leading bullet (#19)

3.2.0-beta0

27 Aug 13:25
6a59c79
Compare
Choose a tag to compare
3.2.0-beta0 Pre-release
Pre-release

Added handling for leading bullet (#19)

3.1.0

03 Jun 00:39
6a59c79
Compare
Choose a tag to compare
  • Added ability to escape '<' character when pasting into blockquotes.

3.1.0-beta0

22 May 18:45
Compare
Choose a tag to compare
3.1.0-beta0 Pre-release
Pre-release
  • Added ability to escape '<' character when pasting into blockquotes.

3.0.2

27 Apr 11:21
Compare
Choose a tag to compare
  • Fixed bug whereby base64-encoded images padded with '=' at the end would not render correctly, as the padding would not be removed.

3.0.1

24 Apr 19:56
Compare
Choose a tag to compare

Updated setting name.

3.0.0

24 Apr 19:36
b6fd41b
Compare
Choose a tag to compare
  • Added setting to save base64-encoded images from clipboard when pasting. Thus, text like this:
One test
![Hello World](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAUCAAAAAAVAxSkAAABrUlEQVQ4y+3TPUvDQBgH8OdDOGa+oUMgk2MpdHIIgpSUiqC0OKirgxYX8QVFRQRpBRF8KShqLbgIYkUEteCgFVuqUEVxEIkvJFhae3m8S2KbSkcFBw9yHP88+eXucgH8kQZ/jSm4VDaIy9RKCpKac9NKgU4uEJNwhHhK3qvPBVO8rxRWmFXPF+NSM1KVMbwriAMwhDgVcrxeMZm85GR0PhvGJAAmyozJsbsxgNEir4iEjIK0SYqGd8sOR3rJAGN2BCEkOxhxMhpd8Mk0CXtZacxi1hr20mI/rzgnxayoidevcGuHXTC/q6QuYSMt1jC+gBIiMg12v2vb5NlklChiWnhmFZpwvxDGzuUzV8kOg+N8UUvNBp64vy9q3UN7gDXhwWLY2nMC3zRDibfsY7wjEkY79CdMZhrxSqqzxf4ZRPXwzWJirMicDa5KwiPeARygHXKNMQHEy3rMopDR20XNZGbJzUtrwDC/KshlLDWyqdmhxZzCsdYmf2fWZPoxCEDyfIvdtNQH0PRkH6Q51g8rFO3Qzxh2LbItcDCOpmuOsV7ntNaERe3v/lP/zO8yn4N+yNPrekmPAAAAAElFTkSuQmCC)
Another test

... Will render with the image data replaced with a link to an automatically-saved image created from the data:

One test
![Hello World](Attachments/Pasted%20image%2020220424141143.png)
Another test
  • Pasting images is now supported outside of Passthrough Mode.