-
-
Notifications
You must be signed in to change notification settings - Fork 173
Feat/layout updates #1324
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
Feat/layout updates #1324
Changes from all commits
13d4ed2
568f8ba
aeb4c4f
d669068
5c2331b
8f607f2
a992efc
ee36ad9
fedf644
3249f11
55f764f
29d3aff
9a66a21
1d030d8
9878e30
6f3e8bc
2a4f3ef
e50a838
7715fcf
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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: 'Welcome New Contributors' | ||
| name: "Welcome New Contributors" | ||
|
|
||
| on: | ||
| issues: | ||
|
|
@@ -17,9 +17,9 @@ jobs: | |
| issues: write | ||
| pull-requests: write | ||
| steps: | ||
| - name: 'Greet the contributor' | ||
| - name: "Greet the contributor" | ||
| uses: garg3133/[email protected] | ||
| with: | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||
| issue-message: 'Hello @contributor_name, thanks for opening your first issue! Your contribution is valuable to us. The maintainers will review this issue and provide feedback as soon as possible.' | ||
| pr-message: 'Hello @contributor_name, thanks for opening your first Pull Request. The maintainers will review this Pull Request and provide feedback as soon as possible. Keep up the great work!' | ||
| issue-message: "Hello @contributor_name, thanks for opening your first issue! Your contribution is valuable to us. The maintainers will review this issue and provide feedback as soon as possible." | ||
| pr-message: "Hello @contributor_name, thanks for opening your first Pull Request. The maintainers will review this Pull Request and provide feedback as soon as possible. Keep up the great work!" | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,50 +4,49 @@ This guide provides an overview of the available hotkeys and shortcuts for the c | |||||
|
|
||||||
| ## Hotkeys | ||||||
|
|
||||||
| | Hotkey | Description | | ||||||
| |-----------------|------------------------------| | ||||||
| | `Tab` | Trigger shortcuts (see below)| | ||||||
| | `Backspace` | Select Previous word | | ||||||
| | `Meta+(1-6)` | Heading 1 - 6 | | ||||||
| | `Meta+b` | Bold | | ||||||
| | `Meta+i` | Italic | | ||||||
| | `Meta+shift+b` | Bold & Italic | | ||||||
| | `Meta+s` | Code Snippet | | ||||||
| | `Meta+shift+c` | Code Block | | ||||||
| | `Meta+Shift+.` | Block Quote | | ||||||
| | `Meta+u` | URL | | ||||||
| | `Meta+l` | Link | | ||||||
| | `Meta+Shift+i` | Image | | ||||||
| | Hotkey | Description | | ||||||
| | -------------- | ----------------------------- | | ||||||
| | `Tab` | Trigger shortcuts (see below) | | ||||||
| | `Backspace` | Select Previous word | | ||||||
| | `Meta+(1-6)` | Heading 1 - 6 | | ||||||
| | `Meta+b` | Bold | | ||||||
| | `Meta+i` | Italic | | ||||||
| | `Meta+shift+b` | Bold & Italic | | ||||||
| | `Meta+s` | Code Snippet | | ||||||
| | `Meta+shift+c` | Code Block | | ||||||
| | `Meta+Shift+.` | Block Quote | | ||||||
| | `Meta+u` | URL | | ||||||
| | `Meta+l` | Link | | ||||||
| | `Meta+Shift+i` | Image | | ||||||
|
|
||||||
| ## How to Use Hotkeys | ||||||
|
|
||||||
| 1. Press the meta key (windows key or mac cmd key) with the desired hotkey eg, cmd+1 to render # | ||||||
|
Contributor
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. Capitalize proper noun "Windows." "Windows" is a registered trademark and proper noun, not a common noun. 📝 Proposed fix-1. Press the meta key (windows key or mac cmd key) with the desired hotkey eg, cmd+1 to render #
+1. Press the meta key (Windows key or Mac cmd key) with the desired hotkey eg, cmd+1 to render #📝 Committable suggestion
Suggested change
🧰 Tools🪛 LanguageTool[uncategorized] ~24-~24: “Windows” (operating system by Microsoft) is a proper noun and needs to be capitalized. (A_WINDOWS) 🤖 Prompt for AI Agents |
||||||
| 2. You can also highlight the word and then use the hotkey combination and for this you can double click the word or phrase or press meta+backspace a few times to highlight the required selection of text. | ||||||
|
Contributor
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. Add hyphen to compound adjective "double-click." Compound adjectives preceding a noun should be hyphenated per standard English conventions. 📝 Proposed fix-2. You can also highlight the word and then use the hotkey combination and for this you can double click the word or phrase or press meta+backspace a few times to highlight the required selection of text.
+2. You can also highlight the word and then use the hotkey combination and for this you can double-click the word or phrase or press meta+backspace a few times to highlight the required selection of text.📝 Committable suggestion
Suggested change
🧰 Tools🪛 LanguageTool[grammar] ~25-~25: Use a hyphen to join words. (QB_NEW_EN_HYPHEN) 🤖 Prompt for AI Agents |
||||||
| 3. For Links and images, select the text and then use the hotkey combination. You will be prompted for the url. | ||||||
|
|
||||||
|
|
||||||
| ## Markdown Shortcuts | ||||||
|
|
||||||
| | Shortcut | Description | Example | | ||||||
| |----------|----------------------------------------|-------------------------------| | ||||||
| | `/link` | Create a link with text and URL | `[text](url)` | | ||||||
| | `/image` | Insert an image with alt text and URL | `` | | ||||||
| | Shortcut | Description | Example | | ||||||
| | -------- | ------------------------------------- | -------------- | | ||||||
| | `/link` | Create a link with text and URL | `[text](url)` | | ||||||
| | `/image` | Insert an image with alt text and URL | `` | | ||||||
|
|
||||||
| ## Custom Tag Shortcuts | ||||||
|
|
||||||
| | Shortcut | Description | Example | | ||||||
| |---------------|------------------------------------|-------------------------------| | ||||||
| | `/media` | Embed a media file with src | `{% media src="url" /%}` | | ||||||
| | `/youtube` | Embed a YouTube video with src | `{% youtube src="url" /%}` | | ||||||
| | `/codepen` | Embed a CodePen project with src | `{% codepen src="url" /%}` | | ||||||
| | `/codesandbox`| Embed a CodeSandbox project with src | `{% codesandbox src="url" /%}`| | ||||||
| | Shortcut | Description | Example | | ||||||
| | -------------- | ------------------------------------ | ------------------------------ | | ||||||
| | `/media` | Embed a media file with src | `{% media src="url" /%}` | | ||||||
| | `/youtube` | Embed a YouTube video with src | `{% youtube src="url" /%}` | | ||||||
|
Contributor
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. Capitalize proper noun "YouTube." "YouTube" is a registered trademark with specific capitalization; ensure both instances are corrected (line 40 appears twice in the table row). 📝 Proposed fix-| `/youtube` | Embed a YouTube video with src | `{% youtube src="url" /%}` |
+| `/youtube` | Embed a YouTube video with src | `{% YouTube src="url" /%}` |
🧰 Tools🪛 LanguageTool[uncategorized] ~40-~40: The official name of this popular video platform is spelled with a capital “T”. (YOUTUBE) [uncategorized] ~40-~40: The official name of this popular video platform is spelled with a capital “T”. (YOUTUBE) 🤖 Prompt for AI Agents |
||||||
| | `/codepen` | Embed a CodePen project with src | `{% codepen src="url" /%}` | | ||||||
| | `/codesandbox` | Embed a CodeSandbox project with src | `{% codesandbox src="url" /%}` | | ||||||
|
|
||||||
| ## How to Use Shortcuts | ||||||
|
|
||||||
| 1. Place the cursor where you want to insert the content. | ||||||
| 2. Type the shortcut (e.g., `/link`). | ||||||
| 3. Press the `Tab` key. | ||||||
| 4. For Markdown shortcuts `/link` and `/image`, you'll be prompted to enter the text and URL. | ||||||
| 5. For custom tag shortcuts, you'll be prompted to enter the URL for the `src` attribute. | ||||||
| 5. For custom tag shortcuts, you'll be prompted to enter the URL for the `src` attribute. | ||||||
|
|
||||||
| The editor will automatically replace the shortcut with the corresponding content. | ||||||
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.
Fix article usage in grammar.
Line 123 uses "a e2e" but should use "an e2e" before vowel sounds.
📝 Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents