|
| 1 | +--- |
| 2 | +title: 🛠️ Customizing Edit Actions |
| 3 | +description: Customize the actions in the toolbar and bottom bar of the edit screen |
| 4 | +sidebar_position: 7 |
| 5 | +--- |
| 6 | + |
| 7 | +# Customizing Edit Actions |
| 8 | + |
| 9 | +NotallyX allows you to customize which actions are immediately available in the edit screen's toolbar and bottom bar. This helps you keep your most-used tools just a tap away. |
| 10 | + |
| 11 | +<img src={require('/img/phoneScreenshots/9.png').default} width="32%" alt="Swap Actions" /> |
| 12 | + |
| 13 | +## How to Customize Actions |
| 14 | + |
| 15 | +You can swap any action in the top toolbar or the action in the bottom right bar with another available action. |
| 16 | + |
| 17 | +1. **Open any note** to enter the edit screen. |
| 18 | +2. **Long-press** on the action icon you want to change. |
| 19 | +3. An **Action Selection** dialog will appear, showing all available actions. |
| 20 | +4. **Select the new action** you want to place in that position. |
| 21 | + |
| 22 | +The app will remember your choice for all future notes. |
| 23 | + |
| 24 | +:::tip Resetting to Default |
| 25 | +If you want to reset an action to its default, you can tap the **Reset** button in the Action Selection dialog. |
| 26 | +::: |
| 27 | + |
| 28 | +## Finding Other Actions |
| 29 | + |
| 30 | +Not all actions can fit in the bars at once. You can find all other available actions in the **More Options** menu: |
| 31 | + |
| 32 | +1. Tap the **three vertical dots (⋮)** icon in the bottom right corner of the edit screen. |
| 33 | +2. A bottom sheet will open with a full list of actions like: |
| 34 | + - **Search**: Find text within the current note |
| 35 | + - **Pin/Unpin**: Keep the note at the top of your list |
| 36 | + - **Reminders**: Set or change notifications |
| 37 | + - **Labels**: Categorize your note |
| 38 | + - **Change Color**: Pick a different background color |
| 39 | + - **Duplicate**: Create a copy of the note |
| 40 | + - **Export**: Save the note as a PDF, TXT, or JSON file |
| 41 | + - **Share**: Send the note content to other apps |
| 42 | + - **Archive**: Move the note to the archive |
| 43 | + - **Delete**: Move the note to the trash |
| 44 | + - **Toggle View Mode**: Switch between Edit and Read-only mode |
| 45 | + - **Convert**: Switch between a regular Note and a Task List |
| 46 | + |
| 47 | +## Adding Media and Files |
| 48 | + |
| 49 | +While the bars contain general note actions, the **plus (+) icon** in the bottom left corner is dedicated to adding content to your note: |
| 50 | + |
| 51 | +- 📷 **Images**: Add photos from your gallery |
| 52 | +- 📄 **Files**: Attach PDFs or other documents |
| 53 | +- 🎙️ **Audio**: Record a voice note |
| 54 | +- 🔗 **Note Link**: Create a link to another note within NotallyX |
| 55 | + |
| 56 | +## Related Features |
| 57 | + |
| 58 | +- [✏️ Rich Text Formatting](./rich-text.mdx): Learn about text styling options |
| 59 | +- [📋 Task Lists and Subtasks](./task-lists.mdx): Manage your to-do lists |
| 60 | +- [⚙️ Settings](../settings.mdx): Explore more customization options |
0 commit comments