Markdownload's future #342
Replies: 13 comments 15 replies
-
This looks amazing! Excited to see this continue to integrate into my writing workflows. |
Beta Was this translation helpful? Give feedback.
-
Oops, just saw the comment about a complete rewrite here! I was just about to queue up a discussion asking what you thought about a large rewrite on a variety of things code style things like Loving the side bar in the screens above! Definitely a good direction! |
Beta Was this translation helpful? Give feedback.
-
I'm really happy to hear that MarkDownload is making progress and evolving. The side tabs instead of the current pop-ups seem way better; this way, I think I'll lose less of my manual edits before capturing, since I won't lose the already edited content if I accidentally tap or click outside it. |
Beta Was this translation helpful? Give feedback.
-
Seems like a good fit and direction, and I really like the look of it. What happens to an unsaved MarkDownload sidebar clipping if a person wants to double-check something else (using the sidebar) before fully saving the clipping? E.g. I use bookmarks and Simple Tab Groups in the Firefox sidebar and sometimes I need to refer to them before I finalize a MarkDownload clipping I've started. |
Beta Was this translation helpful? Give feedback.
-
Oh, forgot to ask: since you are rewriting from scratch and changing certain things fundamentally, any interest in adding support for templater? |
Beta Was this translation helpful? Give feedback.
-
I’m glad you are working on the extension, & I appreciate it. However, will there be a way to avoid opening a sidebar every time I use the extension? All I ever want to do is copy text as Markdown. I don’t need anything more complex than that. Thanks! |
Beta Was this translation helpful? Give feedback.
-
This is very exciting! Would making the safari/macOS "native" app mean that Markdownload would work on iOS through share menus? |
Beta Was this translation helpful? Give feedback.
-
The sidebar layout looks cleaner, uses the horizontal screen space better, and does not block information underneath like a popup. Making it an option helps those who just want to keep their clipping use simple. |
Beta Was this translation helpful? Give feedback.
-
I don't want to harass you, but I am waiting on tenterhooks for the new version, especially if it will manage discontinuous highlights. There is nothing so good as Markdownload for web clipping, at least with my workflow, and I've tried everything else :-) |
Beta Was this translation helpful? Give feedback.
-
My latest chrome update wants to remove the existing version. |
Beta Was this translation helpful? Give feedback.
-
I found this https://chromewebstore.google.com/detail/marksnip-markdown-web-cli/kcbaglhfgbkjdnpeokaamjjkddempipm |
Beta Was this translation helpful? Give feedback.
-
(I always have to look it up too)
The list of forks can be viewed in the "insight" menu.
I browsed the list and couldn't find one approaching the new Chrome plugin.
I sent an email to the author for a pointer to the sources but had no reply
yet.
Hope this helps.
I really miss the tool's functionality (using it here in conjunction with
Obsidian). The planned new major release looks very promissing and cross
browser.
…On Sat, 8 Mar 2025, 02:29 Dboingue, ***@***.***> wrote:
same question. The introduction there seems to be careful and clear about
this being a fork for this repository. How dows one find the list of forks
from the repository, the button here would create a fork. I will explore...
—
Reply to this email directly, view it on GitHub
<#342 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABN3S7I77KICBMETRGGK73L2TJBYBAVCNFSM6AAAAABM7INVIOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENBTGE4TSNY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Expressing my appreciation for this extension - thank you! - and gently encouraging you towards a release of a new version that will work with Chrome. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As you've all probably noticed, I've been very lax in my updates recently, but I'm hoping to change that.
I've just pushed version 3.4.0 to the various extension stores, which contains a bunch of fixes provided by the community (listed in the readme, or you can go look at all the pull requests). I'm very grateful for all of these updates.
But I really have to pull my finger out and get a version working with Manifest V3. So, I've started re-writing the entire thing from scratch. In the current version of the extension, most of the processing is done in a background page, but with Manifest V3 I have to use a service worker instead of a background page for Chrome, but not for Firefox... Basically, cross-browser is a little messy at the moment, but it's doable, and I have a kinda working version locally.
One major change I've implemented is opening the extension in a sidebar/side panel, rather than the popup.


Here's what it looks like in Firefox:
And in a chromium browser (Wavebox):
I kinda like this better, as you can keep it open and clip things from different websites to the same file before downloading, but it's very different to the current extension, so I wanted to get some opinions on if you guys like the direction or not.
I am concerned that Safari does not have a sidebar, but I've been thinking for ages about making a Mac-OS native "app" to handle image downloads (if you've installed Markdownload on Safari, you'll know it has a pointless app anyway because that's just how things work in Apple land). This could be made into a separate window which behaves like the sidebar does in other browsers, but I haven't so much as looked into that yet.
So, what do you think? Am I on the right track?
Beta Was this translation helpful? Give feedback.
All reactions