-
Notifications
You must be signed in to change notification settings - Fork 97
Update views.md #663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update views.md #663
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,22 @@ weight: 10 | |
author: "people" | ||
--- | ||
|
||
The functionality in darktable is separated into six different views: | ||
The functionality in darktable is delivered through two main views and four subsidiary views: | ||
|
||
**Main Views** | ||
<br>Switch between main views by clicking the view name at the top right of the window: | ||
|
||
|
||
[lighttable](../../lighttable/_index.md) | ||
: Manage images and collections. | ||
|
||
[darkroom](../../darkroom/_index.md) | ||
: Develop a single image. | ||
|
||
The currently active view is highlighted. | ||
|
||
**Other Views** | ||
|
||
<br>Switch to subsidiary views by choosing from the "Other" dropdown at the top right of the window: | ||
|
||
[map](../../map/_index.md) | ||
: Show geo-tagged images on a map and manually geo-tag new images. | ||
|
||
|
@@ -26,7 +34,7 @@ The functionality in darktable is separated into six different views: | |
[tethering](../../tethering/_index.md) | ||
: Remotely capture and save images taken with a connected camera. | ||
|
||
You can switch between views by clicking the view name at the top of the right-hand panel (the currently active view is highlighted) or by using one of the following keyboard shortcuts: | ||
You can also switch between views by using one of the following keyboard shortcuts: | ||
|
||
- `L` switches to lighttable | ||
- `D` switches to darkroom | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should use markdown "header" syntax (with the
#
symbol) rather than just bold text. Additionally dtdocs has headings in lower case to match the style of the application UI.