
obsidian shorter links - css snippet - a way to make your links look cleaner
May 20, 2023
OBSIDIAN SHORTER LINKS - CSS SNIPPET - A WAY TO MAKE YOUR LINKS LOOK CLEANER
Here's the code used in the video:
div:not(.CodeMirror-activeline) > .CodeMirror-line .cm-string.cm-url:not(.cm-formatting) {
font-size: 0;
}
div:not(.CodeMirror-activeline) > .CodeMirror-line .cm-string.cm-url:not(.cm-formatting)::after {
content: '»';
font-size: 1rem;
}
LEARN MORE ABOUT OBSIDIAN
Check out my Obsidian Course