jplattel / obsidian-clipper

A Chrome extension that easily clips selections to Obsidian
https://jplattel.github.io/obsidian-clipper/
733 stars 60 forks source link

Strip out http and https in the filename that gets created #82

Open jeff9315 opened 7 months ago

jeff9315 commented 7 months ago

Is your feature request related to a problem? Please describe. When I clip an article, the filename is Configuration Files Details Notepad++ User Manual - httpsnpp-user-manual.org-2024-02-01 ... Notice the https in the url. The :// gets stripped out since they're illegal characters. But that still leaves http or https in the filename.

Describe the solution you'd like Ideally, https:// and http:// would be stripped out. So the above filename would be Configuration Files Details Notepad++ User Manual - npp-user-manual.org-2024-02-01

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.