Ayake

Results 77 comments of 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 ![date-defaults](https://user-images.githubusercontent.com/4527862/189494924-0a3d214d-68c8-4cb1-842a-71c8f12740c0.png) and its settings ![date-defaults-settings](https://user-images.githubusercontent.com/4527862/189494931-2f675c4f-1ebb-429f-b69e-94e1e26900d0.png) # Date and time Uses local timezone by default ![date-time](https://user-images.githubusercontent.com/4527862/189494937-1dbcdfc2-6458-4516-a1ff-e14463ef72c8.png) and its settings ![date-time-settings](https://user-images.githubusercontent.com/4527862/189494951-a8b8b367-1511-46e2-ae52-dc67ed80fede.png) #...

**Update: Improved visuals and colorbar only option** New improved styling ![colorbar-visuals](https://user-images.githubusercontent.com/4527862/189522854-0074c8a9-3e65-41bf-bbcf-e6df3799ec66.png) Only the colorbar ![colorbar-only-visuals](https://user-images.githubusercontent.com/4527862/189522858-ed8ab74e-4f74-4fda-8fc8-a0667f7ffe2f.png) Also works in submodules now! ![submodule](https://user-images.githubusercontent.com/4527862/189522897-931b28ef-b2e4-4038-bf73-9130ef4a1f65.png)

@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....