Skip to content

Rewrite guides using skills#47

Open
serhiipylypchuk1991 wants to merge 24 commits into
nextfrom
sp-next-rewrite-guides-via-skills
Open

Rewrite guides using skills#47
serhiipylypchuk1991 wants to merge 24 commits into
nextfrom
sp-next-rewrite-guides-via-skills

Conversation

@serhiipylypchuk1991
Copy link
Copy Markdown
Collaborator

No description provided.

- imperative headings (gerund → infinitive)
- active voice, present simple
- backticks for API identifiers (replaced bold)
- added intro sentences for code blocks
- added section on Pivot instance methods (getTable, setConfig, setLocale, showConfigPanel)
- corrected method chain: widget.api.getTable().exec → widget.getTable().api.exec, per API docs
- active voice, approved code-block intro template
- added tip about getTable wait parameter
- formatting fixes (spaces in inline code, comma cleanups)
- added missing H1 (consistent with sibling guides)
- split "Loading data" into "Load data from a file" and "Load data from a server"
- imperative headings, active voice
- introduced setConfig method (used in code without explanation before)
- removed awkward single-item API list, replaced with prose
- approved code-block intro templates, normalized inline comments
- imperative headings, active voice
- added tip about setLocale() reset behavior (null arg)
- fixed incomplete constructor: pivot.Pivot({...}) → pivot.Pivot("#root", {...})
- fixed self-contradictory date example (June vs September, undocumented %u → %S)
- fixed missing comma in en locale object, "the the" typo, comment spacing
- approved code-block intro templates
@serhiipylypchuk1991 serhiipylypchuk1991 self-assigned this May 25, 2026
- imperative headings, active voice, approved code-block intros
- fixed wrong link target: headerShape cellStyle linked to tableshape-property → headershape-property
- added full marks() function signature (value, columnData, rowData) per API docs
- restructured marks section, removed awkward single-item "built-in theme" list
- added missing intro descriptions for sections that jumped straight into code
- imperative headings (gerund → infinitive), with {#anchor} pins preserving 9 incoming links
- fixed date-format example: missing format: key
- fixed limits example: id: → field: per config API
- corrected and completed filter conditions list per config API (typos, tab char, missed includes)
- corrected methods description: value is an object with handler, not a function
- split long "Apply formats to fields" section into numeric/date sub-sections
- active voice, approved code-block intros, normalized inline comments
- imperative headings with {#anchor} pins preserving 6 incoming links
- fixed variable redeclaration in expand/collapse example (table → tableInstance)
- corrected method chain: tableInstance.exec → tableInstance.api.exec per Table API
- fixed undefined api and wrong handler signature in custom-left-split example
- replaced italic-formatted default template with proper code block matching API source
- converted intro into canonical API-list format, restructured autoWidth and field-actions lists
- active voice, approved code-block intros, normalized inline comments
- imperative headings, active voice, approved code-block intros
- fixed bug: destructure fields and dataset from props (constructor was receiving undefined values)
- corrected shell code-block language tags from json/jsx to bash
- bold-italic file paths → italic per rules
- typo fix: othe → other
- imperative headings, active voice, approved code-block intros
- fixed bugs: unclosed <script> tag, missing this. prefix for Vue props (this.fields/this.dataset), undefined table → this.table in event handler
- corrected shell code-block language tags from json/jsx to bash
- bold-italic file paths → italic per rules
- typo fix: othe → other
- imperative headings, active voice, approved code-block intros
- fixed bug: missing getData() destructure in event-handling ngOnInit (fields/dataset were undefined)
- corrected shell code-block language tags from json/jsx to bash
- bold-italic file paths → italic per rules
- typo fix: othe → other
- replaced exclamation mark in :::note: block
- imperative headings, active voice, approved code-block intros
- corrected shell code-block language tags from json/jsx to bash
- bold-italic file paths → italic per rules
- typo fix: othe → other
- normalized spacing and added missing semicolon in skeleton block
- removed gerund from heading
- collapsed 4 wordy sentences into 2 concise ones
- removed rhetorical question
- raw HTML link → Markdown link
- removed "constructor" repetition between adjacent sentences
- fixed redundant "HTML container" inside the parameters bullet
- removed "instance" repetition in returned-instance description
- rewrote "See also how to download packages:" callout
- removed definite article before standalone format names: "in XLSX or CSV format"
- tightened tip's last sentence ("when calling" → direct condition)
- snippet intro uses direct action verb ("exports" instead of "demonstrates exporting")
- removed passive ("is also supported") and folded "method" repetition into a relative clause
- collapsed JSON-mention triple ("convert ... to JSON, then ... native JSON")
- tightened convert() helper parameter descriptions
- removed filler "First," and "demonstrates" snippet intro
- restructured two "By default, ..." sentences to use "default" as adjective
- collapsed "locale (the value in the lang field of the locale)" parenthetical
- removed "custom" redundancy and "and then" wordiness
- snippet intro uses direct action verb
- removed "Pivot" repetition in custom style intro
- collapsed cellStyle return-value clause ("returns a string ... uses the returned string")
- "ships" → "includes" to avoid informal repetition
- moved gerund clause to second part of sentence
- added comma after "e.g."
- restructured two "By default, Pivot ..." sentences
- split long filter and date-format snippet intros
- "Pivot provides" → "Pivot includes" (overused verb)
- removed directional filler "below" before in-page link
- snippet intro uses direct action verb
- removed passive + redundant pair "configured or customized"
- restructured "By default, fields ..." headerShape paragraph
- "is shown by default" → "appears by default"
- split long expand/collapse procedure sentence
- removed "Now" filler and "the Pivot component" redundancy
- "see Pivot rendered" → "see Pivot render the data" (active verb)
- removed "Now" filler and "the Pivot component" redundancy
- "see Pivot rendered" → "see Pivot render the data" (active verb)
- removed "Now" filler and "the Pivot component" redundancy
- "see Pivot rendered" → "see Pivot render the data" (active verb)
- removed directional filler "below" before step subsections
- removed "Now" filler and "the Pivot component" redundancy
- "see Pivot rendered" → "see Pivot render the data" (active verb)
- replaced "out of the box" with "ready to use" per word-choice rules
- removed passive "is required" and vague "robust" claim
- folded into concrete capability sentence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant