Henry Heino
Henry Heino
You can play sounds when running scripts via `jsc`. JavaScript run through `jsc` has access to the [Web AudioContext](https://developer.mozilla.org/en-US/docs/Web/API/AudioContext).
`jsc` runs JavaScript directly in [`hterm.html`](https://github.com/holzschu/a-shell/blob/master/hterm.html). As such, any `document` manipulations are reflected there. Through this, it has a sort of interactive UI... For example, ```js $ cat temp.js let...
See also https://superuser.com/questions/1399326/is-there-a-way-to-fix-the-numbering-of-a-numbered-list-in-markdown For now, one workaround is to write the list with HTML: ```md 1. Test 3. Another test 5. Yet another test ```
Things to try: * If you haven't already, move `C:/Users/your-main-account-username-here/.config/joplin-desktop` to the trash folder (or some other location where Joplin won't find it) and restart Joplin. * What happens if...
This doesn't seem to be fixed for me (this looks like an [upstream bug in react-native-webview](https://github.com/react-native-webview/react-native-webview/issues/1634)). The proposed solution involves creating/modifying Objective-C types during runtime (I think). I'm very new...
> What happens when the sync target is set to "none"? The sync icon isn't shown. > I'd rather not have a setting for this. We should be sure about...
> The main thing I'm really thinking of is trying to have consistency between the applications. If we are going to have an error icon or "not sync'd" icon then...
The icon is now only visible when a sync is needed/while syncing. It's also no longer opt-in (I've removed the setting).
Let's also consider [background sync (as discussed here)](https://discourse.joplinapp.org/t/mobile-sync-in-the-background/27526) as a potential solution to this problem.
> Another concern I have with this change is the lack of consistency and duplicate functionality. At the least, we should use the same `Component` for the sync status in...