AbyssalSoda / Obsidian-Canvas-Thumbnails

Add thumbnail preview functionality for .clip, .blend, and more files within Obsidian.md Canvas!
GNU General Public License v3.0
3 stars 0 forks source link

.kra support #1

Open Daerpion opened 3 weeks ago

Daerpion commented 3 weeks ago

Hello Could you please add support for the .kra file format used by Krita? It shouldn't be hard since basically krita saves projects to a .zip archive and renames it to .kra. The zip archive even generates a preview.png inside of it which should be used accordingly.

Also is it possible to show a thumbnail of the file not only in graph but in a text editor?

Thanks in advance

AbyssalSoda commented 2 weeks ago

Yeah that doesn't seem to difficult to add, I'll definitely take a look at it. But as for the file in a "text editor", I assume you mean within the markdown file itself? As in a drag and drop a file to text to automatically create a hyperlink, a thumbnail of the file, or just a default emoji style thumbnail like a psd/clip logo?

Daerpion commented 2 weeks ago

Yeah that doesn't seem to difficult to add, I'll definitely take a look at it. But as for the file in a "text editor", I assume you mean within the markdown file itself? As in a drag and drop a file to text to automatically create a hyperlink, a thumbnail of the file, or just a default emoji style thumbnail like a psd/clip logo?

I mean when you drag and drop png for example, it creates hyperlink in format ![[photo.png]] which shows thumbnail. Is the same possible with other file formats?