mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user