Max Tumozov
Max Tumozov
mdsvex.config.js ```js const config = { extensions: ['.svx'], smartypants: { dashes: 'oldschool', }, layout: 'src/lib/components/MarkdownLayout.svelte', remarkPlugins: [], rehypePlugins: [], }; export default config; ``` svelte.config.js ```js import { mdsvex }...
Right now one has to `io.ReadAll` before passing the data slice into `LoadGLTFData` which wraps it in a reader, so why not pass a reader directly? Loading from file is...
Window rules allow to, for example, set a window as floating as soon as it opens. It would be nice to add window-specific keybindings so that an auto-floating window, for...
It should be pretty straightforward to add [Helix](https://helix-editor.com) support. Syntax highlighting is done with tree-sitter queries, which there is a lack of as I understand, but LSP only needs to...
As of now, it is possible to pipe output from any program's stdout into a file and then open that file as a bar component. But doing so is cumbersome,...
I noticed that WM slows down considerably after a bunch of config reloads. A full restart fixes everything, of course. You might have to take a look at that. Thank...