Zef Hemel
Zef Hemel
Yeah, not sure what to do here. I added this query source as a "hey, this is a fun way to self document" not really taking into consideration the client/server-side...
Before I implement this, let's make sure that this will actually give you want you want. What I could implement is that I pass in either a page name, or...
Yes. I've noticed this too. No concrete ideas on how to fix yet though.
I think this should work already if you don't use double quotes inside double quotes, so e.g.: ``` - command: '{[Navigate: Page Picker]("Inbox/")}' key: "Ctrl-q" ```
Ah sorry, yeah no it doesn't do that (yet).
This has to be wrapped in a command: https://codemirror.net/docs/ref/#commands.deleteLine see see `web/syscalls/editor.ts` for examples.
Do you have ``` customStyles: "[[STYLES]]" ``` In your SETTINGS, like here? https://silverbullet.md/SETTINGS
Ok so here's the history of these modes. Once upon a time, there was only what we call "Online" mode: the server does the heavy lifting: the indexing, the storing...
When you say setting, do you mean a global setting (like in the `SETTINGS` file) or per client? The reason it's a button now is that it's per client. Btw,...
All these options raise the question: why would I ever disable this, what's the trade off? I mean, everybody wants to allow running while offline, right? :)