balena-io / pensieve

A tool for managing and viewing structured documents, backed by the power of git
8 stars 5 forks source link

Add entry permalinks #235

Closed lurch closed 6 years ago

lurch commented 6 years ago

At the moment there's no specific permalink button, only the automatic anchor links. If you're doing a complex search / filter, this means you might get an anchor link like https://resin-io.github.io/scratchpad/?0%5Bn%5D=title&0%5Bo%5D=contains&0%5Bv%5D=fact&1%5Bn%5D=Full%20text%20search&1%5Bv%5D=#facts whereas you'd expect a permalink to be something cleaner like https://resin-io.github.io/scratchpad/#facts

(although I wonder if even the latter counts as a permalink, as I guess it might break if the title got edited?)

lurch commented 6 years ago

Duplicate of #260 (which uses more up to date URLs)