Add support for Pasting Images on Mac. Also, fix relative paths for images when markdown is in daily and there is an image subdir.

This commit is contained in:
Matthew Flower
2022-02-11 18:05:43 -05:00
parent 15f68e7d9f
commit b7ac136489
2 changed files with 83 additions and 12 deletions

View File

@@ -138,8 +138,8 @@ See below for installing and using it.
#### 0.0.3 For pasting images: xclip (optional)
Telekasten.nvim supports pasting images from the clipboard. Currently, this is only implemented for systems that have
the `xclip` utility installed.
Telekasten.nvim supports pasting images from the clipboard. Currently, this is implemented for systems that have
the `xclip` utility installed or on macs.
On Ubuntu/Debian like systems:
@@ -147,6 +147,8 @@ On Ubuntu/Debian like systems:
sudo apt-get install xclip
```
On Macs, you should not install a separate tool. Installing xclip will prevent this feature from working properly.
---
#### 0.0.4 For image previews: telescope-media-files.nvim (optional)