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

Desktop: Fix #5626: When web clipper clipping code blocks, keep code in multiline and delete code number lines #10126

Merged
merged 38 commits into from Apr 20, 2024

Commits on Mar 15, 2024

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

Commits on Mar 16, 2024

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

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    e727504 View commit details
    Browse the repository at this point in the history
  2. Desktop: Fix laurent22#5626: when clipper, keep code in multiline and…

    … delete code number lines
    wljince007 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    031c040 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    68b0963 View commit details
    Browse the repository at this point in the history
  2. add code blank

    wljince007 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    64ece4f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

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

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

  1. add comments

    wljince007 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    88c703d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. fix: web clipper has trouble with code blocks on Joplin's website, sp…

    …ecial handling of code blocks
    wljince007 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c294b79 View commit details
    Browse the repository at this point in the history
  2. fix: web clipper has trouble with code blocks on Joplin's website, sp…

    …ecial handling of code blocks, keep space
    wljince007 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d5d1c59 View commit details
    Browse the repository at this point in the history
  3. fix: web clipper has trouble with code blocks on Joplin's website, sp…

    …ecial handling of code blocks, keep space, test case
    wljince007 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8decaf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    f8803d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    881e682 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb5bb18 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 8, 2024

  1. add test case

    wljince007 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    84e6ccc View commit details
    Browse the repository at this point in the history
  2. add test case

    wljince007 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f301a60 View commit details
    Browse the repository at this point in the history
  3. add test case

    wljince007 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f5a016a View commit details
    Browse the repository at this point in the history
  4. add test case

    wljince007 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    73c23f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cf3f72 View commit details
    Browse the repository at this point in the history
  6. add comments

    wljince007 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9c91b54 View commit details
    Browse the repository at this point in the history
  7. add comments

    wljince007 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1588572 View commit details
    Browse the repository at this point in the history
  8. remove

    wljince007 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d6c8c90 View commit details
    Browse the repository at this point in the history
  9. add comments

    wljince007 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    071b472 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15ef55b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Update packages/turndown/src/commonmark-rules.js

    Coding style fix
    
    Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
    wljince007 and personalizedrefrigerator committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c34faeb View commit details
    Browse the repository at this point in the history
  2. Update packages/turndown/src/turndown.js

    fix typo
    
    Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
    wljince007 and personalizedrefrigerator committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    67e0cb2 View commit details
    Browse the repository at this point in the history
  3. Update packages/turndown/src/commonmark-rules.js

    Optimize regular expressions: .replace(/( *\t*\n)+( *\t*)*$/, '') equivalent to .trimEnd()
    
    Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
    wljince007 and personalizedrefrigerator committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c814129 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3aaef30 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

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

Commits on Apr 17, 2024

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

Commits on Apr 18, 2024

  1. Update packages/app-cli/tests/html_to_md/code_multiline_5.html

    fix typo
    
    Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
    wljince007 and personalizedrefrigerator committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    099d2e2 View commit details
    Browse the repository at this point in the history
  2. Update packages/turndown/src/commonmark-rules.js

    better comments
    
    Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
    wljince007 and personalizedrefrigerator committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    145ff6c View commit details
    Browse the repository at this point in the history
  3. Update packages/turndown/src/commonmark-rules.js

    better comments
    
    Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
    wljince007 and personalizedrefrigerator committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    aec121d View commit details
    Browse the repository at this point in the history
  4. Update packages/turndown/src/turndown.js

    add space
    
    Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
    wljince007 and personalizedrefrigerator committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    948c49f View commit details
    Browse the repository at this point in the history
  5. Update packages/turndown/src/turndown.js

    remove space
    
    Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
    wljince007 and personalizedrefrigerator committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4be5dde View commit details
    Browse the repository at this point in the history
  6. fix typo

    wljince007 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5ce49a8 View commit details
    Browse the repository at this point in the history