Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code for icons #333

Closed
tobiasdiez opened this issue Nov 13, 2015 · 2 comments · May be fixed by #12079, u7465990/jabref#1, #12159 or #12073
Closed

Code for icons #333

tobiasdiez opened this issue Nov 13, 2015 · 2 comments · May be fixed by #12079, u7465990/jabref#1, #12159 or #12073

Comments

@tobiasdiez
Copy link
Member

Where do I find the code needed for an icon, e.g. where does "\uf494" comes from?

ADD("\uf494") /*css: plus-box*/

(Background: I want to show the FOLDER("\uf07b") icon, but it is now showing...so probably the identifier is wrong.)

@matthiasgeiger
Copy link
Member

We are using the IconFont MaterialDesignIcons (int the *.ttf version) provided by https://materialdesignicons.com/.

The code `"\uXXXX" is the unicode representation of the icon to be used. You can determine the unicode either using CharMap tools or by searching for "folder" in the "materialdesignicons.css" available at https://codeload.github.com/Templarian/MaterialDesign-Webfont/zip/master

However, the code for "folder" is correct, as Icon is already used as the Icon for "Open" in the toolbar.

@tobiasdiez
Copy link
Member Author

Thanks this helps and solves my problem! (although I still don't understand how the values in the css file correspond to the unicode representation in Jabref...)

@antalk2 antalk2 mentioned this issue Jun 5, 2021
5 tasks
@Kaven668 Kaven668 mentioned this issue Oct 24, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment