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
Added option to download images alongside the markdown file
Also added the ability to add a prefix to the images you download, so you can, for example, save them in a subfolder
If your browser has the option to always show a save as dialog enabled, you might get a dialog for every image. Sorry about that 😬
Updated turndown to 7.0.1 and allowed iframes to be kept in the markdown
Added a new {pageTitle} option for template replacement (there are many websites where the {title} and {pageTitle} actually differ)
Added a context menu option to copy a tab URL as a markdown link, using the title configured in settings as the link title (i.e. [<custom title>](<URL>))
Added custom disallowed characters to strip from titles (set to []#^ by default for maximum compatibility with Obsidian)
Added some focus styling so you can tell what is focused
Auto-focus the download button (you can now ctrl+shift+M, Enter to quickly download a file)
Template title (and image prefixes) now allow forward slashes (/) so that files get saved to a subfolder