scrivener_html icon indicating copy to clipboard operation
scrivener_html copied to clipboard

Add query_string option to append params

Open keslert opened this issue 4 years ago • 1 comments

Forked from #91. Solves #89 and #70.

keslert avatar Aug 13 '20 18:08 keslert

@keslert @minibikini This has a pretty critical bug in it. On line 349 you're calling |> String.replace(~r/&?page=\d/, ""), which doesn't account for page numbers with multiple digits.

nkezhaya avatar Dec 24 '20 18:12 nkezhaya