Update Help
parent
d580ef56b9
commit
68f0ab33e5
1 changed files with 14 additions and 2 deletions
16
Help.md
16
Help.md
|
|
@ -37,7 +37,13 @@ Bouquin supports various keyboard shortcuts:
|
|||
- **Ctrl+Shift++**: Increase size of normal text
|
||||
- **Ctrl+`**: Set selected text to be in a ```<code>``` block
|
||||
|
||||
#### Code blocks
|
||||
|
||||
If you generate a code block, you can right-click on it to set a desired code language. This will apply some very basic syntax highlighting to the code block. Not all code language syntax is supported.
|
||||
|
||||
#### Tables
|
||||
|
||||
Click on the ⊞ icon in the toolbar to generate a Markdown table. Sometimes it is not as pleasant to edit in Markdown syntax, so you can also right-click it to enter a Qt-native table dialog, which is a bit nicer.
|
||||
|
||||
#### Checkboxes
|
||||
|
||||
|
|
@ -94,9 +100,9 @@ You can choose the Image icon from the toolbar to insert an image into the page.
|
|||
|
||||
You can use the alarm clock button to schedule a reminder for the day. When you do this, Bouquin will reclaim focus on your screen, with a pop-up flashing a reminder based on the text you entered.
|
||||
|
||||
You should first enter some text on a line, *then* press the alarm button. The text you entered is what will appear as the reminder pop-up.
|
||||
You can configure Reminders to reoccur daily, weekly, or only on weekdays.
|
||||
|
||||
When you press the button, you need to enter the time for the reminder, in format `HH:MM`.
|
||||
Use the Reminders widget in the left sidebar to view 7 days of upcoming reminders. You can click on the hamburger icon in that widget to manage old and upcoming reminders. You can also right-click on reminders from the widget to delete them.
|
||||
|
||||
|
||||
## Searching for data
|
||||
|
|
@ -154,6 +160,12 @@ Once you close the time dialog, the summary of the time spent will update automa
|
|||
|
||||
You can also leave a note when recording the time for that activity. For example, if you had an activity called 'Meetings', you could record 1 hour with a note 'Meeting with Marco'.
|
||||
|
||||
### Pomodoro timer
|
||||
|
||||
Enter some text in the editor and click on ⌛ in the toolbar to start a Pomodoro-style running timer.
|
||||
|
||||
Once you are finished doing your work, you can click Stop and Log. This will present the Time log screen with the text that was in your editor as the 'note' and the elapsed time. It should round the timer up to the closest 15 minutes to the hour. You can then choose the Project and Activity under which to log the elapsed time.
|
||||
|
||||
### Reporting and exporting timesheets
|
||||
|
||||
You are able to run a report of time across a date range for a specific project. It is possible to set the granularity of the report to day, week or month.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue