frostyfan109 / tranql

A Translator Query Language
https://researchsoftwareinstitute.github.io/data-translator/apps/tranql
MIT License
0 stars 1 forks source link

Add documentation for new Find Tool flags (the operators) #62

Closed frostyfan109 closed 5 years ago

frostyfan109 commented 5 years ago

Added many operators (comparison operators) to the Find Tool but never added any documentation of them.

Also, maybe add more operators for comprehensiveness.

frostyfan109 commented 5 years ago

Also, on a semi-related note, add the magic variables __nodes__ and __links__ which refer to the entirety of the nodes and links within the current graph.

frostyfan109 commented 5 years ago

Added documentation.

frostyfan109 commented 5 years ago

Added magic variables.