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

Add support for 'zk.link' and some example linking commands #97

Merged
merged 5 commits into from
Feb 6, 2023

Commits on Dec 22, 2022

  1. feat: add support for "zk.link" LSP command

    "zk.link" performs the file linking operation that
    `insertLinkAtLocation` does in "zk.new" but without creating a new note.
    This allows users to create new linking capabilities, such as using
    match to find related notes and creating a link from the found note.
    psanker committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f9232b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3235f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. feat: add ZkInsertLink command

    Has both normal mode and visual mode behavior
    psanker committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    09dd02b View commit details
    Browse the repository at this point in the history
  2. Refactor ZkInsertLink into two commands

    Due to limitations of the neovim API
    psanker committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    3f5c7f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    820c979 View commit details
    Browse the repository at this point in the history