You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,11 @@ This document outlines every feature available in the PaperCache codebase, organ
31
31
32
32
## Artificial Intelligence
33
33
34
-
-**Inline AI Assistant**: Type `/ai <prompt>` and press enter to summon OpenAI straight into your editor. Prompts are evaluated and automatically replaced with AI responses directly inline.
35
-
-**Configurable Models & Custom Endpoints**: Easily switch out your API Key, System Prompt, API Base URL, and specific AI Model (`gpt-4o`, `gpt-3.5-turbo`, or custom local LLM endpoints) in the settings panel.
34
+
-**Inline AI Assistant**: Type `/ai <prompt>` and press enter to summon AI straight into your editor. Prompts are evaluated and automatically replaced with AI responses directly inline.
35
+
-**Note Context Injection**: Type `/ctx <prompt>` instead to automatically package the entire text of the current note along with your prompt, allowing the AI to read your document before answering.
36
+
-**Configurable Models & Custom Endpoints**: Easily switch out your API Key, System Prompt, API Base URL, and specific AI Model in the settings panel.
37
+
-**Free Top-Tier Defaults**: PaperCache comes fully pre-configured to point to OpenRouter's free tier, using powerful models like `nvidia/nemotron-3-super-120b-a12b:free` out of the box!
38
+
-**Secure API Storage**: API keys are securely encrypted at rest using your operating system's native keychain (via Electron's `safeStorage`).
36
39
37
40
## Desktop System Integration
38
41
@@ -43,6 +46,7 @@ This document outlines every feature available in the PaperCache codebase, organ
43
46
-`Cmd+Shift+N` (configurable): Instantly spawn a new floating note from anywhere on your OS.
44
47
-`Cmd+Shift+C` (configurable): Toggle PaperCache visibility from anywhere on your OS.
45
48
-**State Memory**: Memorizes precise window coordinates, dimensions, and zoom levels across launches to persist workspace state.
49
+
-**Fluid Settings**: Opening the Settings menu dynamically inherits the exact dimensions and on-screen coordinates of your current notepad for a native, seamless transition.
46
50
-**Launch on Startup**: Optional setting to boot silently in the background when your computer starts.
47
51
-**Exporting Options**: Export individual notes straight to a local `.md` file on your filesystem via the main menu or search list.
48
52
-**Safe Tutorials**: Auto-generates fully functional Markdown tutorials in a `commands/` folder upon first launch. Prevents accidental deletion of these core tutorial files.
0 commit comments