Soumik

Results 6 issues of Soumik

Fix mute and unmute events getting dispatched multiple times. Now that a single channel is used for publication and subscription, we should trigger stream update related events only once for...

Initial implementation after discussion https://github.com/charmbracelet/vhs/issues/8#issuecomment-1296319441 Closes #8

This change will allow theme plugins to show in the list under _Settings > Plugin Settings_ if they register settings schema using `logseq.useSettingsSchema(settings)` same as how non-theme plugins do. This...

Terminal themes are now available in Preview. https://learn.microsoft.com/en-us/windows/terminal/customize-settings/themes I suggest the following, - Add support for terminal "themes" and "color schemes" separately. Currently what we call themes in this project...

enhancement

Suggestion to make this a Joplin plugin using [Joplin Plugin API]. (https://joplinapp.org/api/references/plugin_api/classes/joplin.html). - Have access to official js Plugin API - Ability to package icons/fonts along with the stylesheets. -...

enhancement

The maintenance efforts will reduce drastically if we can generate TextMate grammar which is [used by VSCode](https://github.com/microsoft/vscode-textmate) from [VHS official tree-sitter](https://github.com/charmbracelet/tree-sitter-vhs) grammar. ### Resources 1. [Tree-sitter Parser and Grammer](https://tree-sitter.github.io/tree-sitter/creating-parsers) 2....