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

changing text colors with minimum mouse clicks #52

Open
listplot3d opened this issue Jul 6, 2022 · 1 comment
Open

changing text colors with minimum mouse clicks #52

listplot3d opened this issue Jul 6, 2022 · 1 comment

Comments

@listplot3d
Copy link

listplot3d commented Jul 6, 2022

With code modification shown below, now when I click the button, then click one of the "saved colors", then color of selected text is directly changed:) This is the way that I found for changing text colors with minimum mouse clicks -- of course this need boxes checked as static config, for"add color" and "add tag" in "colors" section.

Hope it could also be useful to others. Thanks:)


xiao@DESKTOP-F11HG5B /cygdrive/d/xiao/Obsidian Vault/.obsidian/plugins/obsidian-markdown-formatting-assistant-plugin
$ diff 0main\ -\ bk.js main.js
2781c2781
<         symbol: '<span></span>',
---
>         symbol: '<span ></span>',
2783c2783
<         selectionInput: 6,
---
>         selectionInput: 7,


@limex
Copy link

limex commented Dec 5, 2022

+1 for this idea. You should create a pull request for that.

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