
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
kitbook-vscode
Advanced tools
Convenient keybindings and snippets for Kitbook, a component workbench for Svelte
At present this extension serves to easily allow you to toggling on/off the treatment of markdown files as svelte
files to enable you to go back and forth between markdown and svelte language services in the same .md
file.
"files.associations": {
"*.md": "svelte" // toggles this line on/off
},
After installing the extension (manually install from the vsix
file in this package until extension is placed into the store), add the following keybinding (adjust as you desire) to your keyboard shortcuts by opening the Command Palette (Ctrl+p on Windows) and select Preferences: Open Keyboard Shortcuts (JSON)
. Add the following:
{
"key": "alt+x",
"command": "kitbook.toggleMdFileAssociation"
}
Then any time you press that keybinding, the association will be flipped.
For use with Kitbook
\[\[(.+?)\]\]
will detect wikilinks
Not yet published but you can install it manually from the .vsix
file in this package.
Learning from https://code.visualstudio.com/api and https://github.com/rebornix/vscode-toggle, https://medium.com/hack-visual-studio-code/toggle-any-setting-in-vs-code-using-keyboard-shortcut-arguments-cdb5ddc56955, https://github.com/unocss/unocss/blob/main/packages/vscode/README.md, https://github.com/sebsojeda/vscode-svx, https://github.com/Microsoft/vscode-sublime-keybindings
FAQs
Convenient keybindings and snippets for Kitbook, a component workbench for Svelte
The npm package kitbook-vscode receives a total of 0 weekly downloads. As such, kitbook-vscode popularity was classified as not popular.
We found that kitbook-vscode demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.