Skip to content

Commit 8e523a7

Browse files
authored
Add 1morr.inkling to the gallery (#165)
Inkling Notes is a note-taking extension for Command Palette. It is published on the Microsoft Store as 9NDGWN4JTXHH.
1 parent a9c33a1 commit 8e523a7

5 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "1morr.inkling",
4+
"title": "Inkling Notes",
5+
"shortDescription": "Take notes without leaving Command Palette. They are plain Markdown files in a folder you choose.",
6+
"description": "Inkling lets you take notes inside PowerToys Command Palette. Summon the palette, type Inkling, and pick Quick capture. Type your thought, press Enter, and the note is saved.\n\nYour notes are ordinary Markdown files in a folder you pick. Open them in any editor, sync them with OneDrive or any other cloud drive, or drop your existing .md files into the folder and they show up in the list right away.\n\n- Quick capture: type a title and press Enter. Add ;; after the title to write the body in the same line.\n- Notes list: search, preview, edit, copy the body, open a note in your editor, show it in File Explorer, or delete it to the Recycle Bin.\n- Scratchpad: a single note that is always there, for anything that needs no title. It opens with whatever you left in it last time.\n- Plain Markdown: front matter fields Inkling does not know are left untouched, so it coexists with Obsidian, VS Code, and anything else that reads .md.\n- Keyboard-first: the common actions have shortcuts, and Ctrl+K shows the rest.\n- Optional: assign an alias or a global hotkey to Quick capture to jump straight in.\n\nYour notes stay on your PC. Inkling collects nothing and sends nothing.",
7+
"author": {
8+
"name": "1morr",
9+
"url": "https://github.com/1morr"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/1morr/Inkling",
13+
"tags": ["notes", "markdown", "quick-capture", "note-taking", "scratchpad"],
14+
"categories": ["productivity"],
15+
"installSources": [
16+
{
17+
"type": "msstore",
18+
"id": "9NDGWN4JTXHH"
19+
}
20+
]
21+
}

extensions/1morr/inkling/icon.png

6.27 KB
Loading
87.2 KB
Loading
72 KB
Loading
69.1 KB
Loading

0 commit comments

Comments
 (0)