Manual
Manual copied to clipboard
Update quicktasklink.md
User description
Correct spelling typo in "Quicktask link" sub -head
Changed Quicktask link section text to refer to title which appears as a mouseover the icon, and to state that the language string needs to be in the .sys.ini lanuage file
Added new sub-section Quicktask Icon with explanation and example.
Added fontawesome icon example to the Example section
NB there is also a
PR Type
documentation
Description
- Corrected spelling errors in the "Quicktask Link" section headers.
- Expanded documentation to include details on specifying Quicktask titles and icons.
- Added a new subsection explaining how to use Quicktask Icons, including examples with FontAwesome.
- Clarified that the title translation string must be included in the language
.sys.inifile.
Changes walkthrough 📝
| Relevant files | |||
|---|---|---|---|
| Documentation |
|
💡 PR-Agent usage: Comment
/helpon the PR to get a list of all available PR-Agent tools and their descriptions
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.
PR Reviewer Guide 🔍
| ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪ |
| 🧪 No relevant tests |
| 🔒 No security concerns identified |
| ⚡ No key issues to review |
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.
PR Code Suggestions ✨
| Category | Suggestion | Score |
| Typo |
Fix a spelling error in the explanation of where the menu link is addedCorrect the spelling of "manifest" in the sentence explaining where the menu link is versioned_docs/version-5.1/building-extensions/components/quicktasklink.md [17]
Suggestion importance[1-10]: 9Why: The suggestion correctly identifies and fixes a spelling error in the word "manifest," improving the clarity and professionalism of the documentation. | 9 |
Fix a spelling error in the explanation of default icon usageCorrect the spelling of "components" in the sentence explaining the default icon versioned_docs/version-5.1/building-extensions/components/quicktasklink.md [37]
Suggestion importance[1-10]: 9Why: The suggestion correctly identifies and corrects a spelling mistake in the word "components," enhancing the readability and correctness of the documentation. | 9 | |
✅ Correct the spelling in the XML code block title for consistencySuggestion Impact:The spelling of "Qicktask" was corrected to "Quicktask" in the XML code block titles.code diff:
-NB the title translation string needs to appear in the language Quicktask Icon-The default icon is the '+' sign indicating create a new item as this is the most common usage in the built-in compponents. +The default icon is the '+' sign indicating create a new item as this is the most common usage in the built-in compponents. -You can specify a different icon, either as a simple name for the built in common aliased icons (the -```xml title="Qicktask Link and icon"
+```xml title="Quicktask Link and icon" +
Suggestion importance[1-10]: 8Why: The suggestion addresses a spelling error in the XML code block title, ensuring consistency and accuracy throughout the document. | 8 |
That change needs to be done in /docs (and additional in versioned-docs) but /docs is the important version for such changes
That change needs to be done in /docs (and additional in versioned-docs) but /docs is the important version for such changes
So does that require a separate PR - I assumed if I just edit from the published page it would update all copies which would be sensible?
thx