P Christopher Bowers
P Christopher Bowers
@dilizarov I believe this is not an issue with tiptap as a product and potentially more as an issue with documentation. I have used nested lists several times and am...
@dilizarov I somehow missed that on your first comment! Thanks for clarifying.
@TestCK There is an extension called [HardBreak](https://tiptap.dev/api/nodes/hard-break) which will provide you with the functionality you need for `Shift + Enter`. To submit on enter, simply implement the `editorProps` function called...
In fact, another example would be [Chezmoi's Installation Script](https://github.com/twpayne/chezmoi/blob/41644bbc752f48082e53e0e035ff4e6f802e780c/assets/scripts/install.sh) which may operate as a great starting point to implement this considering it's a [Bubble Tea](https://github.com/charmbracelet/bubbletea) application and lists some other...
While not a plugin, you can add the following at the bottom of your `build.gradle` file to add an `encrypt` and `decrypt` task. You may need to modify the `args`...
This seems like a relatively easy fix. Based on the comment on [this wiki](https://askubuntu.com/questions/1403952/wallpaper-background-switches-back-to-default-when-in-dark-mode-22-04-lts), the `src/Utils/SchemaManager.vala` needs to be updated from ```vala case Constants.IS_GNOME: settings.set_string ("picture-uri", "file://" + picture_path); if...
@Sperovita I created a combined extension ([alpine-intellisense](https://marketplace.visualstudio.com/items?itemName=pcbowers.alpine-intellisense)) that takes some of your ideas and improves upon them by using the same TextMate grammar utilized for html event-attributes like `onclick` and...
I essentially want to be able to do this (https://github.com/slackapi/deno-slack-api/blob/main/README.md?plain=1#L21), but I don't have a response_url to respond with.
Good question. Here's how I go about triggering everything: 1. I have a link trigger that you can click 2. When this trigger is clicked, I pass the interactivity and...
> @pcbowers Impressive work! Thanks for giving our next generation platform a spin. I lead some of our platform efforts and would love to pick your brain on what it's...