All Projects → raphwriter → trilium-theme-melon

raphwriter / trilium-theme-melon

Licence: other
A theme for Trilium Notes

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to trilium-theme-melon

note-cli
Markdown Indexing and Pcre Regular Expression Compatible Full Text Searching for Advanced Note Takers.
Stars: ✭ 15 (-67.39%)
Mutual labels:  note-taking-app
notesnook
A fully open source & end-to-end encrypted note taking alternative to Evernote.
Stars: ✭ 5,098 (+10982.61%)
Mutual labels:  note-taking-app
liszt
Save snippets of information quickly through the command line
Stars: ✭ 15 (-67.39%)
Mutual labels:  note-taking-app
pigger
A cross-platform note taking and static blog writing system in golang
Stars: ✭ 16 (-65.22%)
Mutual labels:  note-taking-app
BoostNote.next-local
Boost Note next local spaces is lightspeed workspace for developers
Stars: ✭ 89 (+93.48%)
Mutual labels:  note-taking-app
singlefile2trilium
Save faithful copy of a web page in Trilium notes with SingleFile web extension 🔌
Stars: ✭ 33 (-28.26%)
Mutual labels:  trilium

🍋 melon-4

A theme for Trilium Notes, (>= 0.48.x) "a hierarchical note taking application with focus on building large personal knowledge bases".

I really like this application and its many features. At the same time I felt like it needed some visual overhaul for lack of better terms. I am trying to achieve a consistent look and feel. Sometimes things break (e.g. due to updates of the application) - please don't hesitate to file an issue!

Screenshots

Main Window

screenshot1

Theme Installation

Please follow the official instructions here.

In a nutshell:

Install the theme by following these steps:

  • copy the (raw) content of trilium-theme-melon-4.css
  • paste it into a new trilium code note (type: CSS) named "melon-theme-4"
  • add a new attribute to the melon-theme-4 note (Alt + A)
    • either copy & paste #appTheme=melon-4 to the node's attributes
    • or use the UI with these settings
      • Type: Label
      • Name: appTheme
      • Value: melon4
      • inheritable: not ticked
  • go to Menu > Options
  • select it as your new theme

Additional Fonts

To get the full experience you need to install some additional fonts.

  • The web font files (.woff) have to be imported into the theme note (right click on theme note, select Import into note)
  • the customResourceProvider attribute needs to be added to every font file you want to use
  • the respective attribute value should be fonts/Font-File-Name.woff

Example Attributes (use to copy&paste)

#originalFileName=FiraCode-Regular.woff #customResourceProvider="fonts/FiraCode-Regular.woff"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].