Skip to content

Context Menu

Tachi Code includes several features that integrate with the browser’s context menu, allowing you to quickly open content in Tachi Code.

Selecting a context menu item will open the relevant content in Tachi Code in a new browser tab.

Context menu integration

Creates a new file in Tachi Code with the text currently selected in your browser.

Opens a new Tachi Code tab comparing the contents of the clipboard with the current tab’s selected content in a diff view.

Opens the currently selected DOM element’s HTML source code in Tachi Code. This is useful for quickly viewing and editing the source of a specific element on a webpage.

If the the selected DOM element is an SVG element or child of an SVG element, Tachi Code will open the SVG source code in a new tab.

Opens the HTML source code of the current webpage in Tachi Code. This allows you to view and edit the entire page’s source code.

You can enable or disable these context menu features in the Tachi Code settings.

Read the Settings page for more information on how to configure Tachi Code’s context menu features.