Kaan Barmore-Genc
Kaan Barmore-Genc
Thanks for adding the report. @hikchoi Would it be possible to add a migration for keyboard shortcuts where we change the scratch note shortcut if the user: - hasn't remapped...
Thanks for reporting the issue, I can see the broken layout too.
This also could work similar to #2038, which describes adding properties to links. We could do something like `![[note]]{ usePrettyRef: false }` to override the setting per link.
> if it's technically in VSCode possible to render refs in the editor and be able to edit them in place We could display them relatively easily, but editing would...
Thanks for the suggestion, I think this would be a great addition!
Thanks for the suggestion!
One way to fulfill both copying and opening in other apps would be to bring up the share menu. The share menu typically has buttons to copy the shared link...
Not grabbing all the tags in an array is absolutely a valid design decision. But I think `article-extractor` should still prefer to scrape the first image rather than the last...
It also would be nice to have an option to ignore certain types of files, like `svg` files which I wouldn't want to add license information into. It also added...
The issue is `KeyLookup: "header:session_name",`. This tells goth_fiber that you want it to look up the current session via a header, BUT crucially this applies to the callback too. So...