Results 216 issues of bilogic

``` - command: "{[Navigate: Page Picker]("Inbox/")}" key: "Ctrl-q" ``` I want to list out all pages starting with `Inbox/`, instead of having to type `Inbox/` everytime after pressing `ctrl+q`. Possible...

In my `Library/Core/Widget/Linked Mentions`, it currently shows a `snippet` ![image](https://github.com/silverbulletmd/silverbullet/assets/946010/8df7b970-e94e-4e5a-9b5e-91370aa9f68e) How can I make it show the whole line instead? Thank you. (Side note: the invisible markdown will likely force...

# Problem The names `Online` and `Sync` do not fully convey their meaning until I think really hard about it # Suggestion 1. I'm wondering what are the use cases...

https://github.com/langleyfoxall/xero-laravel/blob/abf58477c02c57e2d00e0e8aa33ec0f4b70ab736/src/OAuth2.php#L121 I was trying to see if we could use Socialite instead of replicating oauth2 implementation and found `getTenants()`. Strictly speaking, is it part of the OAuth2 specification?

sync variable names in examples

Like #48, add a button to test the settings to ensure the JSON parameters are set correctly

Possible to have an `invert()` to invert the colors? 1. `is_suspended`, 0 = green, 1 = red 2. `is_active`, 0 = red, 1 = green Will shorten the code quite...

![image](https://user-images.githubusercontent.com/946010/208279130-6c0ff598-4ac6-406a-bc1d-ed3b303bd280.png) My columns shift left when `canSee()` returns false. Any idea? Context: I'm trying to prevent the user from locking themselves out by disabling the toggle for the logged in...

Writing to a fixed path in this manner creates problems in Laravel, i.e. the `/public` folder is not writable for security reasons.

Hi, ```WhatsappExtensions``` partially works, I can see the additional ```Call``` button in the direct message's menu and tapping on it brings up the native phone with number. However, the ```Hide```...