Zef Hemel
80f9c14b96
Change how attribute indexing and completion works ( #1061 )
...
* Creation of separate aspring-page objects for pages linked to, but not created
* Show "No results" instead of broken markdown table for no query results
* Show schema validation errors
* Deno upgrade
* Adds config support to plugs (see examples)
* Moves all builtin schemas to plug config
* Adds core plug just for builtin schemas
* Changes how attributes are indexed and completed, now attempts to derive a JSON schema for ad hoc attributes
2024-08-24 12:35:09 +02:00
Zef Hemel
5ff1a8bae3
Refactor all the things
2023-08-28 17:12:15 +02:00
Zef Hemel
c3d384330d
More event refactoring work
2023-08-27 14:13:18 +02:00
Zef Hemel
97a84e8538
Fixes #115 : By introducing MQ workers
2023-08-10 18:32:41 +02:00
Zef Hemel
d5173a9939
Fixes #500 : New apply page template command
2023-08-09 10:55:35 +02:00
Zef Hemel
2f1f266482
Make attribute extensible
2023-08-08 16:35:46 +02:00
Zef Hemel
3464af0252
WIP: CLI running of plugs
2023-08-04 18:56:55 +02:00
Zef Hemel
701a567c95
Attribute indexing and code completion
2023-08-01 21:35:19 +02:00
Zef Hemel
891c8fb995
Fixes #453 : batch prefix refactor command
2023-07-28 15:20:56 +02:00
Zef Hemel
804d87436c
Fixes #355
2023-07-27 17:02:53 +02:00
Zef Hemel
5481e49393
Debug: Reload UI command
2023-07-26 11:22:10 +02:00
Zef Hemel
1a33b213be
Added`Center Cursor` command
2023-07-24 11:27:46 +02:00
Zef Hemel
87b0e7e352
Fixes #470
2023-07-14 12:15:10 +02:00
Zef Hemel
2f685153db
Fixes #439
2023-07-02 11:48:52 +02:00
Zef Hemel
7c825348b2
Big refactors and fixes
...
* Query regen
* Fix anchor completion
* Dependency fixes
* Changelog update
2023-07-02 11:25:32 +02:00
Zef Hemel
eefd8a5245
Add Fold: Toggle Fold command
2023-06-17 09:01:32 +02:00
Zef Hemel
1b922791f3
Implements #51 : Folding commands
2023-06-14 19:27:18 +02:00
JordanPaoletti
80e7d97b80
Add copy page to core plugin ( #418 )
2023-06-14 09:20:15 +02:00
Zef Hemel
8e0a7cf177
Real-time collaboration within space ( #411 )
2023-06-13 20:47:05 +02:00
Zef Hemel
97710d1a79
Client reset command
2023-05-29 09:56:47 +02:00
Zef Hemel
50651dc185
Fixes #408 : adding about and getting started command
2023-05-26 16:37:32 +02:00
Zef Hemel
5f484bed57
SilverBullet pivot to become an offline-first PWA ( #403 )
2023-05-23 20:53:53 +02:00
Zef Hemel
e7728c2d2a
Fixes #319
2023-01-23 18:52:17 +01:00
Zef Hemel
a4c103e127
Fixes #258
2023-01-21 13:37:55 +01:00
Zef Hemel
d23846cdbf
Sync: no conflict when only directive bodies differ
2023-01-16 18:55:35 +01:00
Zef Hemel
ef7830662e
Support syscalls in sandboxed iframes
2023-01-16 10:40:16 +01:00
Zef Hemel
e5276319e0
Timeouts for sync config
2023-01-14 18:51:00 +01:00
Zef Hemel
a170d9c2d7
Fixes #293
2023-01-13 16:33:36 +01:00
Tristan Sokol
dc7de9d8f9
update listify command to work with selection and add keyboard shortcut ( #290 )
...
Co-authored-by: Tristan Sokol <tristan@rightfoot.com>
2023-01-06 18:47:08 +01:00
Tristan Sokol
8fcc7741d2
Fixes #210
...
Add in new refactor file and extract to page command
Co-authored-by: Tristan Sokol <tristan@rightfoot.com>
2023-01-05 15:37:08 +01:00
Zef Hemel
5b8744d0a8
Remove read-only mode
2023-01-03 16:23:38 +01:00
Evgenii Karagodin
a2ff27f511
Fixes #129 : add "attachment" query source ( #239 )
2022-12-28 08:51:55 +01:00
Evgenii Karagodin
0d10caf55c
Fixes #180 ( #237 )
2022-12-27 10:49:16 +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
88cc80cd1a
Fixes #201
2022-12-16 12:44:04 +01:00
Chris Zarate
996b518d93
Fix "Rename page" command ( #190 )
2022-12-13 09:49:31 +01:00
Zef Hemel
53408feed5
Search pages should keep running on the server side
2022-11-24 16:58:16 +01:00
Zef Hemel
b61e8ff681
Implementation of #117 : sharing
2022-11-24 16:08:51 +01:00
Zef Hemel
5d89e15959
Plugs: Add command
2022-11-20 10:56:52 +01:00
Zef Hemel
24c17a793f
Live Preview ( #119 )
...
Live preview mode is here
2022-11-18 16:04:37 +01:00
Zef Hemel
c56261a024
Weekly Note command + docs
2022-11-02 09:06:30 +01:00
Zef Hemel
540af411a0
Large "query" plug refactor into "directive"
2022-10-28 16:17:40 +02:00
Zef Hemel
a2e5d0cc93
Changed named anchor syntax
2022-10-24 19:40:52 +02:00
Zef Hemel
70501bc3e4
Fixes #90 : Re-enables full text search
2022-10-19 09:52:29 +02:00
Zef Hemel
7d1a04f392
Fixes #92 : implements frontmatter syntax
2022-10-17 15:48:21 +02:00
Zef Hemel
7d28b53b75
Massive restructure of plugin API
2022-10-14 15:11:33 +02:00
Zef Hemel
982623fc38
Added imports
2022-10-13 15:16:18 +02:00
Zef Hemel
561aa6891f
Migrate to Deno ( #86 )
...
Big bang migration to Deno 🤯
2022-10-10 14:50:21 +02:00
Zef Hemel
1f842ec1d6
Monorepo with yarn workspaces requires yarn 3.2
2022-04-21 13:57:45 +02:00
Zef Hemel
32f3501773
Exposing `fetch` to functions and initial work on Electron
2022-04-21 11:46:33 +02:00