-
Notifications
You must be signed in to change notification settings - Fork 79
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
Update views.md #663
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: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please avoid html (remove the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed |
||
|
||
[lighttable](../../lighttable/_index.md) | ||
: Manage images and collections. | ||
|
||
[darkroom](../../darkroom/_index.md) | ||
: Develop a single image. | ||
|
||
The currently active view is highlighted. | ||
|
||
**Other Views** | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's keep the terminology consistent. Are they subsidiary views or "other" views? Given that the application uses the term "other" I'd go with that, but I agree it makes the text harder to write. On reflection I'm not sure it's worth the effort to call them "main" and "other/subsidiary". Perhaps it's better to just add a line before the map/tethering sections saying something like "the following views are available by clicking on the 'other' label" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agree with using "other" instead of subsidiary. The main reason for splitting out the "Other" views is that the UI already casts them as different/lesser by relegating them to the dropdown. So the manual should emphasise the ease of switching between lightable and darkroom which is where users will spend 90+% of their time. Your call. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On a practical note. I can make the corrections to the text in my fork alixtimix/dtdocs/patch-4 Once I commit those changes, how do I send the updated material back to you? A new push request? or what? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you update your branch that automatically updates the PR There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK all done There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also note it isn't always called "other" -- when you change to the map view, then it is called "map", etc etc. So what it is called depends on what view you're currently in. |
||
<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.