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

feat(lsp): add 'zk.link' LSP command #284

Merged
merged 5 commits into from
Jan 18, 2023
Merged

Commits on Jan 10, 2023

  1. feat(lsp): add 'zk.link' LSP command

    Allows users to take advantage of the linking mechanism in their editing
    tools outside of the 'zk.new' context. For example, I made a
    "ZkInsertLink" command that inserts a link at the current cursor location
    after searching for the desired note. This improves on the current
    behavior which only autocompletes based on note name, which users may or
    may not remember.
    psanker committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    9e378aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b357d5b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Remove extraneous return values from linking tools

    Some extra bool values were previously returned in linkNote and the
    zk.link LSP command. These values were vestigial placeholders from
    the initial refactor, in case extra information was useful. It turns out
    this was not the case.
    psanker committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    048c8e4 View commit details
    Browse the repository at this point in the history
  2. Update documentation with zk.link

    Also updates CHANGELOG to reflect the zk.link contribution
    psanker committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    0871a47 View commit details
    Browse the repository at this point in the history
  3. Fix broken return on cmd_new

    psanker committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    5ae939f View commit details
    Browse the repository at this point in the history