Superschnizel / obisdian-fast-text-color

Obsidian plugin to enable colored text with a custom syntax.
GNU General Public License v3.0
12 stars 1 forks source link

[Bug] Messes with Rendering of certain elements #12

Closed Jack-Chronicle closed 6 days ago

Jack-Chronicle commented 1 week ago

Describe the bug When used with the Iconize or Icon Shortcodes Plugin, the icons stop rendering correctly Icon Shortcodes obsidian icons stop rendering at all And all icons stop rendering for both plugins when their are more than 3 sets of backticks, and at two sets the second pair will start having issues anyways

To Reproduce Steps to reproduce the behavior:

  1. Enable Icon Shortcodes or Iconize (Or both)
  2. Add an Icon to a line in any File
  3. See First Error (No obsidian icons)
  4. Add more than two backticked text lines
  5. See Second Error

Expected behavior The plugin shouldn't cause errors for either scenario

Screenshots Iconize + Color Shortcodes + Color No Color

Jack-Chronicle commented 1 week ago

Just Found another issue, it's cutting off the edges of the sidenotes snippet, and prevents opening/closing of callouts

(Really like this plugin's concept and design so I'm gonna keep looking for bugs if you don't mind that)

Fast Color No Fast Color

Superschnizel commented 1 week ago

This seems to be related to #9 #10 #11. There is a bug that causes interference with the css of other plugins, i hope i will be able to fix it soon.

Thanks for the feedback, i appreciate it.

Jack-Chronicle commented 1 week ago

Hope you're able to fix it smoothly, cause this is a great plugin otherwise

Superschnizel commented 6 days ago

@Jack-Chronicle I just released Version 1.0.6 wich should hopefully resolve most of the issues with the rendering of special elements. If you have the time please check out the new version and let me know if the issues persist.

Jack-Chronicle commented 6 days ago

I'm not seeing any of the previous issues I had, seems to be working much better now. Thanks!