Mauro Bieg

Results 148 comments of Mauro Bieg

We could read out a special key from the document's YAML metadata, which would override the [default export command, which is currently simply `pandoc`](https://github.com/mb21/panwriter/blob/master/electron/pandoc/export.ts#L97), so you could do: ``` ---...

No code written yet, but discussion or even PRs welcome! So far I've been mostly waiting on feedback on whether the proposal in my last comment here would satisfy users'...

Yes, seems like generally a good idea. As always with ICML output, implementing it just requires a lot of trial-and-error to see how the output actually looks and behaves in...

This was closed in https://github.com/crossterm-rs/crossterm/pull/742 although that PR only added `SetCursorStyle` and no command to _get_ the cursor style? (And `SetCursorStyle::DefaultUserShape` [apparently](https://github.com/nushell/reedline/pull/574#issuecomment-1518635538) sets the cursor to a default and not...

An alternative syntax that [vite is using](https://vitejs.dev/guide/assets#importing-asset-as-string) would be: import textContent from './file?raw'

@clydin that TypeScript issue you linked to talks about `with { type: "css" }` which would import some CSS and assign it type `CSSStyleSheet`. As I understood the OP, this...

> notification saying that the file on-disk has changed would be sufficient to remind me to open the file again. Would that be within the spirit of panwriter? yes, good...

Relatedly, would be great to have the localhost URL documented somewhere. What's the equivalent to `https://${SUPABASE_PROJECT_ID}.supabase.co/storage/v1/upload/resumable` on localhost? `http://localhost:54323/storage/v1/upload/resumable` gives a CORS error, so probably not the right endpoint?

So you would have to do `pandoc -d source.md source.md` ? or just `pandoc source.md` would be enough? Also copying my comment from #4627: I don't think a lot of...

Yeah, I remember I looked into that for https://PanWriter.com as well, and there was no reliable way to detect ARM vs Intel macs on all browsers at that time, so...