-
Notifications
You must be signed in to change notification settings - Fork 13
Text Tags
Text Tags can be applied to any Glyph and are stored in the 'tag' table. The node 'table_id' and 'record_id' foreign keys are used to match the tag to the node (when loading tables).
You can enter tags using the 'Text Tag' tool and save then with the scene to the 'tag' table.
- I (i key) - Will toggle the tag display mode (showing the record_id if no tag is assigned to the node).
- Alt+I - Will select the 'Text Tag' tool and open the Tag Console to enter a tag. You can use a pointer device (mouse, trackpad, touchscreen, zSpace Stylus, etc.) to edit a glyphs tag.
-
U - Opens the OS internet browser to the tag specific page OR opens local file:
- Local files are opened using the default OS app (using the OS command line 'start [URL/filepath]').
- URL's are opened by the default OS browser (using the default URL path with record_id or a custom URL).
- URL tag format can start with either
<a href="...
orwww.
orhttp
, ie:<a href="http://openantz.com">OpenANTz</a>
www.openantz.com
https://openantz.com
- Filepath tags need to start with
<a href="...
and can be absolute or relative:<a href="C:/data/antz/usr/images/map00001.jpg">map00001.jpg</a>
<a href="usr/images/map00001.jpg">map00001.jpg</a>
- Command line arguments require the app to have additional quotes:
<a href=""antz.exe" -f usr/antz0001/antz0001.bat">Open Preset 1</a>
- Will open in the browser with the default 'np_browser' path defined in the 'globals' table with the 'record_id' appended, (allows for full record retrieval using a database driven website), ie:
http://openantz.com/docs/id.html?id=42
© 2024 Shane Saxon. All rights reserved.
Saxon Digital™, Neuralphysics™, Neural Physics Engine™, NPE™, PODmind™, 7viz™, FileViz™, GaiaVizⓇ, CoderViz™, Csync™, lazyC™, Xr™, Xreality™, ANTz+Fx™, ANTz+™, OpenANTz™, ANTz+Xr™ and the ANTz+Xr™ logo, the Saxon Digital slogans, and the Saxon Digital product names are trademarks of Saxon Digital in the U.S. and/or other countries. All other product names, trademarks, and/or company names are used solely for identification and belong to their respective owners.
Maintained by: OpenANTz.com