Tomasz Kontusz
|
3a3e14b790
|
fix: return the function's result in hook-lifecycle-fn! (#11712)
This is needed for prevent-default-behaviour, which just returns
`false`.
Fixes #11711.
Co-authored-by: Charlie <xyhp915@qq.com>
|
2026-01-25 10:31:17 +08:00 |
|
Gabriel Horner
|
c77ccc8827
|
fix: remove org mode everywhere except graph-parser
|
2026-01-22 13:19:58 -05:00 |
|
charlie
|
7aea01d77d
|
fix(plugins): incorrect plugins setup for mobile web platform
|
2025-12-10 23:26:06 +08:00 |
|
Tienson Qin
|
73d4ee7caa
|
Merge branch 'master' into enhance/ios-native-navigation
|
2025-11-24 22:36:50 +08:00 |
|
charlie
|
465392599a
|
enhance(plugin): improve route handling and UI component structure
|
2025-11-24 11:31:43 +08:00 |
|
Tienson Qin
|
5173a73c12
|
fix: db worker doesn't need to wait for plugin initialization
|
2025-11-13 23:54:52 +08:00 |
|
Tienson Qin
|
c32a10e7b5
|
fix: invalid db when uploading new plugin
|
2025-10-24 22:18:24 +08:00 |
|
Tienson Qin
|
2d50ca5ce2
|
Merge branch 'master' into feat/hnswlib+transformer-js
|
2025-07-11 18:15:33 +08:00 |
|
charlie
|
fc37bad4bf
|
fix(plugin): missing themes event
|
2025-05-14 12:50:35 +08:00 |
|
Tienson Qin
|
5e1a968530
|
Merge branch 'master' into feat/db
|
2025-05-13 18:22:20 +08:00 |
|
Tienson Qin
|
cf8947da04
|
enhance: rename fs/write-file! to fs/write-plain-text-file!
|
2025-05-09 02:01:13 +08:00 |
|
charlie
|
7f2eb16ad5
|
fix(plugin): invalid custom theme link href
|
2025-05-08 15:22:44 +08:00 |
|
charlie
|
3bad903f9f
|
enhance(ux): add global app not found page
|
2025-01-25 15:28:17 +08:00 |
|
Gabriel Horner
|
2e846f78fc
|
Merge branch 'feat/db' into refactor/block-schema
|
2025-01-22 17:54:23 -05:00 |
|
charlie
|
43490238e6
|
fix(plugin): node file creation for the specific plugin settings
|
2025-01-19 16:36:43 +08:00 |
|
Tienson Qin
|
e318e0d6c1
|
Merge branch 'feat/db' into refactor/block-schema
|
2025-01-12 16:48:19 +08:00 |
|
charlie
|
d0cd4c2e1e
|
enhance(plugin): auto updates for web plugins
|
2025-01-08 13:15:26 +08:00 |
|
charlie
|
1110e81741
|
chore(dev): remove debug
|
2025-01-08 09:01:34 +08:00 |
|
charlie
|
890a06fa19
|
enhance(plugin): install plugin from web url
|
2025-01-07 17:21:38 +08:00 |
|
Tienson Qin
|
8a0a05183e
|
refactor: remove :block/format for db graphs (#11667)
|
2025-01-05 12:10:47 +08:00 |
|
charlie
|
7101a59858
|
fix(plugin): incorrect file path for the plugin dots settings
|
2025-01-04 15:38:00 +08:00 |
|
charlie
|
f7e150b642
|
enhance(plugin): add web flag for the marketplace plugin
|
2025-01-04 15:11:43 +08:00 |
|
charlie
|
6ef1b842d1
|
enhance(plugins): load web plugins asynchronously
|
2025-01-03 14:58:04 +08:00 |
|
charlie
|
0eb7666ce9
|
enhance(plugin): persist updates state for the web plugin
|
2025-01-02 21:05:19 +08:00 |
|
charlie
|
4a732ba0c3
|
chore: fix lint
|
2024-12-31 12:33:19 +08:00 |
|
charlie
|
72bf7093f3
|
fix(plugin): invalid readme for the web plugin
|
2024-12-30 22:33:00 +08:00 |
|
charlie
|
109e91bd35
|
enhance(plugin): check updates for the web plugins
|
2024-12-30 18:15:24 +08:00 |
|
charlie
|
208ca930eb
|
refactor(plugin): names
|
2024-12-30 16:17:41 +08:00 |
|
charlie
|
8a5e648c0b
|
enhance(plugin): disable effect plugins for the web Marketplace
|
2024-12-29 17:58:14 +08:00 |
|
charlie
|
7d27651a48
|
fix(plugin): persist theme mode for web theme
|
2024-12-29 17:15:27 +08:00 |
|
charlie
|
ca03681754
|
enhance(plugin): unlink plugins for web
|
2024-12-28 11:48:26 +08:00 |
|
charlie
|
23166186b0
|
enhance(plugin): add load events
|
2024-12-28 10:50:08 +08:00 |
|
charlie
|
d3b68f1ff7
|
enhance(plugins): simplify state for the installed web plugins
|
2024-12-26 15:43:33 +08:00 |
|
charlie
|
5c6290339a
|
enhance(plugins): persistance strategy for the installed web plugins
|
2024-12-26 00:33:09 +08:00 |
|
charlie
|
1af1c14edc
|
enhance(plugin): WIP install plugin from web
|
2024-12-25 19:52:49 +08:00 |
|
charlie
|
e8732f9d44
|
enhance(plugin): WIP install plugin from web
|
2024-12-25 17:31:52 +08:00 |
|
charlie
|
558ac34a69
|
fix(plugin): resolve ls dotdir root
|
2024-12-25 11:27:15 +08:00 |
|
charlie
|
90c4d5eb9b
|
enhance(plugin): plugin settings persistence for web platform
|
2024-12-24 20:13:41 +08:00 |
|
charlie
|
720739b097
|
enhance(plugin): basic plugin setup for web platform
|
2024-12-24 16:26:45 +08:00 |
|
charlie
|
1a31e11f9b
|
fix(ui): local plugin readme
|
2024-11-28 11:17:28 +08:00 |
|
Gabriel Horner
|
0036a5d9de
|
fix: invalid throws and remove unused values
Caught by updating to latest kondo
|
2024-10-31 14:12:09 -04:00 |
|
Gabriel Horner
|
70383cd813
|
fix: stop shadowing vars for rest of frontend
Follow up to 5ff364ba1e
|
2024-09-07 00:13:09 -04:00 |
|
charlie
|
99eda538ab
|
enhance(plugin): add report plugin entrances for the Marketplace.
|
2024-08-29 16:26:42 +08:00 |
|
charlie
|
136325af25
|
fix(plugin): extension hooks
|
2024-08-15 09:02:51 +08:00 |
|
charlie
|
159c0bf03e
|
enhance(ux): disable file based graph for web
|
2024-08-08 16:39:06 +08:00 |
|
charlie
|
0e1829e634
|
fix(plugin): package.json item cause ui error #11449
|
2024-08-02 15:14:59 +08:00 |
|
charlie
|
f1f7d6810b
|
enhance(ui): theme-related components
|
2024-06-21 16:21:22 +08:00 |
|
charlie
|
18a1655cac
|
enhance(plugin): support custom daemon renderer from the plugin sdk
|
2024-03-22 15:25:02 +08:00 |
|
Gabriel Horner
|
e3b67a9d9a
|
fix lints
|
2024-03-21 12:35:28 -04:00 |
|
charlie
|
53125d6315
|
enhance(plugin): support custom routes from the plugin sdk
|
2024-03-21 19:07:16 +08:00 |
|