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

Global markdown mode remake based on Scopes #4923

Draft
wants to merge 48 commits into
base: master
Choose a base branch
from

Commits on Sep 9, 2022

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

Commits on Feb 14, 2023

  1. fix scopes

    mkslanc committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f80aa38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f247a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83d1b1c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into scopes-markdown

    # Conflicts:
    #	src/editor.js
    #	src/mode/markdown.js
    mkslanc committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    82aa88a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    746ed4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01404d2 View commit details
    Browse the repository at this point in the history
  7. fix folding for markdown

    mkslanc committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4e7e49a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

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

Commits on Feb 20, 2023

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

Commits on Nov 13, 2023

  1. add hr rule in blockquote

    mkslanc committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    caf23a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. fix another few bugs

    mkslanc committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    ad15ed8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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

Commits on Dec 12, 2023

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

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    f6eb997 View commit details
    Browse the repository at this point in the history
  2. fix few more edge cases

    mkslanc committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    23d9952 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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

Commits on Feb 21, 2024

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

Commits on Feb 26, 2024

  1. add missing include rules

    mkslanc committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b65cdc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Apr 5, 2024

  1. fix wrong states

    mkslanc committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    19ba118 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

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

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    68a86e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc95250 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b51b75e View commit details
    Browse the repository at this point in the history
  5. add auto-indent for markdown lists

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    bbc6fe3 View commit details
    Browse the repository at this point in the history
  6. lua mode with custom tokenizer

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5e304ab View commit details
    Browse the repository at this point in the history
  7. fix folding for markdown

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    08ea379 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db2bc0e View commit details
    Browse the repository at this point in the history
  9. add tests for markdown behaviours

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e91fdfa View commit details
    Browse the repository at this point in the history
  10. add hr rule in blockquote

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    6d2b464 View commit details
    Browse the repository at this point in the history
  11. fix another few bugs

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0ccf6f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ffaef51 View commit details
    Browse the repository at this point in the history
  13. add extended www autolink recognition

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    b87407c View commit details
    Browse the repository at this point in the history
  14. improve code blocks inside blockquotes

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    8f84add View commit details
    Browse the repository at this point in the history
  15. fix few more edge cases

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    b44fdd5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9952bdb View commit details
    Browse the repository at this point in the history
  17. add thematic_break token name for hr's

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    f2d4c5d View commit details
    Browse the repository at this point in the history
  18. moved header's inside paragraph state

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    97e668d View commit details
    Browse the repository at this point in the history
  19. add missing include rules

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d1a7bb8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a6e39d3 View commit details
    Browse the repository at this point in the history
  21. fix wrong states

    mkslanc authored and nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5278fb3 View commit details
    Browse the repository at this point in the history
  22. fix after rebase

    nightwing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    1a14040 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Merge remote-tracking branch 'origin/scopes-markdown' into scopes-mar…

    …kdown
    
    # Conflicts:
    #	src/edit_session/folding.js
    #	src/layer/text.js
    #	src/mode/_test/highlight_rules_test.js
    #	src/mode/behaviour/behaviour_test.js
    #	src/mode/text.js
    #	src/scope.js
    #	src/tokenizer.js
    #	src/tooltip.js
    mkslanc committed May 16, 2024
    Configuration menu
    Copy the full SHA
    25f0fac View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

Commits on May 23, 2024

  1. fix: autolink regexp

    mkslanc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    afbf99c View commit details
    Browse the repository at this point in the history