Skip to content

More highlight colors in Logseq, updated to work with current logseq as it was erroring out and not showing up under / commands

License

Notifications You must be signed in to change notification settings

hobojoe551/Highlighters-for-Logseq_fixed_11.24.24

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Highlighters for Logseq Plugin

Add more colors for highlight in Logseq using slash commands

Small fix implemented to make the plugin work in 2024.

Credits to this guy on the logseq forum who knew how to fix the plugin - https://discuss.logseq.com/t/css-mod-custom-colors-for-highlighting-bold-and-italics/308/4?u=hobojoe551

Installation

  • Clone the repo
  • Open the plugin option in Logseq Desktop Client
  • Select Load unpacked plugin in Logseq Desktop client
  • Open the src folder of the repo.

You can edit the color and options of the higlights, by adding and editing this variables in your own theme or your custom.css inside the dark and light theme.

/* BACKGROUND COLORS*/
--mark-yellow: #xxxxx;
--mark-pink: #xxxxx;
--mark-blue: #xxxxx;
--mark-green: #xxxxx;
--mark-red: #xxxxx;
--mark-grey: #xxxxx;
--mark-orange: #xxxxx;
--mark-purple: #xxxxx;

/*Decoration color*/
--mark-decoration-yellow: ;
--mark-decoration-pink: ;
--mark-decoration-blue: ;
--mark-decoration-green: ;
--mark-decoration-red: ;
--mark-decoration-grey: ;
--mark-decoration-orange: ;
--mark-decoration-purple: ;

/* OPTIONS */
--mark-text-color: ;
--mark-decoration: ;
--mark-thickness: ;
--mark-border-radius: ;

Example:

Example photo

Commands:

Slash Gif

About

More highlight colors in Logseq, updated to work with current logseq as it was erroring out and not showing up under / commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • HTML 9.2%