Maks
8a3782e946
improve dependency management ( #770 )
...
* use import_map.json instead of per-file import
* remove test_deps.ts in favor of import_map
* remove common/deps.ts in favor of import_map
* use import_map instead of server/deps.ts
* make all plug-api files usable without an import_map
* make all lib files usable without an import_map
* remove web/deps.ts in favor of import_map
* fix plug build
* remove plug-api/deps.ts in favor of lib/deps.ts
* fix server deps bundled in client deps
2024-03-16 15:29:24 +01:00
Zef Hemel
e919aa82e9
0.7.4
2024-02-29 15:23:05 +01:00
onespaceman
35128cc591
Change top bar to flexbox ( #762 )
2024-02-27 22:43:39 +01:00
Zef Hemel
a98299e8b3
Revert "Change top bar to flexbox ( #753 )" ( #760 )
...
This reverts commit e3a2dbdd11
.
2024-02-27 19:32:40 +01:00
onespaceman
e3a2dbdd11
Change top bar to flexbox ( #753 )
2024-02-26 18:10:31 +01:00
Matthew Pietz
e290245621
Relax hashtag pattern matching (Support Emoji) ( #752 )
...
Adjust the RegExp for matching tags in order to better support compatibility
with other PKM systems. Though not the exact matcher used in Obsidian (since
its source is closed), this matcher is modeled mostly after it and allows most
non-whitespace characters, including Emoji.
I use a task line like `- [ ] Gift Idea #🎁 #Person-Name` to denote gift ideas
for friends and family. This patch allows SilverBullet to recognize the emoji.
2024-02-26 18:03:55 +01:00
Zef Hemel
bb1e49a11e
More moving stuff around
2024-02-08 21:12:23 +01:00
Zef Hemel
60d3199d64
Giant code reorganization ( #690 )
...
Code restructure
2024-02-08 21:00:45 +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
341c07049f
Custom template parser ( #672 )
...
New template engine 🤯
2024-02-02 19:19:07 +01:00
Zef Hemel
8404256ccb
Fixes #643
2024-01-25 11:42:36 +01:00
Zef Hemel
2893fe11a3
Fix Shift-Enter regressions
2024-01-24 14:56:02 +01:00
Zef Hemel
308b1232bc
Fixes #642
2024-01-24 14:52:07 +01:00
Zef Hemel
a9ce68860e
Fixes #638
2024-01-24 14:03:14 +01:00
Zef Hemel
ad4a795e7f
Remove "syntax" support from plugs
2024-01-24 13:34:12 +01:00
Zef Hemel
ddd730d9b3
Remove some page templates, remove template picker button, update changelog
2024-01-22 09:53:39 +01:00
Zef Hemel
f30b1d3418
Templates 2.0 ( #636 )
...
Templates 2.0 and a whole bunch of other refactoring
2024-01-20 19:16:07 +01:00
Zef Hemel
a2dbf7b3db
PlugOS refactor and other tweaks ( #631 )
...
* Prep for in-process plug loading (e.g. for CF workers, Deno Deploy)
* Prototype of fixed in-process loading plugs
* Fix: buttons not to scroll with content
* Better positioning of modal especially on mobile
* Move query caching outside query
* Fix annoying mouse behavior when filter box appears
* Page navigator search tweaks
2024-01-15 16:43:12 +01:00
Zef Hemel
848211120c
Tags redo ( #624 )
...
Introduction of `tag` and `itags`
2024-01-11 13:20:50 +01:00
Zef Hemel
848e11a773
Rebuilt frontmatter templates as template widgets
2024-01-08 17:08:35 +01:00
Zef Hemel
c63a93e866
Priority support for commands and overrides
2024-01-02 13:47:43 +01:00
Zef Hemel
6b6ab30c92
Upgrade @codemirror/view and height fixes
2024-01-02 12:43:10 +01:00
Zef Hemel
8448a578fc
Optimizing caches
2024-01-02 11:32:57 +01:00
Zef Hemel
d43dbcacec
Fixed a lot of bugs with new widget rendering
2023-12-28 16:14:30 +01:00
Zef Hemel
a205178ff0
Renamed "keyboardShortcuts" to "shortcuts"
2023-12-27 08:14:57 +01:00
Zef Hemel
8a181145ad
Update keyboard shortcuts in command pallette #605
2023-12-22 14:33:50 +01:00
Zef Hemel
82391682f6
Avoid builtin page attributes to be overridden
2023-12-22 11:27:07 +01:00
Zef Hemel
8577fb95db
Filter pages on tags
2023-12-21 19:49:25 +01:00
Zef Hemel
70ef6ed9da
Work on #587 : revamped templates
2023-12-21 18:38:02 +01:00
Zef Hemel
aed8bef208
Clicking top bar scrolls to top of page
2023-11-25 14:04:32 +01:00
Zef Hemel
aa5bff548d
template fix
2023-11-21 13:26:48 +01:00
Zef Hemel
1af5e022a0
Milde optimizations
2023-11-16 09:59:37 +01:00
Zef Hemel
663a15fe33
Template sets
2023-11-15 14:56:34 +01:00
Zef Hemel
35e2afc18b
Fixes #566
2023-11-15 10:27:37 +01:00
Zef Hemel
8a7c50599d
Fixes #522
2023-11-15 10:08:21 +01:00
Zef Hemel
4acfd96011
Website content updates
2023-11-15 09:31:52 +01:00
Zef Hemel
b4ab56c712
Requeue messages on the server as well
2023-11-15 09:31:44 +01:00
Zef Hemel
f3d72ca6f4
iframe widget pooling (experimental)
2023-11-12 11:50:49 +01:00
Zef Hemel
da88c9c6ed
Fix page navigator ordering regressions
2023-11-12 10:43:08 +01:00
Zef Hemel
69ef37a170
Added ngrok deployment option
2023-11-10 10:57:57 +01:00
Zef Hemel
6892756397
Ignore casing in wiki link marking
2023-10-10 09:38:06 +02:00
Zef Hemel
dc255c3dda
Fix iframes in Safari PWA
2023-10-09 21:02:57 +02:00
Zef Hemel
371932e085
More iframe height fixing
2023-10-04 16:21:18 +02:00
Zef Hemel
852b07c7a7
Widget sizing fixes
2023-10-04 13:47:02 +02:00
Zef Hemel
0313565610
Complete redo of content indexing and querying ( #517 )
...
Complete redo of data store
Introduces live queries and live templates
2023-10-03 14:16:33 +02:00
Zef Hemel
75da8e7ca9
Further iteration
2023-08-30 17:25:54 +02:00
Zef Hemel
9a005f26b5
Work on client modes
2023-08-29 21:17:29 +02:00
Zef Hemel
2a10d50094
Fixes #193 : Allowing plug overrides
2023-08-20 19:54:31 +02:00