javalent / admonitions

Adds admonition block-styled content to Obsidian.md
MIT License
1.07k stars 70 forks source link

costomize admontion - obsidian android-app - color #246

Closed frankmill closed 1 year ago

frankmill commented 2 years ago

with google-translate:

yes, you can also set colors in the app, but unfortunately imprecisely with sliders;

you cannot overwrite them either;

what is missing is a function for setting the colors using rgb or hex values.
You can find that everywhere else, why not here?

sigrunixia commented 1 year ago

This has been added in the plugin to be able to input colors via RGB, Hex, and HSL. Additionally, they can be set with CSS.

frankmill commented 1 year ago

Hello sigrunixia, first of all thank you very much for the implementation.

This is already a big help. I now create the callouts on the desktop version save them in a .md, which I then transfer to my tablet. There then copy and paste.

However, it would be more convenient if the now provided feature was also integrated mobile. Maybe it can be inserted on occasion.

I don't have it yet with the css-snippets under Obsidian out.

This is already a big help. I now create the callouts on the desktop version save them in a .md, which I then transfer to my tablet. There then copy and paste.

However, it would be more convenient if the now provided feature was also integrated mobile. Maybe it can be inserted on occasion.

I don't have it yet with the css-snippets under Obsidian out.

valentine195 commented 1 year ago

The plugin uses the native color picker. Your browser determines what you can input. I believe Obsidian on Android uses Chrome for Android. I am surprised that it does not offer this.

However, I will not be changing color pickers.