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

Feature/858/checkboxtoggle #861

Merged
merged 17 commits into from
Aug 5, 2022
Merged

Feature/858/checkboxtoggle #861

merged 17 commits into from
Aug 5, 2022

Commits on May 22, 2022

  1. find all checkboxes and add listener

    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed May 22, 2022
    Configuration menu
    Copy the full SHA
    89a8f60 View commit details
    Browse the repository at this point in the history
  2. allow viewer to update markdown

    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed May 22, 2022
    Configuration menu
    Copy the full SHA
    eb5a779 View commit details
    Browse the repository at this point in the history
  3. fix lint

    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed May 22, 2022
    Configuration menu
    Copy the full SHA
    67808dd View commit details
    Browse the repository at this point in the history
  4. allow uppercase X to be used as checkmark

    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed May 22, 2022
    Configuration menu
    Copy the full SHA
    b4fffa5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. use pointer as cursor

    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed May 30, 2022
    Configuration menu
    Copy the full SHA
    fc134ed View commit details
    Browse the repository at this point in the history
  2. undo package-lock.json

    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed May 30, 2022
    Configuration menu
    Copy the full SHA
    848598b View commit details
    Browse the repository at this point in the history
  3. pass read only attribute

    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed May 30, 2022
    Configuration menu
    Copy the full SHA
    f6fd354 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. refactor changeListener-function

    use regex for checking if todo
    
    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed May 31, 2022
    Configuration menu
    Copy the full SHA
    ceb2d29 View commit details
    Browse the repository at this point in the history
  2. always update via delayed changeListener

    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed May 31, 2022
    Configuration menu
    Copy the full SHA
    131d1ef View commit details
    Browse the repository at this point in the history
  3. remove unnessesary wrapper code

    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed May 31, 2022
    Configuration menu
    Copy the full SHA
    d365091 View commit details
    Browse the repository at this point in the history
  4. fix lint

    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed May 31, 2022
    Configuration menu
    Copy the full SHA
    21dd736 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Update src/components/EditorMarkdownIt.vue

    Co-authored-by: korelstar <[email protected]>
    newhinton and korelstar authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    8d5c4d3 View commit details
    Browse the repository at this point in the history
  2. prevent two occurences of X to be replaced

    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    73824cc View commit details
    Browse the repository at this point in the history
  3. disable checkbox on readonly note as suggested by @korelstar

    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    40f56ce View commit details
    Browse the repository at this point in the history
  4. fix wrong inversion of read only state for checkbox handling

    Signed-off-by: Felix Nüsse <[email protected]>
    newhinton committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    22b59f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. fix sub-items

    korelstar committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a14f337 View commit details
    Browse the repository at this point in the history
  2. code style

    korelstar committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    dd810ae View commit details
    Browse the repository at this point in the history