AboutYouTubeLive StreamsBlogCommunityContact Me
Courses
AboutYouTubeLive StreamsBlogCommunityContact Me
Obsidian - Make your links look better in 5 minutes

Obsidian - Make your links look better in 5 minutes

This below is Annotate.tv an app created by my friend Mati

Get a discount with my affiliate link

start taking your own YouTube Notes!

I also made a video showing Annotate.tv you can watch it here

↓↓↓ Click the image to see how it works ↓↓↓
https://annotate.tv/watch/60d642a748f5d9000553374c

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;
}