This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Just a simple experiment :) */ | |
/* Counts mentions of a page */ | |
/* Syntax: Count:: {{[[mentions]]: [[Tweet]]}} */ | |
[data-page-links*='\"Count\"'] > .rm-block-main | |
> .roam-block > span > .rm-reference-main { | |
display:inline-block; | |
} | |
[data-page-links*='\"Count\"'] > .rm-block-main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*------------ CUSTOM COLORS ------------------*/ | |
/* | |
Title: Custom colors for Logseq | |
Author:: @CatoMinor3 | |
Version:: 1 | |
Date:: February 6, 2021 | |
Support: | |
- Paypal: https://www.paypal.me/catominor3 | |
- Patreon: https://www.patreon.com/catominor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#toolbar-current-app { | |
color:red !important; | |
background-color:yellow; | |
border-radius: 5px; | |
padding-left: 5px; | |
padding-right: 5px; | |
border: 1px solid #f1c871; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author:: @CatoMinor3 | |
Version:: 2.0 | |
Date:: December 28th, 2020 | |
Changes log | |
- 2.0 - support for the latest version of Roam | |
Support: | |
- Paypal: https://www.paypal.me/catominor3 | |
- Patreon: https://www.patreon.com/catominor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author:: @CatoMinor3 | |
Version:: 1 | |
Date:: October 28th, 2020 | |
Changes log | |
Support: | |
- Paypal: https://www.paypal.me/catominor3 | |
- Patreon: https://www.patreon.com/catominor | |
What is this? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author:: @CatoMinor3 | |
Version:: 1 | |
Date:: September 22nd, 2020 | |
Changes log | |
Support: | |
- Paypal: https://www.paypal.me/catominor3 | |
- Patreon: https://www.patreon.com/catominor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author: @CatoMinor3 | |
Version: 1.1 | |
Date: September 17th, 2020 | |
Paypal support: https://www.paypal.me/catominor3 | |
What it does: A special tag #c:rainbow that changes | |
the color of the following ^^highlight^^ and [[ ]] tag, or bold or emphasis. | |
How to use it? | |
1) Put this code into roam/css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author: @CatoMinor3 | |
Version: 1 | |
Date: July 1st | |
Paypal support: https://www.paypal.me/catominor3 | |
What it does: Custom CSS colors for Mermaid in Roam. | |
How to use it? | |
1) Put this code into roam/css | |
2) Simply assign class to the item under {{mermaid}}: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author: @CatoMinor3 | |
Version: 1 | |
Date: July 3rd | |
Paypal support: https://www.paypal.me/catominor3 | |
What it does: Custom CSS that moves the version number controls from the top to the left. | |
*/ | |
div[style*="flex: 1 1 100%; margin-bottom: 6px;"] | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author: @CatoMinor3 | |
Version: 0.9 (beta) | |
Date: July 1st | |
Paypal support: https://www.paypal.me/catominor3 | |
What it does: Custom CSS for moving references to a more visible place: | |
- if the screen is wide enough, they are on the left; | |
- if small, they are on the top. | |
*/ |
NewerOlder