Ayake
Ayake
Also relates to https://github.com/phibr0/obsidian-emoji-shortcodes/issues/33, as one could also potentially list recently used emojis first.
I actually like it, that is changes Ctrl+V. Otherwise I would have to remember another shortcut. Though the choice of Ctrl+K does make sense, as many other apps use that...
Similar issue with different problem / solution suggestion: https://github.com/denolehov/obsidian-url-into-selection/issues/39
Related to this. Why is the default fallback reg-exp this one? ``` [-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*) ``` I find it problematic in that the following text is detected as a URL when clearly...
Thanks for the correction. Could we adapt this reg exp in the plugin to change the default behavior? Adding test cases would also be nice, as I see that there...
I am using docker for a reproducible development environment. I use this in most larger projects everywhere, because then I don't need to deal with any OS-level global installations which...
@Taitava Currently it's simply displayed side by side to the line number. I'm planning to improve it in the way, that the condenced version (pure color withouth hash, date and...
**Update: Date and time is now configurable** # Date defaults  and its settings  # Date and time Uses local timezone by default  and its settings  #...
**Update: Improved visuals and colorbar only option** New improved styling  Only the colorbar  Also works in submodules now! 
@Vinzent03 I've implemented all must-features and would like to go through the code with you once. I'm currently writing the documentation and architecture to improve the understand-ability of the code....