Skip to content
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

Add commands plugin page #1018

Open
wants to merge 81 commits into
base: main
Choose a base branch
from
Open

Add commands plugin page #1018

wants to merge 81 commits into from

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    1705dd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    3ae0dba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf4955 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    8f1736f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bda0e07 View commit details
    Browse the repository at this point in the history
  3. chore: deno fmt

    roziscoding committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8ef037b View commit details
    Browse the repository at this point in the history
  4. fix: broken link

    roziscoding committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    baad642 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1901b7a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    cd12907 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Apply suggestions from code review

    Co-authored-by: Qz <[email protected]>
    roziscoding and quadratz authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3cc79c6 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Qz <[email protected]>
    roziscoding and quadratz authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8e78422 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. - restructure read flow to focus first on a full working example

    - add examples on command scoping
    - add examples on command grouping
    - add regExp section
    - add reference to telegram docs on commands
    - add mention to languageCode obj utility
    - typos
    carafelix committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c5b62b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fd817d View commit details
    Browse the repository at this point in the history
  3. - add note on upperCased command names

    - remove wrong code on localization example
    carafelix committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fb7ee75 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    5099a4a View commit details
    Browse the repository at this point in the history
  2. remove repetitio

    carafelix committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4e3c5c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. change txt to tip

    carafelix committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    67b0b0b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    9f79cbf View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. - update Commands class name onto CommandGroup

    - add ignoreCase option
    - update `did you mean` section to use the `commandNotFound` helper function
    - remove backticks on command options for better in-document linking
    carafelix committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1280c04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a6f458 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    39fe557 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Roz <[email protected]>
    carafelix and roziscoding authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    26f56d1 View commit details
    Browse the repository at this point in the history
  3. chore: deno fmt

    roziscoding committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    3868e5c View commit details
    Browse the repository at this point in the history
  4. fix tip block

    carafelix committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    ddf8fe6 View commit details
    Browse the repository at this point in the history
  5. fix more tip blocks

    carafelix committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    a14eeda View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. fix danger block

    carafelix committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f28e514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb17c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    090b5c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ccc2b7 View commit details
    Browse the repository at this point in the history
  5. improve clarity related to the context enforcement in commandGroups a…

    …nd their respective Command childs
    carafelix committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bd55f73 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. add tip block regarding that a Command by it's own, one that is not r…

    …egister onto a CommandGroup, its useless
    carafelix committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4707511 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    54620d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    3c27620 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    7404975 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    24e2aac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73dbf02 View commit details
    Browse the repository at this point in the history
  3. chore: fix lint errors

    roziscoding committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fa5df22 View commit details
    Browse the repository at this point in the history
  4. fix new linter errors

    roziscoding committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bd6ce07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    894b07b View commit details
    Browse the repository at this point in the history
  6. update section title

    Co-authored-by: KnorpelSenf <[email protected]>
    roziscoding and KnorpelSenf authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3a52bdd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24399c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    87876e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5592b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19c6187 View commit details
    Browse the repository at this point in the history
  4. style: align formatting

    KnorpelSenf committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fdaf345 View commit details
    Browse the repository at this point in the history
  5. fix: bad heroku links

    KnorpelSenf committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f0e2ef8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. apply a few nitpick changes

    Co-authored-by: KnorpelSenf <[email protected]>
    roziscoding and KnorpelSenf authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ca5e99f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. make links more uniform

    KnorpelSenf committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    24b59ae View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    8527204 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. fix cre lib reference

    Co-authored-by: Roj <[email protected]>
    roziscoding and rojvv authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a6f0d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f94a5 View commit details
    Browse the repository at this point in the history
  3. add missing commas

    Co-authored-by: Roj <[email protected]>
    roziscoding and rojvv authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9c9037a View commit details
    Browse the repository at this point in the history
  4. fix phrasing and typos

    Co-authored-by: KnorpelSenf <[email protected]>
    roziscoding and KnorpelSenf authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    90d9ba1 View commit details
    Browse the repository at this point in the history
  5. Fix links

    KnorpelSenf committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8598028 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. update text about imports

    Co-authored-by: Roj <[email protected]>
    roziscoding and rojvv authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2bb1f18 View commit details
    Browse the repository at this point in the history
  2. sync Russian

    MasedMSD committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ea9e8bf View commit details
    Browse the repository at this point in the history
  3. fix fmt & link

    MasedMSD committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    367a5ba View commit details
    Browse the repository at this point in the history
  4. Add Spanish

    habemuscode committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    61b635f View commit details
    Browse the repository at this point in the history
  5. fix command name

    roziscoding authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    06727dd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. fix my braincells :clown:

    MasedMSD committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    577af04 View commit details
    Browse the repository at this point in the history
  2. sync to Ukrainian

    niusia-ua committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    3fb8978 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Sync changes to Indonesian

    quadratz committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    d90e1cd View commit details
    Browse the repository at this point in the history
  2. id: fix anchor

    quadratz committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    8e38d08 View commit details
    Browse the repository at this point in the history
  3. id: fix typo

    quadratz committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    1510b80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bef3cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c269cdc View commit details
    Browse the repository at this point in the history
  6. Update site/docs/uk/plugins/commands.md

    Co-authored-by: Andrii Zontov <[email protected]>
    niusia-ua and LWJerri authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    2785d95 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    c168845 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Fix link

    habemuscode committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    92e169a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6336d95 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: deptyped <[email protected]>
    niusia-ua and deptyped authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    afa9159 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    06ccc22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    708e7a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Apply suggestions from code review

    Co-authored-by: Nazar Antoniuk <[email protected]>
    carafelix and niusia-ua authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    2bfe2c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a72534d View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Nazar Antoniuk <[email protected]>
    carafelix and niusia-ua authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    db0d40a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e13a321 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. sync to last English version

    MasedMSD committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1c2ab14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cf1355 View commit details
    Browse the repository at this point in the history
  3. Fix fmt

    sorry for too much useless commits lol
    MasedMSD committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9f7315f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. sync zh #1018

    Acer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8bdf253 View commit details
    Browse the repository at this point in the history