Skip to content

Commit

Permalink
Adds documentation for actions with tags
Browse files Browse the repository at this point in the history
  • Loading branch information
alderg committed Apr 4, 2024
1 parent 4adb682 commit 888f5bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/link.html
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ <h2 style="text-align:center;width:100%;">Create Custom Link</h2>
2. Cells/Layers: <input type="text" size="60" id="cells" placeholder="1 2 3"></input> Space-separated list of cell or layer IDs, * for all
<br><br>
3. Tags: <input type="text" size="60" id="tags" placeholder="water pipes"></input> Space-separated list of tags, * for all
<br>
<small>This will find the cells that have <i>all</i> given tags and change their visible state.<br>
Use <i>Add Tags</i> below to set the visible state of the tags instead.</small>
<br><br>
4. Exclude Cells/Layers: <input type="text" size="60" id="exclude" placeholder="1 2 3"></input> Space-separated list of cell or layer IDs
<br><br>
Expand All @@ -371,7 +374,9 @@ <h2 style="text-align:center;width:100%;">Create Custom Link</h2>
&nbsp;Toggle: <input type="text" size="16" id="toggleTags"></input>
&nbsp;Hidden: <input type="text" size="16" id="hiddenTags"></input>
&nbsp;Visible: <input type="text" size="16" id="visibleTags"></input> Space-separated list of tags, * for all
<br><hr>
<br>
<small>This will set the visible state of the given tags in the current view.</small>
<hr>
<button onclick="clearInput();return false;">Clear Input</button>
<br><hr>
Custom Link:
Expand Down

1 comment on commit 888f5bb

@davidjgraph
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed.

Please sign in to comment.