File Operations
Tydora provides complete file management capabilities in the file tree and editor: create, rename, delete, move, copy path, and more.
Note
The vast majority of operations can be performed via the file tree's right-click menu; common operations also have keyboard shortcuts.
Creating a File
- Right-click a target directory (or the root directory) in the file tree.
- Select "New file".
- Enter a filename, for example
note.md(the.mdcan be omitted; Tydora appends it automatically). - Press
Enterto confirm, and the editor immediately opens the new file.
Creating a Folder
- Right-click a target directory in the file tree.
- Select "New folder".
- Enter the folder name and press
Enterto confirm.
Renaming
Method One: Right-Click Menu
- Right-click the file or folder.
- Select "Rename".
- Enter the new name and press
Enterto confirm.
Method Two: Keyboard Shortcut
- Select the file or folder.
- Press
F2. - Enter the new name and press
Enterto confirm (Escto cancel).
Tip
After renaming a note file, Tydora attempts to update the [[03-Knowledge-Management/01-Wiki-Links]] pointing to it so that the links do not break. See 03-Knowledge-Management/05-Link-Index.
Deleting
- Right-click the file or folder.
- Select "Delete".
- Click "OK" in the confirmation dialog.
Warning
Deletion cannot be undone, and it recursively deletes all contents inside a folder. For important files, it is recommended to back them up first or place them under version control.
Drag and Drop to Move
- Press and hold a file or folder in the file tree.
- Drag it to the target directory.
- Release the mouse to complete the move.
Copying the Path
- Right-click the file.
- Select "Copy path".
- The file's full absolute path is copied to the clipboard, making it convenient to reference in the terminal, publish configurations, or conversations.
Related Documents
- 04-File-Management/02-File-Tree — File tree operations
- 04-File-Management/04-File-Preview — File preview
- 04-File-Management/01-Vaults — Vault management
- 03-Knowledge-Management/05-Link-Index — Link updates after rename