Simon Huber

Results 12 issues of Simon Huber

If I open a Muuri Grid in a new window through `window.open()` I'm able to get the layout right, but the dragging of items doesn't work. I assume that internally...

question

Hello Mr. Rosen, I hope you're well I'm using your library at https://burningtreec.github.io/tw5-musicsheets/ It's a plugin for [TiddlyWiki5](https://tiddlywiki.com) and I wanted to tell you that it's working very well I...

comment

https://docs.nwjs.io/en/latest/References/Clipboard suggests that we could make clipboard access available within TiddlyDesktop A copy-from-clipboard macro or message would be very great, what do you think? Is it even possible?

Currently, the nw.js window can be resized to nearly zero width and height. We should specify a minimum width and height: https://nwjs.readthedocs.io/en/stable/References/Window/#winsetminimumsizewidth-height

Hi all, and especially @saqimtiaz I've prepared this PR which incorporates the modifications Saq made for the dropzone widget I'd like to hear what Saq says to the implementation

### Describe the bug I'm working on a CodeMirror 6 plugin for Tiddlywiki See: https://burningtreec.github.io/tiddlywiki-codemirror-6 When the editor gets instanciated, it gets a highlighting/completion mode applied depending on `this.widget.getEditInfo().type` Now...

**Is your feature request related to a problem? Please describe.** In the current tag-picker such a widget would solve an issue with tags not animating when deleting a state-tiddler right...

This PR is a follow-up to #8106 , #8118 and #8125 It's also related to the discussion #8128 This puts every tiddler tagged `$:/tags/Stylesheet` into its own `` tag at...

This PR adds a `ViewHandler` base class to the `view` widget and `subclasses` for each of the different views The `ViewHandler` has methods `render`, `renderWikified`, `createTextNode`, `createWikifiedTextNode`, `createFakeWidget` and `refresh`...

### Describe the bug I don't know if this is a bug or a known issue. ![Bildschirmfoto vom 2024-04-07 14-57-42](https://github.com/Jermolene/TiddlyWiki5/assets/9407182/de9cdd17-1e9b-4bc7-8f5a-d6eaa16d084d) The Element widget does not support style.* attributes and it...