1
0
Commit Graph

162 Commits

Author SHA1 Message Date
Zef Hemel
0365673c41
Mobile app PoC (#281)
Initial checkin of mobile "native" app
2023-01-08 12:24:12 +01:00
Zef Hemel
5681129e40 Changelog 2023-01-05 15:38:51 +01:00
Zef Hemel
7e6781012e 0.2.6 2023-01-05 15:26:56 +01:00
Tristan Sokol
65007df42c
Update Silver Bullet.md (#287) 2023-01-05 06:06:35 +01:00
Tristan Sokol
09d7e79811
Update Query.md (#280)
Add in a description of hardcoded variables you can use in queries, seems pretty relevant for bullet journal style scripting of tasks. 

Since this is copied from core/templates, and likely to change(?) maybe it would be best to use an #include directive and break out into a separate file?
2023-01-04 19:54:24 +01:00
Tristan Sokol
2e57a40136
Update Query.md documentation broken link (#276)
* Update Query.md
2023-01-04 19:50:36 +01:00
Tristan Sokol
3a21bbf309
Update Query.md (#277)
clarify documentation that the data sources are space wide, not just for the page where the query lives.
2023-01-04 19:17:55 +01:00
Zef Hemel
c6065d792c Fixes #265 2023-01-04 16:45:13 +01:00
Zef Hemel
fdc08d893a
PoC Electron app (#264)
Initial version of Electron wrapper + build pipeline
2023-01-03 20:46:52 +01:00
Tristan Sokol
d97b6d8529
update daily note documentation (#266)
From the changelog it seems like this setting was added in 0.0.31 but doesn't appear to be documented anywhere. 

Thanks for this project! Let me know if you have any feedback, and/or if you'd like me to keep submitting PRs like these when I find them.
2023-01-02 14:12:38 +01:00
Zef Hemel
27a7f7130c
Update Silver Bullet.md 2022-12-28 15:00:44 +01:00
Zef Hemel
ce323509a0 Copy tweak 2022-12-28 14:54:19 +01:00
Zef Hemel
982c3c2b1a Merge branch 'main' of github.com:silverbulletmd/silverbullet 2022-12-28 14:51:04 +01:00
Zef Hemel
a89bf2f449 Website quick links 2022-12-28 14:51:01 +01:00
Evgenii Karagodin
a2ff27f511
Fixes #129: add "attachment" query source (#239) 2022-12-28 08:51:55 +01:00
Zef Hemel
e38d8b5806 Changelog and RPI instructions 2022-12-27 12:52:15 +01:00
Zef Hemel
81adc538e5 Added mermaid and KaTeX plugs, updated changelog 2022-12-22 16:47:04 +01:00
Zef Hemel
fbb45f0525 Changelog 2022-12-22 11:23:27 +01:00
Zef Hemel
dcdcb7c102
Update Silver Bullet.md 2022-12-21 20:13:32 +01:00
Zef Hemel
3545d00d46
Major mini editor refactoring (#225)
Replaces most editing components with CM components, enabling vim mode and completions everywhere

Fixes #205 
Fixes #221 
Fixes #222 
Fixes #223
2022-12-21 14:55:24 +01:00
Zef Hemel
6897111cf9 Changelog 2022-12-19 13:42:20 +01:00
Zef Hemel
69ecf6a947 Another Mattermost plug update 2022-12-16 16:52:03 +01:00
Zef Hemel
c2b2aeca6f 0.2.4 release + Mattermost plug doc update 2022-12-16 16:45:29 +01:00
Zef Hemel
0314e3025f Fixes #204 2022-12-16 13:00:06 +01:00
Zef Hemel
88cc80cd1a Fixes #201 2022-12-16 12:44:04 +01:00
Zef Hemel
3fd24fcae4 Added vim mode to changelog 2022-12-15 13:26:08 +01:00
Zef Hemel
aaebea5e54
Major directive refactor (#195)
Fixes #188 #144 #76: major refactor of directive parsing, rendering, styling
2022-12-14 20:04:20 +01:00
B. Burt
25cefed095
Fix typo on plugs.md (#191) 2022-12-13 10:28:58 +01:00
Zef Hemel
3006e4f139 Updated changelog 2022-12-12 09:24:51 +01:00
Arturo R
1559f299ab
Update backlinks plug JSON URL. (#184) 2022-12-11 12:52:12 +01:00
Zef Hemel
850077bad0 Fixes #144 2022-12-09 17:13:26 +01:00
Zef Hemel
453c613ef4 UI font tweaks 2022-12-09 14:16:28 +01:00
Zef Hemel
2d6a24dc49
Switch to feather icons (#175)
Switch to feather icons
2022-12-08 17:04:07 +01:00
Zef Hemel
5b8c25f8b3
Deno docker update (#174)
Fix #150: update Dockerfile and docker-compose
2022-12-07 18:43:47 +01:00
Nguyen Long Nhat
acec440444
Fix some grammars (#170)
Fix grammar
2022-12-07 17:05:27 +01:00
Zef Hemel
7bd9c8220e Remove hashtags from example template/task template 2022-12-06 10:15:48 +01:00
Zef Hemel
7c31b13a83 Merge branch 'main' of github.com:silverbulletmd/silverbullet 2022-12-05 20:14:36 +01:00
Sergio Moura
3d5d83ebde
fix query grammar link (#159) 2022-12-05 15:55:44 +01:00
Zef Hemel
0b82d248d3 Fixes #143 2022-12-05 13:07:38 +01:00
Zef Hemel
3175b3c948 Merge branch 'main' of github.com:silverbulletmd/silverbullet 2022-12-05 12:17:27 +01:00
Zef Hemel
e780a838b6 Fixes #139 #140 2022-12-05 12:14:21 +01:00
Zef Hemel
c98f486588
Update Silver Bullet.md
Fix video link
2022-12-04 06:41:07 +01:00
Jouni K. Seppänen
9baac2181a
Allow the user to specify hostname to listen on (#138) 2022-12-04 06:24:06 +01:00
Zef Hemel
15263a8dc6 Nicer hash tag CSS 2022-11-30 15:59:28 +01:00
Zef Hemel
477f021644 Fixes #133 2022-11-30 11:26:47 +01:00
Zef Hemel
6a047e1ef4 CommandLink alias syntax 2022-11-29 09:11:23 +01:00
Zef Hemel
a20aed99e2 Replace (wiki) links with proper link widgets for better click behavior 2022-11-28 16:56:15 +01:00
Zef Hemel
f685061f1a More website tweaks 2022-11-27 18:02:48 +01:00
Zef Hemel
da4027f4bc Collab support on front page 2022-11-27 11:43:10 +01:00
Zef Hemel
33736d2622 More website copy editing 2022-11-27 11:21:03 +01:00