This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
I have a tentative goal to completely rewrite clickme, but meanwhile here are a few useful additions to the Points template:
- The search bar functionality has been expanded.
- You can now search using regular expressions (Javascript style).
- You can also search the extra fields by putting a conditional expression between colons.
:extra_field_1 > 5:
or:x == 'a'
- You can search for multiple points at the same time by separating them with commas. Spaces and quotes are automatically removed
point_1,point_4, "point_5"
- To improve performance, if you have more than 10,000 points searching will not be done automatically, and you'll have to press
Enter
to see the results.
- Hidden keyboard shortcuts
- You can toggle the display of the 'Show names' panel by pressing the
h
key - You can toggle the display of matched point names by pressing the
n
key
- You can toggle the display of the 'Show names' panel by pressing the