-
Using the markdown below and
```
```plaintext
.minecraft
saves
datapacks
pack.mcmeta
data
advancements
d…
-
https://github.com/nori3636/discordbot_codehighlight/blob/aa48dff751ab77fe76cdcff18fa2cc2280657185/src/index.ts#L19-L20
環境変数で依存注入したい
-
See the video for repro. Maybe an off-by-one error? Within code blocks copy/paste is grabbing the last node when it's not selected.
Even stranger: repeating the paste causes the cursor to jump aro…
-
`src/index.js` はtscで生成されるファイル
再現可能であるためgit管理は不要
-
Are there any plans on implementing collaborative editing for this plugin? Any pointers on how to start on this?
Prosemirror Demo: https://prosemirror.net/examples/collab/#edit-Example
Prosemirror…
-
**Description**
When typing around highlighted words, characters are inserted twice.
**Recording**
![ezgif com-gif-maker (1)](https://user-images.githubusercontent.com/2987087/129158609-339a7ce…
-
## About
I've been getting perf issues due to the highlight component doing calculations every render. Here's a brief example:
```jsx
const MyComponent = () => {
const { someCode } = useMyCo…
-
I'm trying to get code highlighting to work in my Vue 3 app.
What am I doing wrong?
```js
import { Highlight } from '@tiptap/extension-highlight'
import javascript from 'highlight.js/lib/languag…
-
I am trying to configure highlightjs in a reactjs application to detect and highlight json. But it doesn't work, any workaround ? I need it on the browser side btw.
-
On the demo (fm.devale.pro) when I click on a file I see the file contents and can edit text files. However, on my server when I click on a file nothing happens. I see no output in the console either …