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

Slack like plugin #7

Merged
merged 354 commits into from
Jun 13, 2024
Merged

Slack like plugin #7

merged 354 commits into from
Jun 13, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 19, 2023

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

Commits on Jul 20, 2023

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

Commits on Jul 21, 2023

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

Commits on Jul 24, 2023

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

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    ca45e7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5227a93 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    8e47317 View commit details
    Browse the repository at this point in the history
  2. Moved IME upstream deletion in empty nodes to Editor requests instead…

    … of direct implementation, for the purpose of extensability (Resolves superlistapp#1259) (superlistapp#1260)
    
    * Added invisible character when selection is at beginning of the first node in a document so that we can react to backspace
    matthew-carroll authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7c7ad2c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    7bfb3ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ba964 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d95fa5e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    dd259e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4e4f68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ad2586 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

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

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    3fa362e View commit details
    Browse the repository at this point in the history
  2. Replaced widget post frame scheduling with a new extension method - a…

    …lso fixes SuperTextField hot reload bug (Resolves superlistapp#1262) (superlistapp#1301)
    matthew-carroll authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    5c101ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2078e5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c08d6c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

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

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    fb4680d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10fd80c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d32b519 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

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

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    bca552b View commit details
    Browse the repository at this point in the history
  2. Converted AttributedText to use optional position constructor paramet…

    …ers instead of named parameters, for brevity, and also added ability to create an AttributedText directly from a Markdown string (Resolves superlistapp#488) (superlistapp#1325)
    matthew-carroll authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3ca24ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66ab331 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

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

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    bbf31c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f78ea4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Aug 25, 2023

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

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    2477f9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34165a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ed93c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    4437be3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7b43fa View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

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

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    8a3a44a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f957c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    9fb6847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c7fda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c56cb45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b2de6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bcdac3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc919f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14a802f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    e37e175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    865a559 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    685fc66 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    44eabe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dd0751 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5f4c64 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 8, 2023

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

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    323449e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    237fa77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7afddb View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

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

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    b4d7d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecdb0ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ab5f33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8ddb1a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    aee7bf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6789b77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f471c24 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    7c29034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc4a07e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

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

Commits on Oct 3, 2023

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

Commits on Oct 4, 2023

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

Commits on Oct 8, 2023

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

Commits on Oct 11, 2023

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

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    12f65f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d332aa View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    a9fffa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f651ea8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    070548d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71df414 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    531b47e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20f2de8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    f93fa00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49c9f3f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Mobile mounted toolbar now appears above Android overlay controls, mi…

    …grated mounted toolbar and Android controls to OverlayPortal (Resolves superlistapp#893)(Resolves superlistapp#1510) (superlistapp#1524)
    matthew-carroll authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    185cce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c851667 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

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

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    6ed5bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    813f404 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8c0757 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5886ea5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e02167 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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

Commits on Oct 26, 2023

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

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    e63d479 View commit details
    Browse the repository at this point in the history
  2. Fix: reporting IME geometry crashes when is true in SuperEditor, care…

    …t doesn't blink when placed by 'autofocus' in SuperEditor (Resolves superlistapp#1566) (superlistapp#1575)
    matthew-carroll authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    6e2040f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Added Mac OS selector handlers for insert tab and cancel op, on Mac s…

    …end all key events directly to OS, add SuperTextField demo app entyrpoint (Resolves superlistapp#1583) (superlistapp#1596)
    matthew-carroll authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ef97038 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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

Commits on Nov 23, 2023

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

Commits on Nov 26, 2023

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

Commits on Nov 27, 2023

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

Commits on Nov 29, 2023

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

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    90b7052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49bfcdf View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    d9daa4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e97161 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    797ff65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edbb977 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e547c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    99026dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01778d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

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

Commits on Dec 11, 2023

  1. [SuperTextField] [SuperDesktopTextField] Adds Page-Up/Down, Home/End …

    …selectors and handlers to SuperDesktopTextField (Resolves superlistapp#1438) (superlistapp#1463)
    rutvik110 authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ea742aa View commit details
    Browse the repository at this point in the history
  2. [SuperEditor][SuperReader][SuperTextField] Applies color attribution …

    …on textstyle created through default style builder (Resolves superlistapp#1579) (superlistapp#1626)
    rutvik110 authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5445f5f View commit details
    Browse the repository at this point in the history
  3. Migrated SuperEditor and SuperReader iOS overlays to OverlayPortal - …

    …all overlays in this package should now use OverlayPortal (Resolves superlistapp#1526) (superlistapp#1661)
    matthew-carroll authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    797bd47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13c6da9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1febeb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5caee43 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    e9f3404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a58e70 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    30a49b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    981f1a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    18289f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa9ad44 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

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

Commits on Dec 25, 2023

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

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    dacf90f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b39f2bf View commit details
    Browse the repository at this point in the history
  3. Update goldens

    angelosilvestre authored and matthew-carroll committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    48f1f69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f14588 View commit details
    Browse the repository at this point in the history
  5. Update test

    angelosilvestre authored and matthew-carroll committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    60e95a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab53b89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    546c113 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    509007f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c176b32 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d70e30c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

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

Commits on Dec 30, 2023

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

Commits on Dec 31, 2023

  1. Paragraph alignment now changes immediately - moved paragraph change …

    …from direct document manipulation to a request/command pair (Resolves superlistapp#1587) (superlistapp#1714)
    matthew-carroll authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    5304a3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f94bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab859d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08fedb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6cdfea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    445bee4 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

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

Commits on Jan 3, 2024

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

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    e58b166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1768fe1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

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

Commits on Jan 8, 2024

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

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    5d73498 View commit details
    Browse the repository at this point in the history
  2. Added a Google Docs example app to prove we can show a selection with…

    … out focus, also made expanded selection caret display configurable (Resolves superlistapp#936)(Resolves superlistapp#234) (superlistapp#1767)
    matthew-carroll authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e430816 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5918b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88d8211 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06b89b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    3232f4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b398912 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c63cb47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bc6e59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9401d0f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

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

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    d3872d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee41edd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ff85f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

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

Commits on Jan 17, 2024

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

Commits on Jan 19, 2024

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

Commits on Jan 22, 2024

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

Commits on Jan 23, 2024

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

Commits on Feb 7, 2024

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

Commits on Feb 15, 2024

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

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    ab776ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83449de View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

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

Commits on Feb 21, 2024

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

Commits on Feb 23, 2024

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

Commits on Feb 24, 2024

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

Commits on Feb 28, 2024

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

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    5f04941 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8732c13 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

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

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    131c0f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcba728 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    15edfac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f3ca9d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    18bced1 View commit details
    Browse the repository at this point in the history
  2. Reverted markdown package upgrade - downgraded from 6.0.0 back to 4.0…

    ….0 - due to test failures caused by 6.0.0 (superlistapp#1902)
    matthew-carroll authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9624dff View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

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

Commits on Mar 29, 2024

  1. [SuperEditor][SuperReader] Fix setting attributions across multiple n…

    …odes (Resolves superlistapp#1865) (superlistapp#1880)
    
    * checking for existing attributions across multiple nodes before toggling incoming attributions on nodes
    
    * checking for single attribution throughout node, docs updated
    
    * tests added
    
    * refactored logic for checking if all nodes have all attributions for any of their characters
    
    * refactored approach to validating whether a particular attribution should be toggled for a node
    
    * added findEditor helper to SuperEditorInspector
    
    * added toggleAttributionsForDocumentSelection to SuperEditorInspector
    
    * using newly added test tools
    
    * added some helpers to reduce boilerplate
    
    * refactor
    
    * added more tests for various combinations for attributions toggling on nodes
    
    * accounting for scenario when multiple attributions are being applied to a selection, tests updated
    
    * redundant comments removed
    
    * updates
    
    * tests comments updated
    
    * reverted back to a more simple solution for the issue
    
    * formatting updates
    
    * added helper methods to reduce boilerplate
    
    * refactor
    
    * using add/remove attribution methods from AttributedText instead of spans
    
    * checking text markers instead of serializing to markdown for no attributions cheks
    
    * formatting updates
    
    * test comments updated
    
    * tests naming updates
    
    * tests added for partial selections across multiple nodes
    
    * moved few new document creators to test_documents, refactoring
    
    * moved toggleAttributionsForDocumentSelection to test file where it's used
    
    * renamed newly added test documents
    
    * refactored how we fetch editor in tests
    
    * test documents updated
    rutvik110 authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    15cdaa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Added change event for adding/removing attributions, also switched fr…

    …om generic event to a specific TextInsertionEvent for InsertAttributedTextCommand (Resolves superlistapp#1884) (superlistapp#1908)
    matthew-carroll authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    9876274 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

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

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    d18698f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f367816 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    661ecb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

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

Commits on Apr 20, 2024

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

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    f752d89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07ee934 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    542518b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cef8f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60bb442 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    e2e03eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c6562 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    bb92266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1085a3b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    0366952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129eef0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 10, 2024

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

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    3ffd440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9999b93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5481c4e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    047d17c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced4413 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 16, 2024

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

Commits on May 17, 2024

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

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    0c05252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2aeb94 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    2597d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2aadb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb836d7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on May 25, 2024

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

Commits on May 28, 2024

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

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    94381bb View commit details
    Browse the repository at this point in the history
  2. try to integrate: remove FillInComposingSlackTagRequest handler, make…

    … it possible to change tagIndex value, make removeSlackComposingTokenAttribution public
    BazinC committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f73b177 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 8, 2024

  1. allow for custom handlers

    BazinC committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    aedb1a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7029e10 View commit details
    Browse the repository at this point in the history