Appearance
Loading and Saving Documents in Termboard
Termboard provides flexible options for loading and saving your models, ensuring data persistence, portability, and collaboration. Understanding these options is crucial for managing your work effectively.
Loading Documents
Loading a document in Termboard allows you to access previously created or shared Termboard projects. You have several methods, each suited for different scenarios:
Load from Browser
This option opens the Document Picker, allowing you to load a document previously saved within your browser's local storage.
Key Features:
- Folder Organization: Organize your documents into a hierarchical folder structure. You can create, rename, and delete folders to keep your projects tidy.
- Drag and Drop: Easily move documents between folders by dragging them. The list will automatically scroll if you drag an item to the top or bottom edge.
- Quick Search: Use the search bar to find documents by name instantly.
- Visual Feedback: See when each document was last updated and sort them by name or date.
Important Considerations:
- Browser-Specific: Documents saved this way are tied to the specific browser and profile you used to save them.
- Data Persistence: To prevent data loss, do not clear "Cookies and site data" for
Termboard.comin your browser settings. Clearing this data will permanently delete all documents saved using this method. - Convenience: Ideal for personal use and quick access to ongoing projects on the same device.
Open JSON
This is the preferred method for opening Termboard documents that you have saved as a JSON file. JSON (JavaScript Object Notation) is a lightweight data-interchange format that captures the complete state of your Termboard document, including:
- All Terms and their properties
- All Relations and their types
- Term positions on the canvas
- Colors and styling
- Any other configuration specific to your board
Use Cases:
- Secure Storage: Save your data to a location you control (e.g., your computer's hard drive, cloud storage).
- Sharing: Easily share your entire Termboard document with colleagues or collaborators.
- Version Control: Create distinct versions of your document by saving different JSON files.
NOTE
For more details on the internal structure of the Termboard JSON file, see the JSON Format Guide.
Open Excel
Similar to opening a JSON file, this option allows you to load Termboard data from an Excel spreadsheet. Like a JSON file, it captures the full visual state. The excel file is particularly handy if you want to perform:
- Bulk Updates: Edit multiple Terms or Relations outside of Termboard (e.g., changing definitions, adding properties) and then re-load.
Open URL
Open Examples
Opens one of the provided examples so you can explore the features of Termboard
Saving Documents
Saving your Termboard document ensures that your work is preserved and can be accessed later or shared with others.
Save to Browser
This command saves the current state of your Termboard document directly into your web browser's local storage.
Organized Saving:
- Folder Assignment: When saving a new document, you can choose to place it in an existing folder or create a new one.
- Improved UI: The saving process now features a polished, themed dialog, making document management clearer and more intuitive.
Important: As mentioned under the "Load from Browser" section, ensure you do not clear your browser's "Cookies and site data" for Termboard.com to prevent losing this saved data.
Save as JSON
These options allow you to download your Termboard document as a file to your local computer or network drive. JSON is the recommended method for long-term storage, sharing, and version control.
- : Saves the complete Termboard document, including **Terms**, **Relations**, positions, colors, and all other visual and structural attributes. This is the most comprehensive save option.
- : Also saves the complete **Termboard** document. This is useful for data management outside of **Termboard**; for example, for bulk editing or for integrating with other tabular data sources. The Excel file will contain columns corresponding to **Term** properties and **Relation** definitions. NOT ALL SETTINGS ARE SAVED in Excel.
Save as Excel
See Save as JSON
Backup Your Documents
This feature creates a ZIP file containing all your Termboard documents saved in your browser's local storage. Each document inside the zip file is saved as a JSON file. You can then open any of these individual JSON files later using . This is a great way to create a comprehensive backup of all your work.
Copy a Document
Use this command to create an exact duplicate of your current Termboard document. This is handy if you want to create a new version of your project without changing the original, or if you want to start a new project based on an existing one's structure.