davecburke / silverbullet-clipper

SilverBullet Clipper is a browser extension that allows you to save either a URL or selected content from a page as markdown to SilverBullet. By default, the capture is added as a Quick Note in the default SilverBullet inbox
MIT License
7 stars 2 forks source link

Problems with Page title #8

Closed zeus-web closed 4 weeks ago

zeus-web commented 1 month ago

I have a strange problem with the predefined title, which the clipper applet suggests:

If I leave the suggested e.g. "2024-09-06 18:52:11" it leads to an error, I see in the console log, that silverbullet/JS is not able to write to the file. This does not happen, if I change the title to e.g. "Test" or even "2024-09-06 1852" As I'm running it on a windows machine, I suggest, it has some problems with the ":" in the name.

So my wish is to have some other options for the suggested values...

Thanks a lot!

davecburke commented 4 weeks ago

SilverBullet now uses dashes as the separator for time instead of colons. I've updated SilverBullet Clipper (v1.2.1) to do the same. Hopefully this will fix your issue.