Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide strikethrough for done (cancelled) to make that readable #6

Closed
yoghurtdewdew opened this issue Aug 21, 2023 · 2 comments
Closed

Comments

@yoghurtdewdew
Copy link

Hide strikethrough for done (cancelled) to make that readable.

@vyleung
Copy link
Owner

vyleung commented Aug 21, 2023

hi, are you looking for something like in the image below?

logseq_done_canceled

if so, this can be done by pasting this code snippet into your custom.css file (it can be opened by going to the three dots at the top right corner → SettingsEdit custom.css)

/* remove strikethrough for done and canceled tasks */
.done, .canceled {
  text-decoration: none !important;
  opacity: 0.5 !important; /* you can remove this if you want to keep the default opacity */
}

if this isn't what you're looking for, please provide more details

@yoghurtdewdew
Copy link
Author

I think this will be what I want!
Thanks you a lot!

@vyleung vyleung closed this as completed Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants