Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

MVP #tags for notes (blessed set of tags) #1025

Open
bfollington opened this issue Dec 14, 2023 · 1 comment
Open

MVP #tags for notes (blessed set of tags) #1025

bfollington opened this issue Dec 14, 2023 · 1 comment
Labels
Design Enhancement New feature or request

Comments

@bfollington
Copy link
Collaborator

First pass at implementing #tags into the app:

  1. Create a set of blessed tags
  2. Map those to colors
  3. Derive note color from tags
  4. Make tags clickable and indexable in DB
@bfollington bfollington added Enhancement New feature or request Design labels Dec 14, 2023
@bfollington bfollington mentioned this issue Dec 14, 2023
12 tasks
@gordonbrander
Copy link
Collaborator

One idea for creating a soft mapping between tags and colors:

  • Note color can be chosen by user
    • Stored in header theme-color
  • When choosing a color for a note, we look for the presence of certain "blessed" hashtags and/or slashlinks, which are associated with a color. These cause a color to be chosen by default.
    • However, user may later override.
  • Blessed tags might get a special treatment

This creates the desired effect of recognition over recall, where a user recognizes "journal", "idea", etc, yet still gives users the ability to directly customize the color. The looser connection between color and "type" also could allow us to choose color based on things like embeddings in future.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Design Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants