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

feat: supporting tag color with external mapping file #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elminsterjimmy
Copy link

  • supporting tag color with external mapping file.
  • supporting color for sub tags.

+ supporting tag color with external mapping file.
+ supporting color for sub tags.
@elminsterjimmy
Copy link
Author

Taskido supports tag color by rewrite the tag name with the color code, which is not graceful, I have modified the dataview script to support external tag color mapping.

The tag color mapping file has a key /value format that looks like:

{
    "work": "#ff9d0a",
    "math": "#30d158",
    "personal": "#66d4cf",
    "obsidian": "#ffd60a",
    "plan": "#0a84ff"
}

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

Successfully merging this pull request may close these issues.

1 participant