benjypng / logseq-kanban-plugin

MIT License
102 stars 9 forks source link

[Feature request] Rendering markdown in the cards #1

Closed danieltomasz closed 2 years ago

danieltomasz commented 2 years ago

Great plugin, thank you for making it! Do you plan to work to extend the plugin that the wiki-links [[ ]] may be rendered as links, and they will be clickable? Also, the same with Markdown [Description](Link), would be great to have a possibility to click on it.

almereyda commented 2 years ago

Indeed a very much anticipated feature for Logseq, with an impressively simple interface. With linked titles being on card titles, this allowed for a very quick two-dimensional skimming of Kanbans with browsing the links' hover cards.

benjypng commented 2 years ago

Thanks all for your suggestion! Unfortunately. this implementation uses the MacroRenderer method in the plugin, which does not actually manipulate Logseq's blocks, i.e. it does not actually create blocks in the Kanban board, hence it's not possible to implement things like linking, etc.

Perhaps @cannibalox's Kanban implementation maybe more suitable for your use case as it uses CSS to re-render the blocks in columns (https://github.com/cannibalox/logtools).

Apologies!