Skip to content

Commit d826ab2

Browse files
committed
Update edit quick actions documentation
1 parent 59c0214 commit d826ab2

File tree

7 files changed

+75
-9
lines changed

7 files changed

+75
-9
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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

documentation/docs/features/reminders.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,20 @@ NotallyX provides functionality to add reminders to important notes.
1111
## Add Reminder to Note
1212
From inside a Note:
1313

14-
1. Tap the '...' button in the bottom right corner
15-
2. Tap "Reminders"
16-
3. Select a date and time for the reminder
17-
4. Select if the reminder should repeated and if yes in what interval
18-
5. Tap "Save"
19-
6. When the configured point in time is reached, you will get a notification for the note
14+
1. Tap the 🔔 (or `...` in the bottom right corner -> Reminders)
15+
2. Select a date and time for the reminder
16+
3. Select if the reminder should repeated and if yes in what interval
17+
4. Tap "Save"
18+
5. When the configured point in time is reached, you will get a notification for the note
2019

2120
## Reminders Overview
2221
To get an overview of all currently configured reminders:
2322

2423
1. From the Overview, tap the sidebar menu icon
25-
2. Tap "Reminders"
24+
2. Tap "🔔 Reminders"
2625
3. Here you get a list of notes that have reminders configured
2726
4. You can also filter for all upcoming or elapsed notes' reminders
28-
5. if you click on a note in the list you will get to the "Edit Reminders" view of that note
27+
5. If you click on a note in the list you will get to the "Edit Reminders" view of that note
2928

3029
## Related Features
3130

documentation/docs/intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,10 @@ For more detailed information about specific features, check out the following p
144144
- ✏️ [Rich Text Formatting](features/rich-text.mdx)
145145
- 📋 [Task Lists and Subtasks](features/task-lists.mdx)
146146
- 🏷️ [Labels and Organization](features/labels.mdx)
147+
- 🔔 [Reminders](features/reminders.mdx)
147148
- 🛡️ [Security and Privacy](security-privacy.mdx)
148149
- ⚙️ [Settings](settings.mdx)
149-
- 🔔 [Reminders](features/reminders.mdx)
150+
- 🛠️ [Customizing Edit Actions](features/edit-actions.mdx)
150151

151152
## Contributing
152153

documentation/docs/settings.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ This can be any label or all notes overview.
3131

3232
You can enable auto saving the note after a specified idle time without having to exit the note to save
3333

34+
## Customizing Actions
35+
36+
You can 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.
37+
For more details on how to use this feature, see [🛠️ Customizing Edit Actions](./features/edit-actions.mdx).
38+
3439
## Home Screen Widgets
3540

3641
NotallyX provides customizable widgets for your home screen:
@@ -67,3 +72,4 @@ To switch between public/private storage:
6772

6873
- [Labels and Organization](./features/labels.mdx): Learn more about organizing your notes
6974
- [Security and Privacy](./security-privacy.mdx): Discover security features in NotallyX
75+
- [Customizing Edit Actions](./features/edit-actions.mdx): Learn how to customize the edit screen
2.75 MB
Binary file not shown.
454 KB
Loading
17.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)