Inkdrop plugin to show thumbnail images in note lists
This plugin shows thumbnails in your note list.
Basically, it gets the first image of each note, but you can override this by setting a thumbnail
key in the front-matter.
---
thumbnail: https://example.com/image.png
---
You can also change the name of the key (default: thumbnail
) from the settings.
If emoji
key is found in the front-matter, it is shown before the title.
- Follow changes in v5.8.0, including support for tag clicks
- Add
Show Emoji
option
- Fix a bug that context menu is not displayed in v5.6.0
- Support middle mouse click
- Add missing indications (pin, conflict icons, and absolute datetime for older notes)
- Add
Background Color
option - Update dependencies
- Update dependencies and speed up thumbnail extraction process
- Split the URL extraction process into a separate package which uses better regex
- Fix a bug that there are extra margins on items without thumbnails
- Use
require
instead ofdefault export
for dayjs
- Fix a bug that non-YAML formatted text in the front matter cause a crash
- Change to get dependencies from npm
- Fix a bug that caused a crash if duplicate keys existed in front-matter