Managing Snippets

This guide explains how to add, delete, and edit code snippets within Snipto.

Adding Snippets

Deleting Snippets

Editing Snippets

Toggle Mode (Shortcut Control)

Sometimes you want full control over when snippets trigger. Toggle Mode lets you easily disable or re-enable snippet shortcuts with just a click.

✅ Enable All / Disable All

Use the global “Enable All” or “Disable All” button at the top of your snippet board to control all shortcuts in one click.

  • Enable All: Reactivates every snippet’s trigger.
  • Disable All: Turns off all triggers — great for meetings or focus mode.
enable all snippet

Importing & Exporting Snippets

You can now save time and transfer your snippets between devices with the Export and Import JSON buttons.

📤 Export Snippets (Download JSON)

Click on the Export JSON button to download your existing snippets as a structured JSON file. This is great for backup or sharing setups.

export snippet

📥 Import Snippets (Upload JSON)

Click Import JSON to upload previously saved snippet configurations. It auto-populates your board based on the data.

import snippet

Snipto supports a structured format like this:

[ "text" : { "shortcut": "sig", "text": "Best regards,\nJohn Doe", "enabled": true, }, "hotkey" : { "shortcut": "Ctrl + Shift + G", "text": "Trigger GraphQL request", "enabled": false, } ]