Justyn Shull
331d526f52
Fix frontmatter indexing error when a tag is a number ( #830 )
...
* Fix indexing error by always treating frontmatter tags as strings
* Only try escaping html in actual strings
2024-03-26 21:04:34 +01:00
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
Justyn Shull
2eb9ecd34f
Only prepend attachmentUrlPrefix if url doesnt already start with it ( #800 )
2024-03-13 08:26:40 +01:00
Zef Hemel
5cf38617af
Fixes #793
2024-03-10 12:28:13 +01:00
Zef Hemel
c584bbeb0a
Fixes #745
2024-03-02 13:09:05 +01:00
Zef Hemel
e919aa82e9
0.7.4
2024-02-29 15:23:05 +01:00
Zef Hemel
e046415f05
First iteration of new take on sharing
2024-02-28 12:16:51 +01:00
Joe Krill
da762356db
Inject custom styles and theme into markdown preview pane ( #741 )
2024-02-23 09:01:38 +01:00
Zef Hemel
60d3199d64
Giant code reorganization ( #690 )
...
Code restructure
2024-02-08 21:00:45 +01:00
Zef Hemel
e2aa869660
Fix markdown rendering for links with markup
2024-01-28 16:14:05 +01:00
Zef Hemel
8a89d69c22
Fixes #640
2024-01-24 14:44:39 +01:00
Zef Hemel
ad4a795e7f
Remove "syntax" support from plugs
2024-01-24 13:34:12 +01:00
Zef Hemel
aaacec6d61
Navigator refactor ( #648 )
...
Navigation refactor
2024-01-24 11:58:33 +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
a9eb252658
Plug sandbox rework
2024-01-14 13:38:39 +01:00
Zef Hemel
0296679827
Fixes #627
2024-01-13 18:42:40 +01:00
Zef Hemel
509ece91f0
Adding an "enabled" attribute to templates
2024-01-11 14:06:24 +01:00
Zef Hemel
848e11a773
Rebuilt frontmatter templates as template widgets
2024-01-08 17:08:35 +01:00
Zef Hemel
91027af5fe
Awesome frontmatter ( #617 )
...
Live Frontmatter Templates
2024-01-04 20:08:12 +01:00
Zef Hemel
8a2e081672
Fixes #529 by removing directives ( #613 )
...
* Fixes #529 by removing directives
* Load builtin tags on space reindex
2024-01-02 14:47:02 +01:00
Zef Hemel
9403fd2cd9
Cleanup
2023-12-27 13:46:45 +01:00
Zef Hemel
30436d97ea
More fixes related to #363
2023-12-19 17:55:11 +01:00
Zef Hemel
a5c7405a35
Fixes #363
2023-12-19 17:20:47 +01:00
Zef Hemel
92ecbff4cd
Fix some styling issues
2023-12-19 16:18:18 +01:00
Zef Hemel
8527528af4
Lazy plugs ( #596 )
...
* Manifest caching and lazy loading of plug workers
* Fixes #546 Plug unloading after time out
2023-12-06 18:44:48 +01:00
Zef Hemel
5a022ae6a0
Fixes cyclic error
2023-11-28 10:06:53 +01:00
Zef Hemel
fc6165000c
/front-matter -> /frontmatter
2023-11-27 16:43:12 +01:00
Zef Hemel
1af5e022a0
Milde optimizations
2023-11-16 09:59:37 +01:00
Zef Hemel
b26b7f4f0a
Better formatting for tt tags
2023-11-15 14:51:23 +01:00
Zef Hemel
95301a41ff
Fixes #558
2023-11-12 12:08:09 +01:00
Zef Hemel
f3d72ca6f4
iframe widget pooling (experimental)
2023-11-12 11:50:49 +01:00
Zef Hemel
d58db6aa1a
No longer index templates tagged as #template
2023-11-09 09:26:44 +01:00
Zef Hemel
ed0c0d9616
Give docked Safari PWA the proper title bar color
2023-11-07 15:21:53 +01:00
Zef Hemel
e0b6fbed3e
Change anchor reference syntax
2023-11-03 12:01:33 +01:00
Zef Hemel
74387cb5b1
Support Live Queries and Live Tempaltes in markdown preview
2023-11-02 16:09:25 +01:00
Zef Hemel
2844c8bc25
Markdown plug APIS
2023-11-02 12:35:30 +01:00
Zef Hemel
d8318c4ad7
Code widget refactor
2023-10-31 10:33:38 +01:00
Zef Hemel
af3e4737ba
More tweak to widget rendering
2023-10-29 12:26:57 +01:00
Zef Hemel
7e9a3f7b6a
Improvements to #530 styling
2023-10-29 12:10:30 +01:00
Zef Hemel
0b9977a4c4
Added "source" button for template debugging
2023-10-29 10:14:18 +01:00
Zef Hemel
b5f4fb603c
Merge branch 'main' of github.com:silverbulletmd/silverbullet
2023-10-29 10:02:53 +01:00
Zef Hemel
50caba8522
Factor out markdown widget rendering
2023-10-29 10:02:50 +01: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
2ee20af5c8
Custom task statuses plus various fixes
2023-09-01 16:57:29 +02:00
Zef Hemel
5ff1a8bae3
Refactor all the things
2023-08-28 17:12:15 +02:00
Zef Hemel
9ee9008bf2
Work on #508 (thin client)
2023-08-26 08:31:51 +02:00
Zef Hemel
5a88254cde
Refactoring about how proxy fetching happens
2023-08-23 19:08:21 +02:00
Zef Hemel
b043ffaee0
Improve wiki link markdown preview
2023-08-17 20:37:55 +02:00
Zef Hemel
fe4887dc78
Federation progress
2023-07-29 23:41:37 +02:00