Christian Heine

Results 12 comments of Christian Heine

Inspired by the plugin from @chenxsan I just submitted a pull request (https://github.com/sketch-hq/svgo-compressor/pull/72) which adds a new menu-option and shortcut to copy the currently selected layer as SVG to the...

Hey there, did I see someone mention my name? :) @kevmodrome: I think this RFC is a great idea. I just went though my current codebase and checked what I...

@sw-yx / @babycourageous : I fully see your arguments and also got similar feedback regarding actions before. My view on this: The more I used Svelte (and I guess this...

Do you mean autocomplete for a single-value field or hashtag/mention support within a document? Let me assume that you mean Hashtags/Mentions (because this is usually a bit more involved). Essentially,...

> > Probably the best solution (especially for a modular framework) would be to render Svelte components directly from a prosemirror plugin. > > This architecture may stop us using...

> Feels like this is a design problem with Prosemirror, where plugins must be hardwired to the UI. Maybe it needs something like a concept of plugin models where the...

This way the plugin only contains its core logic but leaves the definition of the UI to the caller. The plugin (e.g. to show hashtags or a menu) could be...

Fully understand your concern. The answer is a bit complicated. The repo started out from the personal need to link between Prosemirror and Svelte. I needed a flexible and extensible...

OK, so I reviewed the current codebase. I think I should be able to ease out the edges in 1-2 days of effort. Will try to get this done over...

Another month has passed and no updates here, I know. For the last few of months, I've been pulled deeper and deeper into the mobile development rabbit hole with Flutter...