mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-03 02:11:07 +05:30
feat: wire up sidebar panels and REPL with IPC handlers, preload channels, and CSS
This commit is contained in:
+21
-1
@@ -97,7 +97,27 @@ const ALLOWED_SEND_CHANNELS = [
|
||||
'save-pasted-image',
|
||||
|
||||
// Templates
|
||||
'load-template'
|
||||
'load-template',
|
||||
|
||||
// File Explorer
|
||||
'list-directory',
|
||||
|
||||
// Git
|
||||
'git-status',
|
||||
'git-stage',
|
||||
'git-commit',
|
||||
'git-log',
|
||||
|
||||
// Snippets
|
||||
'get-snippets',
|
||||
'save-snippet',
|
||||
'delete-snippet',
|
||||
|
||||
// Code execution (REPL)
|
||||
'execute-code',
|
||||
|
||||
// File open by path
|
||||
'open-file-path'
|
||||
];
|
||||
|
||||
const ALLOWED_RECEIVE_CHANNELS = [
|
||||
|
||||
Reference in New Issue
Block a user