Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anishaaa1/remnote-css
CSS Snippets for RemNote by Anisha
https://github.com/anishaaa1/remnote-css
Last synced: 27 days ago
JSON representation
CSS Snippets for RemNote by Anisha
- Host: GitHub
- URL: https://github.com/anishaaa1/remnote-css
- Owner: anishaaa1
- Created: 2022-07-27T09:23:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T11:04:23.000Z (4 months ago)
- Last Synced: 2024-08-08T13:13:15.208Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 1.33 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-remnote - CSS Snippets for RemNote by Anisha - Cosmetic changes such as adding/changing colors or dimming some elements. (Custom CSS)
README
# CSS Snippets for RemNote by Anisha
**Documentation Status**
| Symbol | Interpretation |
| ------- | ------
| π | Converted to Plugin |
| β οΈ | In Progress |
| π | Help Wanted |---
## π Rainbow Headers
```css
@import url("https://anishaaa1.github.io/remnote-css/css/rainbow-headers.css");
```Notes
* Create these tags:
* `H4` for Header 4
* `H5` for Header 5
* `H6` for Header 6> βοΈImportant as they are not native headers unlike Header 1, Header 2, and Header 3.
Preview
### π Updates
Rainbow Headers is now available as a π plugin!![Link here.](https://remnote.com/plugins/Anisha-RainbowHeaders)
Head to `Plugin Settings` to modify the appearance of your headers to your preference.
Once you have installed this plugin, you no longer need to keep this CSS snippet in Custom CSS as it may interfere with the plugin itself.## π Minimal Clozes
```css
@import url("https://anishaaa1.github.io/remnote-css/css/minimal-clozes.css");
```Preview
### π Updates
Minimal Clozes is now available as a π plugin!![Link here.](https://remnote.com/plugins/Anisha-MinimalClozes)
Head to `Plugin Settings` to modify the appearance of your clozes to your preference.
Once you have installed this plugin, you no longer need to keep this CSS snippet in Custom CSS as it may interfere with the plugin itself.## Custom PDF Pins & References
```css
@import url("https://anishaaa1.github.io/remnote-css/css/custom-pdf-pins-references.css");
```Preview
## Minimal Indent Lines
```css
@import url("https://anishaaa1.github.io/remnote-css/css/minimal-indent-lines.css");
```Preview
## Minimal Numbered List
```css
@import url("https://anishaaa1.github.io/remnote-css/css/minimal-numbered-list.css");
```Preview
## π Minimal Portals
```css
@import url("https://anishaaa1.github.io/remnote-css/css/minimal-portals.css");
```Preview
## π Updates
Minimal Portals is now available as a π plugin!![Link here.](https://remnote.com/plugins/Anisha-MinimalPortals)
Head to `Plugin Settings` to modify the appearance of your portals to your preference.
Once you have installed this plugin, you no longer need to keep this CSS snippet in Custom CSS as it may interfere with the plugin itself.## Rounded Highlights
```css
@import url("https://anishaaa1.github.io/remnote-css/css/rounded-highlights.css");
```Preview
## Modified Document Title
```css
@import url("https://anishaaa1.github.io/remnote-css/css/modified-document-title.css");
```Preview
## Capitalized Descriptors
```css
@import url("https://anishaaa1.github.io/remnote-css/css/capitalized-descriptors.css");
```Preview
## Increased Text Underline Offset
```css
@import url("https://anishaaa1.github.io/remnote-css/css/increased-text-underline-offset.css");
```Preview
## Change Color of Rem References
```css
@import url("https://anishaaa1.github.io/remnote-css/css/colored-rem-references.css");
```Preview