You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed a number of issues in this plugin that was preventing it from working on my vault. At least some of these changes should probably get incorporated into the mainline branch.
Differentiate between stdout and stderr in debug output (8955f7e)
this one is probably specific to my needs, but it takes older style links e.g. [test.jpg](../../uploads/test.jpg) and rewrites them to wiki style links so that the rest of the plugin code works. This could be tied to a setting if people think it would be useful, otherwise its a bit destructive and could be dropped.
I fixed a number of issues in this plugin that was preventing it from working on my vault. At least some of these changes should probably get incorporated into the mainline branch.
Differentiate between stdout and stderr in debug output (8955f7e)
Use console.error for error messages (c843f6d)
Escape spaces in file paths (69ccc04)
Prevent insertion of empty details (49a208e)
Split functionality into two commands (fd47b66)
Support legacy style links (ca0e3af)
e.g. [test.jpg](../../uploads/test.jpg)
and rewrites them to wiki style links so that the rest of the plugin code works. This could be tied to a setting if people think it would be useful, otherwise its a bit destructive and could be dropped.Please refer Lzilioli improvements #7 for the code changes
The text was updated successfully, but these errors were encountered: