obsidian-creases
obsidian-creases copied to clipboard
bug breaking block reference
Hi,
adding creases on sections that end with a block-id reference should add creases before (and not after) the block id, otherwise the block-id won't work anymore and the block reference break.
Thanks!
Good catch, I hadn't considered that. Will make a fix!
This should be fixed in v0.6.4
Hi! So i tried with the last version 0.6.4, but the problem seems to be the same, it add creases after the block id, is this working for you? Thanks!
Strange, this is the behavior I'm seeing:
https://user-images.githubusercontent.com/693981/168488113-77303a0e-6f60-42ed-9aa0-d3cbd7f222a0.mov
If there's additional steps for how to reproduce the issue, let me know!
Strange, this is the behavior I'm seeing:
Screen.Recording.2022-05-15.at.2.25.12.PM.mov If there's additional steps for how to reproduce the issue, let me know!
Hi, thanks for the quick reply! This is weird, but doing the same things with the last version doesn't seem to work for me (windows 11) , not sure why. Here's the video demo:
https://user-images.githubusercontent.com/51007222/168869878-52cf4c5b-75b4-41a2-a5bc-974e7131c039.mp4
Thanks for the screen recording! I reopened the issue and will take another look, it might have something to do with the different commands (toggle crease
vs crease current folds
)
Yes i think you are right as "Toggle Crease" works for me! I mostly use 'crease current folds" to match with all obsidian folds
I can confirm, the issue is in fact with crease current folds
. toggle creases
works perfectly. hopefully that should make it a relatively simple fix, if its easy to just use the logic from toggle creases.
if I have time ill take a look myself although id put it at a 20% that I end up fixing it - I have no experience developing obsidian plugins and if it takes too long to get it set up and working locally, and then to figure out the structure of plugins in general ill have to stop.
I can confirm, the issue is in fact with
crease current folds
.toggle creases
works perfectly. hopefully that should make it a relatively simple fix, if its easy to just use the logic from toggle creases.if I have time ill take a look myself although id put it at a 20% that I end up fixing it - I have no experience developing obsidian plugins and if it takes too long to get it set up and working locally, and then to figure out the structure of plugins in general ill have to stop.
Hi, i already made a pull request today with a fix, hopefully it gets accepted soon
OK great! Thanks very much for letting me know before I jumped in!
Hello @liamcain, any plans for a release with that fix ? thanks!
Hello @liamcain, any plans for a release with that fix ? thanks!
Thanks for bumping this @nicolasmarc1. Sorry for the long wait. I just released v0.6.6 with the fix.