I’ve been using LocalExplorer with links in workflowy to run a powerscript as part of my workflow. Automatically adding “https://” to the links has broken this functionality.
Please add a setting to make adding “https://” optional. Thanks!
I’ve been using LocalExplorer with links in workflowy to run a powerscript as part of my workflow. Automatically adding “https://” to the links has broken this functionality.
Please add a setting to make adding “https://” optional. Thanks!
Thanks for mentioning this. I agree that any URL should be left entirely as-is. I think it’s fine to add “https://” to plain text like “example.com” but not to “http://example.com/” which already explicitly describes the protocol.
That would work.
For the devs: the particular protocol at issue for me is “localexplorer:”. It doesn’t utilize double slashes at the end. So just e.g. “localexplorer:C:\folder\folder\file”, not “localexplorer://C:\folder\folder\file”.