Commit Graph

1372 Commits (1012282cd4b22fd626fef745664e0f77e8c51f09)

Author SHA1 Message Date
Zef Hemel 1012282cd4 Added AI and TreeView plugs to website 2024-02-23 10:02:11 +01:00
Marek S. Łukasiewicz afd2ce71a5
Recognize info string, settings and css after any legal fenced code start (#675, #693) (#694) 2024-02-23 09:03:14 +01:00
Joe Krill da762356db
Inject custom styles and theme into markdown preview pane (#741) 2024-02-23 09:01:38 +01:00
Joe Krill 29e55ca6b1
Store extracted customStyles in uiSettings (#731) 2024-02-22 22:28:47 +00:00
Joe Krill d25eee79f8
Correctly skip adding default shortcuts for overriden commands (#739) 2024-02-22 22:26:31 +00:00
Joe Krill f49c5a0431
Include `context` when opening the command palette via syscall (#737) 2024-02-22 22:25:02 +00:00
Joe Krill 46cd0fbb4f
Add fetch to editor plug's requiredPermissions (#738) 2024-02-22 22:24:05 +00:00
Marek S. Łukasiewicz cf010b5ef2
Add unary minus to Expression Language (#732) 2024-02-21 07:28:59 +00:00
johnl dfbec4f785
Update README.md video to the new one from 2024/02/09 (#726) 2024-02-19 20:16:33 +00:00
Michael Kolb 7b0d8caf06
Modified image (#727) 2024-02-19 20:14:50 +00:00
Joe Krill 35809836a9
Adds a system.getVersion syscall that returns the current system version (#721) 2024-02-17 22:32:09 +00:00
Giovanni Pollo 905c325f6c
Added support for new languages in the code environment (diff, powershell, perl, tcl, verilos, vhdl, docker, cmake) (#718) 2024-02-17 21:19:25 +00:00
Joe Krill 8c3625b0a4
Allow passing additional arguments to `renamePageCommand` and `renamePrefixCommand` (#720) 2024-02-17 20:22:51 +00:00
Patrik Stenmark 9ba4d008f2
Add note about https requirements (#714) 2024-02-16 09:23:44 +00:00
Viktoras 740b3a7664
Add go snippet support (#709) 2024-02-14 21:35:45 +00:00
Zef Hemel 352c064420
Update Page Name Rules.md 2024-02-13 22:48:52 +01:00
Ashish Dhama a9b31bde30
GH-683: Fix template dark mode (#698) 2024-02-13 18:32:55 +01:00
Zef Hemel 98613bf853 Youtube links 2024-02-09 14:27:54 +01:00
Zef Hemel 79a850137c New intro video 2024-02-09 10:55:01 +01:00
Zef Hemel 04c7a78676 More moves 2024-02-08 21:16:55 +01:00
Zef Hemel bb1e49a11e More moving stuff around 2024-02-08 21:12:23 +01:00
Zef Hemel 8d5ff601dd Further clean 2024-02-08 21:06:04 +01:00
Zef Hemel 60d3199d64
Giant code reorganization (#690)
Code restructure
2024-02-08 21:00:45 +01:00
Zef Hemel e1ac990de9 invokeFunction argument typecheck 2024-02-08 13:01:32 +01:00
Zef Hemel a925212427 0.7.1 2024-02-08 09:29:40 +01:00
Zef Hemel 05efbc8741 Refactoring and adding ability to create custom commands from space functions 2024-02-07 14:50:01 +01:00
Zef Hemel b3dc303624 Top bar sizing fixes 2024-02-07 09:51:55 +01:00
Marek S. Łukasiewicz 257c7a3e4a
Improve mobile navigation through history (#686)
* History back and forward commands
* Conditionally display actionButtons on mobile devices
2024-02-07 09:33:47 +01:00
Zef Hemel bfd8ef9cd2 Fix emoji aliasing breaking when no such config is defined 2024-02-06 17:20:31 +01:00
Zef Hemel 11859a1d53 Make System: Reload available in RO mode 2024-02-06 16:59:30 +01:00
Zef Hemel 7f26d867c8 Changelog fix 2024-02-06 16:55:17 +01:00
Zef Hemel 0ddbd877f9
Space script MVP (#685)
* Space Script MVP
* New `command` and `syscall` query sources
2024-02-06 16:51:04 +01:00
Marek S. Łukasiewicz dbce3a2ad1
Plug: Emoji aliases (#246) (#679)
Plug: Emoji aliases (#246)
2024-02-06 14:07:38 +01:00
Zef Hemel 99df161a8f
Update SilverBullet.md 2024-02-06 06:51:42 +01:00
Zef Hemel 828216795c
Update SilverBullet.md 2024-02-05 23:33:53 +01:00
Zef Hemel 7133d6c0f0
Update SilverBullet.md 2024-02-05 23:32:26 +01:00
Zef Hemel 61c50c6fa0 More new website copy 2024-02-05 21:47:05 +01:00
Zef Hemel 0302c5776d Updated changelog 2024-02-05 20:12:46 +01:00
Zef Hemel 2b86e288e8 Expose readPage function 2024-02-05 20:05:17 +01:00
Zef Hemel f82d72e626 Fixes #677 code complete 2024-02-04 16:36:59 +01:00
Zef Hemel d71c63a3a3 Render templates on the server 2024-02-04 15:32:14 +01:00
Zef Hemel fcac8e4755 New website copy 2024-02-03 21:01:32 +01:00
Zef Hemel 15358c8dd5 More #each in parsing fixes 2024-02-03 16:14:48 +01:00
Zef Hemel f85db51920 And same fix for #let 2024-02-03 15:55:39 +01:00
Zef Hemel dae2111d90 #each parser fix 2024-02-03 15:53:17 +01:00
Zef Hemel 82cb0ed267 Fix not passing in global vars into renderTemplate 2024-02-03 15:37:22 +01:00
Zef Hemel d0ebda0d7a Fixes #678 2024-02-03 15:28:24 +01:00
Zef Hemel 9bb72d01b2 Fixes #676 2024-02-03 14:58:29 +01:00
Zef Hemel 04abc283b0 0.7.0 2024-02-02 19:19:29 +01:00
Zef Hemel 341c07049f
Custom template parser (#672)
New template engine 🤯
2024-02-02 19:19:07 +01:00