Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DenaroCF/Highlighters-for-Logseq
More highlight colors in Logseq
https://github.com/DenaroCF/Highlighters-for-Logseq
Last synced: about 2 months ago
JSON representation
More highlight colors in Logseq
- Host: GitHub
- URL: https://github.com/DenaroCF/Highlighters-for-Logseq
- Owner: DenaroCF
- License: mit
- Created: 2021-06-24T19:12:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T18:14:57.000Z (about 3 years ago)
- Last Synced: 2024-07-03T02:44:53.769Z (6 months ago)
- Language: JavaScript
- Size: 487 KB
- Stars: 32
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - DenaroCF/Highlighters-for-Logseq - More highlight colors in Logseq (others)
- awesome-logseq - Highlighters for Logseq Plugin - Add more colors for highlight in Logseq using slash commands (🔌 Plugins)
README
# Highlighters for Logseq Plugin
Add more colors for highlight in Logseq **using slash commands****_You can find how to install the plugin at the end of the text._**
**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.**
```css
/* 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](imgs/Highlighters-photo.png)
## Commands:
![Slash Gif](imgs/Highlighters.gif)
## 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.