Skip to content

Rewrite guides using skills (final)#94

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

Rewrite guides using skills (final)#94
serhiipylypchuk1991 wants to merge 30 commits into
nextfrom
sp-next-rewrite-guides-via-skills

Conversation

@serhiipylypchuk1991
Copy link
Copy Markdown
Contributor

No description provided.

@serhiipylypchuk1991 serhiipylypchuk1991 self-assigned this May 7, 2026
Comment thread docs/guides/customization.md Outdated
Comment thread docs/guides/stylization.md Outdated
Comment thread docs/guides/stylization.md Outdated
Comment thread docs/guides/stylization.md Outdated
Comment thread docs/guides/working_with_data.md Outdated
Comment thread docs/guides/stylization.md
Comment thread docs/guides/working_with_server.md
Comment thread docs/guides/working_with_server.md
Comment thread docs/guides/working_with_server.md
Comment thread docs/guides/working_with_server.md
yearFormat: "%Y"
},
core: { // translations of the core elements
lang: "en-US",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nah, lang goes alongside core, formats, calendar and kanban:

en = {
  lang: "", core: {}, calendar: {}, formats: {}, kanban:{}
}

</details>

A locale object contains three top-level sections:
A locale object contains four top-level sections:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5

- `"update-comment"`
- `"update-row"`
- `"add-vote"` (`{ cardId, userId }`)
- `"delete-vote"` (`{ cardId, userId }`)
Copy link
Copy Markdown
Contributor

@kullias kullias May 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are no ev params for the rest of them in this list - no need to be specific about these 2. I added info on them in case it's needed somewhere on this page, here - no


- `"duplicate-card"` — duplicate the card
- `"delete-card"` — delete the card
- `"set-edit"` — open the card editor (shown when editing is available)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah no. set-edit is shown under very specific circumstances: if (!readonly?.select && readonly?.edit) - so if the user passes readonly: { select: false, edit: true } in Kanban config. I have never actually seen anyone use this.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...so I would not place it in the default options at all

Copy link
Copy Markdown
Contributor

@kullias kullias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see the comments

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.

2 participants