artempyanykh / marksman

Write Markdown with code assist and intelligence in the comfort of your favourite editor.
MIT License
1.98k stars 35 forks source link

Filter out hashtags within an url when listing tags #265

Closed petobens closed 10 months ago

petobens commented 10 months ago

Following my comment https://github.com/artempyanykh/marksman/pull/262#issuecomment-1819612236 if I have an url like https://docs.google.com/spreadsheets/d/1Rr7GcfjUwhZfylUk0FGL0Et4kYF5etl49OpRwRmhhlg/edit#gid=1116260529&range=D12 marksman will treat this as tag. Is it possible to filter out these cases?

Dunno if there are other edge cases that need futher filtering out.

artempyanykh commented 10 months ago

Thanks for reporting @petobens! Yeah, parsing of tags needs to be fixed.