|||

EmEditor Help

English
English 日本語 한국어 简体中文 繁體中文
     Mode toggle

Quick search

  • Notices
  • How to ...
  • Command Reference
    • File category
    • Edit category
    • Insert category
    • Convert category
    • Bookmarks category
    • Search category
    • View category
      • Add/Remove User-Defined Guide command
      • Toggle All Basic Toolbars command
      • Toggle All Special Toolbars command
      • Automatically Adjust Height (Cell Toolbar) command
      • Automatically Set Focus (Cell Toolbar) command
      • Automatically Show/Hide Cell Toolbar command
      • Auto Arrange command
      • Cell Toolbar Options (Popup) command
      • Display in Arabic font command
      • Display in Baltic font command
      • Display in Central European font command
      • Display in Simplified Chinese font command
      • Display in Traditional Chinese font command
      • Display in Cyrillic font command
      • Display in Normal font command
      • Display in Greek font command
      • Display in Hebrew font command
      • Display in Japanese font command
      • Display in Korean font command
      • Display in OEM/DOS font command
      • Display in Thai font command
      • Display in Turkish font command
      • Display in Vietnamese font command
      • Display in Western European font command
      • Clear Markers for Saved Lines command
      • Decrease Font Size command
      • Customize Font command
      • Font command
      • Layout 1 (Focus Mode) command
      • Increase Font Size command
      • Indent Columns command
      • Toggle Large File Controller command
      • Layout command
      • Lock Toolbars command
      • Main Menu command
      • Clear Marker Match Count command
      • Count Marker Matches command
      • Delete All Markers command
      • Disable All Markers command
      • Enable All Markers command
      • Fonts List command
      • Toggle Outline Bar command
      • Toggle Outline Bar and Guide command
      • Toggle Outline Guide command
      • Outlining (Popup Menu) command
      • Web Browser command
      • Clear Output Bar command
      • Refresh Toolbars command
      • Reset Font Size command
      • Set Current Font Size as Default command
      • Show Toolbar Titles command
      • Cell Toolbar command
      • Favorites Toolbar command
      • Markdown Toolbar command
      • Filter Toolbar command
      • Find Toolbar command
      • Show Last Message command
      • Macros Toolbar command
      • Markers Toolbar command
      • Plug-ins Toolbar command
      • CSV Toolbar command
      • Tools Toolbar command
      • Arrange in Ascending Order command
      • Arrange in Descending Order command
      • Arrange by Name command
      • Arrange by Modified command
      • Arrange by Type command
      • Arrange by Active command
      • Tab Columns command
      • Tag Links command
      • Auto Indent command
      • Notifications command
      • Enable Shortcut Keys (Output Bar) command
      • Wrap by Window (Output Bar) command
      • Insert Spaces for Tabs command
      • Syntax Checker command
      • Wrap Indent command
      • Toggle Toolbar command
      • Use DirectWrite command
      • All Marks command
      • Control Characters command
      • CR and LF with Different Marks command
      • EOF command
      • Toggle Function Bar command
      • Indent Guides command
      • Line Numbers command
      • Marks command
      • Toggle Output Bar command
      • Newline Characters command
      • Ruler command
      • Spaces command
      • Toggle Status Bar command
      • Tabs command
      • User-Defined Guides command
      • Wide Spaces command
      • Character Code Value command
      • Wrap by Characters command
      • Wrap by Page command
      • Wrap by Window command
      • No Wrap command
    • CSV category
    • Sort category
    • Compare category
    • Macros category
    • Tools category
    • AI category (ChatAI plug-in)
    • Plug-ins category
    • External Tools category
    • Window category
    • Help category
    • Common Keyboard Shortcuts
    • All Keyboard Shortcuts
  • Dialog Boxes
  • Macro Reference
  • Plug-in Reference
  • How to Purchase
  • History
  • Registered Devices page
  • Stripe Subscriptions page
  • Support
  • Glossary
  • Using Command Line Options
  • About EmEditor Help

Command Reference — View category — Tag Links command

Tag Links command¶

Summary¶

Shows hyperlinks to tags.

Description¶

Shows hyperlinks to tags. If you Find in Files and save the result file, and later open the file again, the hyperlinks in the file disappear. This command allows you to turn on the hyperlinks again.

How to Run¶

  • Default Menu: View > Tag Links

  • All Commands: View > Tag Links

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID¶

EEID_TAG_LINKS (23241)

Macros¶

[JavaScript]¶

document.HighlightTag = !document.HighlightTag;

[VBScript]¶

document.HighlightTag = Not document.HighlightTag

<Page contents

>Page contents:

  • Tag Links command
    • Summary
    • Description
    • How to Run
    • Plug-in Command ID
    • Macros
      • [JavaScript]
      • [VBScript]
© Copyright 2025 Emurasoft.