-
-
Notifications
You must be signed in to change notification settings - Fork 135
docs: feedback for walkthrough #15595
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
Open
mcdurdin
wants to merge
2
commits into
walkthrough
Choose a base branch
from
walkthrough-feedback
base: walkthrough
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+218
−125
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,12 @@ | |
| title: Introduction | ||
| --- | ||
|
|
||
| [Next: Part 1 - Creating a Keyboard Project >](01-creating-keyboard-project) | ||
| <link href='walkthrough.css' rel='stylesheet'> | ||
| <div class="walkthrough-navigation" markdown="1"> | ||
| Introduction to the [Keyman Developer Walkthrough](.). | ||
|
|
||
| [Next: Part 1 - Creating a Keyboard Project →](01-creating-keyboard-project) | ||
| </div> | ||
|
|
||
| ## Step-by-Step | ||
|
|
||
|
|
@@ -12,7 +17,7 @@ If you encounter unfamiliar terms, please consult the [glossary](glossary). | |
|
|
||
| ### Introducing Keyman Developer | ||
|
|
||
| Keyman Developer is a powerful tool you can use to create custom keyboards optimized to type in any language you choose. Keyboard authors can distribute their work for desktop, web, tablet and phone, enabling global communities to quickly benefit from keyboards made for their own language. | ||
| Keyman Developer is a powerful tool you can use to create custom software keyboards optimized to type in any language you choose. Keyboard authors can distribute their work for desktop, web, tablet and phone, enabling global communities to quickly benefit from keyboards made for their own language. | ||
|
|
||
| Keyboards created with Keyman Developer can be used on Windows, macOS, Linux, iOS, Android, and the web. | ||
|
|
||
|
|
@@ -23,17 +28,19 @@ Currently this software is Windows-only, although the command line tools it uses | |
|
|
||
| Keyman Developer is completely free to download and use. You can download it from [https://keyman.com/developer/download](https://keyman.com/developer/download). | ||
|
|
||
| On the downloads page, just click the big green “Download Now” button to get the latest version of Keyman. Once you have it, run the `keymandeveloper.exe` file you’ve received. The numbers following “keymandeveloper” indicate which version of Keyman Developer you are installing. | ||
| On the downloads page, just click the big green “Download Now” button to get the latest version of Keyman. Once you have it, run the `keymandeveloper-a.b.c.exe` file you’ve downloaded. The numbers following “keymandeveloper” indicate which version of Keyman Developer you are installing; you can also see the Keyman Developer version in the main installer window, or after installation, in the Help/About dialog. | ||
|
|
||
| After installing Keyman Developer, you should be able to run it on your computer and begin creating projects immediately. | ||
|
|
||
| Note that Keyman Developer is a separate app from Keyman, which is the app that lets you use any keyboard created with Keyman Developer. | ||
| In order to use the keyboard you create with Keyman Developer, you'll need to have the Keyman app installed on your computer or device. | ||
| Keyman is available on the following platforms: Windows, macOS, Linux, iOS, Android, and the web. | ||
|
|
||
| The icons for Keyman Developer  and Keyman  are similar but slightly different. | ||
| The Keyman Developer icon  is a faded version of the Keyman icon . | ||
|
|
||
| <div class="walkthrough-navigation" markdown="1"> | ||
| To continue the Step-by-Step tutorial move to the next page: [Part 1 - Creating a Keyboard Project](01-creating-keyboard-project) | ||
| </div> | ||
|
|
||
| --- | ||
|
|
||
|
|
@@ -48,9 +55,9 @@ Ask questions and talk with other keyboard authors on the [Keyman Community Foru | |
|
|
||
| ### Keyman online help | ||
|
|
||
| [Keyman Developer Language Documentation](https://help.keyman.com/developer/language/guide/) | ||
| [Keyman Developer Language Guide](https://help.keyman.com/developer/language/guide/) | ||
|
|
||
| Reference for the general structure of the Keyman language. | ||
| Information about the general structure and concepts of the Keyman language. | ||
|
|
||
| [Keyman Developer Language Reference](https://help.keyman.com/developer/language/reference/) | ||
|
|
||
|
|
@@ -69,7 +76,12 @@ Read up on Keyman’s latest releases and patch notes on the [Keyman Blog](https | |
| Keyman uses a number of [Github](https://github.com/keymanapp) repositories to store source code, keyboards, lexical models and documentation. | ||
| There is also a mechanism for reporting problems. [Keyman Bug Reports](https://github.com/keymanapp/keyman/issues) | ||
|
|
||
| Report Keyman software bugs and issues here. NOTE: NOT for help and support questions. The Keyman community forum is the best place to ask for help with development. Think you’ve found a Keyman bug or a problem with a specific keyboard? Describe what you’ve found on the Keyman community forum and ask whether to report a bug. | ||
| Report Keyman software bugs and issues here. | ||
|
|
||
| > [!NOTE] | ||
| > GitHub issues are not the best place to ask for help or support questions. The Keyman community forum is a better place to ask for help with keyboard development. Think you’ve found a Keyman bug or a problem with a specific keyboard? Describe what you’ve found on the Keyman community forum and ask whether to report a bug. | ||
|
Comment on lines
+81
to
+82
Member
Author
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. |
||
|
|
||
| [Next: Part 1 - Creating a Keyboard Project >](01-creating-keyboard-project) | ||
| <div class="walkthrough-navigation" markdown="1"> | ||
| [Next: Part 1 - Creating a Keyboard Project →](01-creating-keyboard-project) | ||
| </div> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

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 added some CSS to highlight the navigation, and went back to arrows for clarity