wangeleile / link4MD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zk4vsc

Zettelkasten Extension for Visual Studio Code

Features

inspired by this Sublime plugin and Sublime_zk as a extension in Visual studio code.

  • Allow implementation of links.
  • Markdown Link Structure

Installation

ext install zettelkasten4vsc

Usage

  1. Move cursor to keyword, and click it.
  2. Ctrl+Shift+P / F1, input 'link4md'. Or use ctrl + shift + -.

Keyboard Shortcuts

{ "command":"extension.quickOpenFile", "key":"ctrl+shift+-" }

This is default setting, you can override in your keyboard shortcuts.

Default Settings

You can configure the settings, to display a specific types of files and folders, or exclude specific files and folders. Similarly you could configure the number of files displayed.

"properties": {
  "findFiles.fileIncludeGlob": {
    "type": "string",
    "default": "**",
    "description": "A glob pattern that defines the files to search for."
  },
  "findFiles.fileExcludeGlob": {
    "type": "string",
    "default": "**\\node_modules\\**",
    "description": "A glob pattern that defines files and folders to exclude."
  },
  "findFiles.maxResults": {
    "type": "number",
    "default": 1000,
    "description": "An upper-bound for the result."
  }
}

ChangeLog

  • 0.2.0

    • ...
    • ...
    • ...
  • 0.0.2

    • ...
  • 0.0.1

    • First Version

License

The package is Open Source Software released under the MIT_License. It's developed by wangeleile.

Links

About


Languages

Language:TypeScript 100.0%