✒️ A VSCode-like command palette plugin for inkdrop

Overview

inkdrop command palette

A VSCode-like command palette for Inkdrop. (Invoke using Ctrl+K)

https://my.inkdrop.app/plugins/command-palette

💡 You may need to reload Inkdrop for this plugin to work. Ctrl + Alt + R

Inkdrop_logbdEi1qT

Features

  • Access and Invoke almost any command in Inkdrop.
  • Filter commands by . for Formatting Commands and by > for application commands.
  • Know which keyboard shortcuts are associated per command[^1].
  • Search every command[^2] in Inkdrop.
  • Extensible and easily configurable for plugin developers.

Install

ipm install command-palette

Keybindings

Command Explanation Keybind
commandpalette:toggle Shows/Hides the Command Palette Ctrl+K

add it to your keymap.cson

'body':
    'ctrl-k': 'commandpalette:toggle'

Changelog

1.0.0 - 08/24/2022

  • Initial release, yay!

Ideas

  • configurable settings? I don't know what to put here though...

Todo

  • ability to use commands that require an argument, requires a bit of reverse engineering
  • finalize decision on whether i should isolate commands such as focus on **** because we'd be already focusing on it or have another command invokable related to it that works targeted by the selector[^3].
  • code documentation/prettify to make it less stressful on the eyes.
  • find a way to make commands that rely on native stuff target the proper selector, as of now i could only rule this as a javascript DOM limitation (still researching on it though!)
1: Current version is limited to only default keybindings, planned support for user defined keymaps.cson is in the works.
2: Provided that the plugin developer provides support for their command via lib/commands/plugins.js
3: For now, if you search for a command like that, it won't show anything but it's always visible on the full list, oh and you can't invoke it either.
You might also like...

Exposes theming options available in Joy UI by providing color palette and typography controls.

Joy Theme Creator Note: Joy UI is currently in alpha - some things may not be finished or working as expected. This project exposes the theming option

Dec 28, 2022

Run a command, watch the filesystem, stop the process on file change and then run the command again...

hubmon Run a command, watch the filesystem, stop the process on file change and then run the command again... Install You can install this command lin

Jul 30, 2022

Utilities to work with protocol handlers (like "vscode://") on the web.

Protocol Handlers Utilities to work with protocol handlers on the web. Why? While the Navigator API provides methods to .registerProtocolHandler() and

Oct 1, 2022

A work-in-progress HTML sanitizer that strives for: performance like window.Sanitizer, readiness like DOMPurify, and ability to run in a WebWorker like neither of those.

Amuchina A work-in-progress HTML sanitizer that strives for: performance like window.Sanitizer, readiness like DOMPurify, and ability to run in a WebW

Sep 17, 2022

VSCode plugin to display interactive decompilation in the editor using various decompilers (binja, Ghidra, jd, dnspy, etc)

VSCode plugin to display interactive decompilation in the editor using various decompilers (binja, Ghidra, jd, dnspy, etc)

code-decompiler README This is SUPER WIP!!! Don't use it yet! All that is working so far is: Create memfs to store decomp results Compile protobuf to

Jul 30, 2022

A alternative to Github Copilot for vscode until you get the access to github copilot

A alternative to Github Copilot for vscode until you get the access to github copilot

Clara-Copilot 🆚 Code Howdy 👋 I know you guys are 😩 waiting for Github Copilot Here is a alternative one for now 😁 ⭐ Star is all i want nothing muc

Jan 8, 2023

📜 Snippet generator for VSCode

📜 Snippet generator for VSCode

Snippet Generator 📜 Snippet generator for VSCode 💿 Install Via Marketplace Command: Generate Snippet Inspired By Johnson Chu's comment snippet-gener

Jan 2, 2023

Rollup + Babel + Prettier + Strict ESlint + VSCode - Enterprise grade boilerplate

Javascript package boilerplate by HackingBay Rollup + Babel + Prettier + Strict ESlint + VSCode - Enterprise grade boilerplate Minimalist js package b

Dec 28, 2021

Rollup + React + Babel + Prettier + Strict ESlint and Stylelint + Sass + VSCode + Playground app - Enterprise grade boilerplate

React package boilerplate by HackingBay Rollup + React 17 + Babel + Prettier + Strict ESlint and Stylelint + Sass + VSCode + Playground app - Enterpri

Jan 19, 2022
Owner
Jariel Que
i make somewhat pleasable ideas
Jariel Que
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
MacOS launcher & command palette

About If you ever liked tools like Raycast and Alfred, but wanted to own them and tweak them yourself, then SOL is the tool for you. All the affordanc

Oscar Franco 1.4k Dec 30, 2022
Supercharge your All-in-One workspace with the Command Palette within Notion 🕹️

Notion Palette Supercharge your All-in-One workspace with the Command Palette within Notion ??️ Notion Palette is a free and open source extension, yo

Ruter 13 Nov 10, 2022
Palette plugin using CSS variables for TailwindCSS

Palette plugin using CSS variables for TailwindCSS Adds a color palette (from 100 to 900) for each color of your tailwind configuration while using CS

Liège Arthur 11 Dec 28, 2022
A VSCode extension to execute terminal command in multiple directories.

SiteFlex ?? Introduction The emergence of microservices and microfrontends posed a real threat on lazy programmers. Consider this scenario, you have m

CuteTN 3 Sep 6, 2022
Color palette text parser to a function, compatible with GMT, GDAL, GRASS, PostGIS, ArcGIS

cpt2js Color palette text parser to a function, input compatible with GMT, GDAL, GRASS, PostGIS, ArcGIS Demo From GDAL docs: The text-based color conf

WeatherLayers 5 Dec 4, 2022
Color palette generation function using hue cycling and simple easing functions.

Rampensau ?? Color palette generation function using hue cycling and easing functions. Check out a simple demo or see it in action over on farbvelo 10

David Aerne 24 Dec 28, 2022
A little toy app to help you find the nearest match for a given color within a Figma Tokens color palette.

Hey Palette So you've got a color palette in Figma and you've used the Figma Tokens plugin to export that palette to JSON. Let's say you have a color

Kalo Pilato 5 Nov 15, 2022