org-roam / org-roam-server

A Web Application to Visualize the Org-Roam Database
MIT License
639 stars 51 forks source link

[Feature request] All-the-icons support #101

Closed forkrul closed 4 years ago

forkrul commented 4 years ago

Doom emacs comes with all-the-icons as a standard inclusion - I sometimes use this in notes, leading to situations like:

image

Could icon support be incorporated/stripped to make the web-view cleaner?

goktug97 commented 4 years ago

I think icons are related to the browser, it is not something I can implement

forkrul commented 4 years ago

Perhaps this helps?

https://github.com/domtronn/all-the-icons.el

goktug97 commented 4 years ago

Unfortunately, to show them in the browser every character should be converted to html version (Ex: <i class="fas fa-user"></i>) and it must be done for every font. I am sorry but I don't have time to implement this functionality.