NicolasPetton / Projectify

Project management for TiddlyWiki
https://projectify.wiki
MIT License
140 stars 47 forks source link

Hide quick capture title ? (enhancement) #27

Closed silvyn closed 3 years ago

silvyn commented 3 years ago

Hi Nicolas,

I could see the somewhat barbaric title being masked regarding the quick capture tiddler with this CSS example :

[data-tiddler-title^="$:/plugins/nico/projectify/QuickCapture"] .tc-title {
    display: none;
}

[data-tiddler-title^="$:/plugins/nico/projectify/QuickCapture"] .tc-subtitle {
    display: none;
}

I see by testing that it retains the icon, which is pretty cool.

Capture d’écran 2021-01-20 à 22 22 43