pihentagy
0e3c5587f5
Delete line command ( #866 )
2024-05-25 23:12:48 +02:00
Florent
827b08c21f
Support size for images ( #833 )
...
* Support size for images
* Also support dimensions while rendering markdown
* Parser - ImageWithSize: Comment regexp with examples
2024-05-19 11:05:48 +02:00
Thomas Michelat
c75598cc80
use configurable file size for drag and drop too ( #846 )
2024-04-11 18:06:57 +02:00
Thomas Michelat
e280dfee4a
Adds an option in SETTINGS to change the maximum size of file you can upload to your space. ( #832 )
2024-03-27 21:21:12 +01:00
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
johnl
e7eba107c6
Update tag_page.ts explanation string ( #829 )
2024-03-24 06:53:46 +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
Zef Hemel
a0f7230776
Fixes #803
2024-03-14 20:39:41 +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
73e5bb6672
Stop loading settings on every single page index
2024-03-11 20:14:49 +01:00
Zef Hemel
9d5b12e9cc
Tweaking MQ parameters trying to address #798
2024-03-10 12:35:06 +01:00
Zef Hemel
5cf38617af
Fixes #793
2024-03-10 12:28:13 +01:00
onespaceman
95ae722a50
Implement space-style ( #796 )
...
* Implement space-style
* Add reloading styles to System: Reload
---------
Co-authored-by: Zef Hemel <zef@zef.me>
2024-03-09 12:26:58 +01:00
Zef Hemel
cfd713c120
Remove legacy test
2024-03-02 14:48:56 +01:00
Zef Hemel
89e2e7a37c
Fixes #621 with improved snippets for page links
2024-03-02 14:48:02 +01:00
Zef Hemel
63eb99e0d3
Fixes #771
2024-03-02 13:54:31 +01:00
Zef Hemel
c584bbeb0a
Fixes #745
2024-03-02 13:09:05 +01:00
Zef Hemel
c65173ec03
Fixes #723
2024-03-02 12:53:31 +01:00
Zef Hemel
af6489bbff
Fixes #724
2024-03-02 12:42:42 +01:00
Zef Hemel
03ee9adc86
Fixes #644
2024-03-02 12:14:27 +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
Zef Hemel
f3a252b5dc
Reindex tweaks
2024-02-28 10:55:25 +01:00
Zef Hemel
59ab0cbaff
Emit task:stateChange event
2024-02-28 10:55:08 +01:00
Michael Kolb
7f0eb21030
Expose instantiate template function ( #763 )
2024-02-27 22:48:16 +01:00
Zef Hemel
de2d1089d4
New space script APIs ( #761 )
...
New space script APIs: registerEventListener and registerAttributeExtractor
2024-02-27 20:05:12 +01:00
Zef Hemel
fb0bc4eacb
Revert indexing space script in templates, not a good idea
2024-02-25 08:18:49 +01:00
Marek S. Łukasiewicz
e63c6c1993
Bake live blocks ( #719 )
2024-02-24 15:51:55 +01:00
Zef Hemel
cafe39135e
Youtube URL unfurl
2024-02-24 13:16:04 +01:00
Zef Hemel
6f897f6f6e
Make slash command API compatible with regular completions
2024-02-24 09:26:00 +01:00
Zef Hemel
d5f1ba6583
Support carets in matchregex snippets
2024-02-24 09:08:10 +01:00
Patrik Stenmark
64c36f9d4c
Pre-fill new page name with heading ( #744 )
...
When extracting a page, this will check if the first line is a markdown
heading. If it is, it will be used as a default name in the prompt
asking for a page name.
This uses a regular expression to check for a heading. It seemed a bit
overkill to do a full markdown parsing for this specific check.
2024-02-23 18:27:03 +01:00
Zef Hemel
fe20411984
Fixes #713
2024-02-23 13:54:29 +01:00
Zef Hemel
cc4f9d017c
Fixes #701
2024-02-23 13:50:59 +01:00
Zef Hemel
cfd1e53f62
Fixes #734
2024-02-23 13:26:10 +01:00
Michael Kolb
4f0650d0b7
added custom data property for template instantiation ( #716 )
2024-02-23 10:21:51 +01:00
Zef Hemel
702474dca1
Add table to builtins
2024-02-23 10:21:13 +01:00
Michael Kolb
4056c4f2f2
Implemented queries for tables ( #729 )
2024-02-23 10:18:47 +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
46cd0fbb4f
Add fetch to editor plug's requiredPermissions ( #738 )
2024-02-22 22:24:05 +00:00
Joe Krill
8c3625b0a4
Allow passing additional arguments to `renamePageCommand` and `renamePrefixCommand` ( #720 )
2024-02-17 20:22:51 +00: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
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
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
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
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
341c07049f
Custom template parser ( #672 )
...
New template engine 🤯
2024-02-02 19:19:07 +01:00
Zef Hemel
da9ca842bf
Allow page templates to apply to any new page #671
2024-01-31 13:00:42 +01:00
Zef Hemel
e2aa869660
Fix markdown rendering for links with markup
2024-01-28 16:14:05 +01:00
Zef Hemel
98194b59b8
Fixes #655
2024-01-28 13:48:27 +01:00
Zef Hemel
b443192c1b
Fixes #656
2024-01-28 13:38:31 +01:00
Zef Hemel
5bc7193fb0
Fixes #161 by implementing read-only mode, first iteration
2024-01-26 17:05:10 +01:00
Zef Hemel
43adb13fb2
Fixes #330
2024-01-26 11:10:35 +01:00
Zef Hemel
40dc50f782
Fixes #495
2024-01-25 19:46:08 +01:00
Zef Hemel
5222e874f8
Header docs
2024-01-25 16:05:48 +01:00
Zef Hemel
604bea3ee0
Fixes #650 #629
2024-01-25 14:51:40 +01:00
Zef Hemel
928614c724
Fixes #649
2024-01-25 12:06:01 +01:00
Zef Hemel
8404256ccb
Fixes #643
2024-01-25 11:42:36 +01:00
Zef Hemel
232a0d8df8
Fixes #98
2024-01-25 10:17:42 +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
3eec0758e7
Fix h1-h4 regression
2024-01-22 16:25:55 +01:00
Zef Hemel
1be39558d5
Command naming
2024-01-22 09:58:41 +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
4133cabd52
Fixing netlify
2024-01-20 22:53:51 +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
bf1eb03129
Backporting a bunch of optimizations from db-only branch
2024-01-13 17:30:15 +01:00
Zef Hemel
509ece91f0
Adding an "enabled" attribute to templates
2024-01-11 14:06:24 +01:00
Zef Hemel
848211120c
Tags redo ( #624 )
...
Introduction of `tag` and `itags`
2024-01-11 13:20:50 +01:00
Zef Hemel
e07001dae9
Fix command links in widgets and multi widget suport
2024-01-09 09:37:06 +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
c63a93e866
Priority support for commands and overrides
2024-01-02 13:47:43 +01:00
Zef Hemel
11693fbd00
Auto down-adjust sub-headers in TOC
2024-01-02 11:40:59 +01:00
Zef Hemel
8448a578fc
Optimizing caches
2024-01-02 11:32:57 +01:00
Zef Hemel
8ab5edeccc
Tweaks in rendering and buttons
2024-01-02 11:01:34 +01:00
Zef Hemel
c1a6253b34
Check fix
2023-12-29 20:06:11 +01:00
Zef Hemel
bc78fae5ec
Add buttons back to Live Templates
2023-12-29 18:59:42 +01:00
Zef Hemel
d43dbcacec
Fixed a lot of bugs with new widget rendering
2023-12-28 16:14:30 +01:00
Zef Hemel
4d66f23391
Top-bottom panel refactor, more instant rendering
2023-12-27 18:05:47 +01:00
Zef Hemel
9403fd2cd9
Cleanup
2023-12-27 13:46:45 +01:00
Zef Hemel
48e147d0b2
Move live query and template rendering outside of iframe
2023-12-27 13:38:38 +01:00
Zef Hemel
0a7fc05fef
Docs and template sets work
2023-12-22 16:40:38 +01:00
Zef Hemel
3350c7f076
More instant page navigator
2023-12-22 15:55:50 +01:00
Zef Hemel
c709f4e4be
More ways to define tags in frontmatter
2023-12-22 13:59:16 +01:00
Zef Hemel
a49a65c149
Fix page tag indexing
2023-12-22 12:10:09 +01:00
Zef Hemel
581edf92d5
Federation fix
2023-12-22 11:45:32 +01:00