Skip Navigation
geffrey Geffrey van der Bos @pkm.social

I make sure teams plan, design, and build software that users love. I'm dedicated to exploring and understanding the combination of music and technology.

I’ll post #obsidian #pkm and #productmanagement. Whatever political or social stance works for you. Just treat others as you want to be treated.

Posts 0
Comments 5
Anyone want to write me some [#CSS](https://pkm.social/tags/CSS) to make the traditional writer's reminder of missing information, TK, show up prominently in [#Obsidian](https://pkm.social/tags/Obsidi
  • @ellane @obsidianmd Would this work for your, Ellane?

    I can make it more fancy, stand out more, if you like.

    It would require you to “span” it. But that could be done with a template or so.

    <span>TK</span>

  • Anyone want to write me some [#CSS](https://pkm.social/tags/CSS) to make the traditional writer's reminder of missing information, TK, show up prominently in [#Obsidian](https://pkm.social/tags/Obsidi
  • @ellane @obsidianmd I’ve looked at it for 30 minutes but no luck. Working with Obsidian's Codemirror 6 is harder than I thought! I hoped to fix it with some neat Typescript and Regex, but that didn’t work.

    I’ll see if I can do something helpful using only CSS.

  • Anyone want to write me some [#CSS](https://pkm.social/tags/CSS) to make the traditional writer's reminder of missing information, TK, show up prominently in [#Obsidian](https://pkm.social/tags/Obsidi
  • @ellane @obsidianmd I could get you something like that with a “custom” native callout :). Would that work?

    I’m still at work, but after I can make an attempt.

    EDIT I’m sorry, I misread the requirement. What you describe can not be achieved with CSS alone. It’ll require some Javascript to detect the ‘TK’. I will give it a try.