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

Possbility to use custom emojis for priorities #1359

Closed
2 tasks done
alancunha26 opened this issue Nov 29, 2022 · 8 comments
Closed
2 tasks done

Possbility to use custom emojis for priorities #1359

alancunha26 opened this issue Nov 29, 2022 · 8 comments
Labels
scope: emojis and signifiers Anything to do with emojis and signifiers status: wontfix This will not be worked on type: enhancement New feature or request

Comments

@alancunha26
Copy link

alancunha26 commented Nov 29, 2022

⚠️ Please check that this feature request hasn't been suggested before.

  • I searched previous Ideas in Discussions didn't find any similar feature requests.
  • I searched previous Issues didn't find any similar feature requests.

🔖 Feature description

For me the priority emojis are kinda hard to identify, I am a previous todoist user, but I stopped using it because I wanted something shared with my pkm, so the priorities could have colored emojis for better differentiation, like:

  • 🔴 high priority
  • 🟡 medium priority
  • 🔵 low priority

✔️ Solution

To solve this problema, we should be able to edit the state emojis used in the vault

❓ Alternatives

Maybe just change the priority emojis to be something more different from one another

📝 Additional Context

No response

@alancunha26 alancunha26 added the type: enhancement New feature or request label Nov 29, 2022
@alancunha26
Copy link
Author

Another possible solution could be each task has one css selector based on the priority status, like:

  • .tasks-priority-high
  • .tasks-priority-medium
  • .tasks-priority-low

@claremacrae
Copy link
Collaborator

hi, Thanks for a clear request.

it’s interesting to see a request for different emojis the most common request is to use text instead of emojis for data. 😄

But seriously… In your summary you ask for custom date and priority emojis. In the description you mention priority only.

It helps with planning if the two fields are consistent. It sounds like it is just priority.

Thinking more, is a better summary ‘Make it easier to quickly distinguish task priority visually at a glance in task results blocks’?

Another possible solution could be each task has one css selector based on the priority status, like:

  • .tasks-priority-high
  • .tasks-priority-medium
  • .tasks-priority-low

This is currently being implemented. See #877.

@alancunha26
Copy link
Author

Yes, my main problem are the priority emojis, but I scoped my request higher because tought that it could be something natural to implement together. But second guessing, I think this could be focused in solving the priority problems. Thanks for the quick response!

@alancunha26 alancunha26 changed the title Possbility to use custom emojis for dates and priorities Possbility to use custom emojis for priorities Nov 29, 2022
@claremacrae
Copy link
Collaborator

Excellent, thank you for updating the title.

Another possible solution could be each task has one css selector based on the priority status, like:

  • .tasks-priority-high
  • .tasks-priority-medium
  • .tasks-priority-low

Because you have said that CSS is an acceptable solution for you, it is unlikely that adding custom emojis for priorities would ever reach the top of my priority list.

However, I'll leave the suggestion open to allow others to vote for it (with 👍 on the first message) if they wish.

@claremacrae claremacrae added the scope: emojis and signifiers Anything to do with emojis and signifiers label Nov 29, 2022
@FabianoLothor
Copy link

Interesting, I already use emojis for prioritize my tasks, I just open a task to enable the possibility of sort them accordingly: #1479

@timtreis
Copy link

timtreis commented Jan 15, 2023

I'm not sure how it is currently implemented (probably regex?), but wrapping the "priority slot", or any other slot, in a div with a class like the mentioned .tasks-priority-high could lend itself to a smooth option to replace the emoji of choice, no? Thinking in the likes of:

- [ ] <div class="tasks-priority-high"> 👍 </> My task <div class="my-other-slot"> 💯 </>

Then the settings dialogue could provide a mapping between those div classes and the emoji to be placed inside of it.

@claremacrae
Copy link
Collaborator

@timtreis There is a pull-request in progress to enable that kind of functionality. #1519

@claremacrae
Copy link
Collaborator

Because you have said that CSS is an acceptable solution for you, it is unlikely that adding custom emojis for priorities would ever reach the top of my priority list.

There has been a documented way of styling Task priorities in Reading mode and in Tasks Query Results blocks for some time now.

https://publish.obsidian.md/tasks/Advanced/Styling#Priority+as+a+Checkbox+Color

There are some other examples of styling in the Show & Tell Discussions section of this project.

So I'm closing this as 'won't do'.

@claremacrae claremacrae added the status: wontfix This will not be worked on label Sep 16, 2023
@claremacrae claremacrae closed this as not planned Won't fix, can't repro, duplicate, stale Sep 16, 2023
@claremacrae claremacrae mentioned this issue Oct 9, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: emojis and signifiers Anything to do with emojis and signifiers status: wontfix This will not be worked on type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants