Elian Doran
758df0d85a
fix(share): Prevent crashing if candidate note is null ( #8164 )
2025-12-29 20:43:12 +02:00
Elian Doran
e730378b27
fix(icon_packs): references to .bx for icon selection
2025-12-28 13:42:45 +02:00
Elian Doran
841cb32835
fix(icon_packs): integrate boxicons back into share theme
2025-12-28 01:58:22 +02:00
Elian Doran
290f488c78
feat(share): ignore unsupported icon packs
2025-12-27 22:09:16 +02:00
Elian Doran
b00cb52da5
feat(share): basic support for custom icon packs
2025-12-27 21:58:18 +02:00
Elian Doran
fb629f7693
feat(note_icon): display note pack icon
2025-12-26 21:14:13 +02:00
Elian Doran
254511bfbf
chore(icon_pack): switch schema to support multiple terms per icon
2025-12-26 19:25:31 +02:00
Elian Doran
e2f6f8a4e4
feat(icon_pack): generate icon registry for client
2025-12-26 19:10:28 +02:00
Elian Doran
27efa8844e
refactor(server): mark ownerId in AttachmentRow as mandatory
2025-12-26 17:32:28 +02:00
Elian Doran
a63b8b2031
chore(release): prepare for v0.101.1
2025-12-26 14:01:04 +02:00
Wael Nasreddine
cb016c4307
Address Gemini's comment
2025-12-25 16:26:58 -08:00
Wael Nasreddine
7c7797d35a
fix(share/prev_next): Prevent crashing if candide page is null
...
When a note is not visible, attempting to export it ends up crashing the
server with this error:
```
TypeError: ejs:193
191|
192| <% if (hasTree) { %>
>> 193| <%- include("prev_next", { note: note, subRoot: subRoot }) %>
194| <% } %>
195| </footer>
196| </div>
ejs:1
>> 1| <%
2| // TODO: code cleanup + putting this behind a toggle/attribute
3| const previousNote = (() => {
4| // If we are at the subRoot, there is no previous
Cannot read properties of undefined (reading 'hasVisibleChildren')
at eval (eval at compile (/usr/src/app/main.cjs:553:203), <anonymous>:27:26)
at eval (eval at compile (/usr/src/app/main.cjs:553:203), <anonymous>:34:7)
at d (/usr/src/app/main.cjs:557:265)
at g (/usr/src/app/main.cjs:557:251)
at eval (eval at compile (/usr/src/app/main.cjs:553:203), <anonymous>:293:17)
at d (/usr/src/app/main.cjs:557:265)
at as.render (/usr/src/app/main.cjs:532:458)
at Omr (/usr/src/app/main.cjs:581:109552)
at Rmr (/usr/src/app/main.cjs:581:107637)
at $W.prepareContent (/usr/src/app/main.cjs:653:28) {
path: ''
```
fixes #8002
fixes #8162
2025-12-25 16:11:01 -08:00
Elian Doran
2d486c9934
chore(release): prepare for v0.101.0
2025-12-25 19:14:38 +02:00
Elian Doran
b0e7b6ce67
chore: address requested changes
2025-12-25 11:22:18 +02:00
Elian Doran
e06c004e0d
Merge remote-tracking branch 'origin/main' into feature/fixes_for_main
...
; Conflicts:
; apps/client/src/stylesheets/theme-next/base.css
2025-12-25 11:01:49 +02:00
Elian Doran
9eedbb8cd5
chore(deps): update dependency webdriverio to v9.22.0 ( #8155 )
2025-12-25 09:50:07 +02:00
renovate[bot]
404618ed79
chore(deps): update dependency webdriverio to v9.22.0
2025-12-25 00:44:26 +00:00
renovate[bot]
3deda84b38
fix(deps): update dependency @codemirror/view to v6.39.7
2025-12-25 00:43:46 +00:00
Elian Doran
28d3e61199
fix(text): search crashes editor ( closes #8114 )
2025-12-24 13:16:35 +02:00
renovate[bot]
14d7d1da03
fix(deps): update dependency @codemirror/view to v6.39.6
Checks / main (push) Waiting to run
2025-12-24 00:24:44 +00:00
Elian Doran
35034fe9df
chore: address requested changes
2025-12-23 15:30:57 +02:00
Elian Doran
df6331e3a0
chore(commons): add icon mappings to some common mime types
2025-12-23 15:00:19 +02:00
Elian Doran
58e04a6f72
Support for scripting with Preact and JSX ( #8126 )
2025-12-23 13:50:35 +02:00
Elian Doran
450bdeb39e
fix(deps): update dependency @codemirror/view to v6.39.5 ( #8137 )
2025-12-23 13:39:58 +02:00
Elian Doran
79494e8cfe
chore(deps): update dependency @ckeditor/ckeditor5-dev-build-tools to v54.2.3 ( #8135 )
2025-12-23 13:39:40 +02:00
Elian Doran
8740bf84cf
chore(mime_types): set JSX as enabled by default
2025-12-23 13:12:29 +02:00
renovate[bot]
eafd5140ea
fix(deps): update dependency @codemirror/view to v6.39.5
2025-12-23 11:04:52 +00:00
renovate[bot]
cddde353cd
chore(deps): update typescript-eslint monorepo to v8.50.1
2025-12-23 11:04:01 +00:00
renovate[bot]
e4ef8f2352
chore(deps): update dependency @ckeditor/ckeditor5-dev-build-tools to v54.2.3
2025-12-23 11:02:27 +00:00
Elian Doran
78ac59581e
New layout: Right panel (sidebar) ( #8095 )
2025-12-20 13:09:59 +02:00
Elian Doran
31b2aba44c
fix(deps): update dependency @codemirror/commands to v6.10.1 ( #8104 )
2025-12-19 08:37:01 +02:00
Elian Doran
df1c6196bf
chore(deps): update dependency esbuild to v0.27.2 ( #8102 )
2025-12-19 08:36:18 +02:00
renovate[bot]
551b2aa33a
fix(deps): update dependency @codemirror/commands to v6.10.1
2025-12-19 00:16:42 +00:00
renovate[bot]
03cea8b702
chore(deps): update dependency esbuild to v0.27.2
2025-12-19 00:15:28 +00:00
renovate[bot]
c94b5bc6c9
chore(deps): update dependency @smithy/middleware-retry to v4.4.17
2025-12-19 00:14:36 +00:00
Elian Doran
ddb6b3ea8a
feat(right_pane): store expansion state
2025-12-18 16:29:35 +02:00
Elian Doran
7085e62cfc
chore(highlights_list): reintroduce navigation
2025-12-18 13:09:53 +02:00
Elian Doran
73f2f56932
chore(highlights_list): read highlights from CK
2025-12-18 12:52:22 +02:00
Elian Doran
1ed83b3598
Merge remote-tracking branch 'origin/main' into layout/refinement
2025-12-17 15:43:51 +02:00
Elian Doran
948a6f84d6
feat(options/appearance): add basic illustration for old layout
2025-12-17 12:37:12 +02:00
Elian Doran
a6012283da
fix(deps): update dependency lodash-es to v4.17.22 ( #8084 )
2025-12-17 11:25:23 +02:00
renovate[bot]
150bc07d28
fix(deps): update dependency lodash-es to v4.17.22
2025-12-17 00:01:46 +00:00
renovate[bot]
dcec780846
chore(deps): update vitest monorepo to v4.0.16
2025-12-17 00:01:03 +00:00
Elian Doran
f38dfb035a
chore(deps): update typescript-eslint monorepo to v8.50.0 ( #8073 )
2025-12-17 01:04:19 +02:00
Elian Doran
c2bee1a968
chore(deps): update dependency @ckeditor/ckeditor5-dev-build-tools to v54 ( #8074 )
2025-12-17 01:03:46 +02:00
renovate[bot]
8a5c7b3551
chore(deps): update dependency @ckeditor/ckeditor5-dev-build-tools to v54
2025-12-16 01:20:12 +00:00
renovate[bot]
f1fa44feb6
chore(deps): update typescript-eslint monorepo to v8.50.0
2025-12-16 01:19:39 +00:00
renovate[bot]
d41842bc2a
chore(deps): update dependency @smithy/middleware-retry to v4.4.16
2025-12-16 01:17:16 +00:00
Elian Doran
e2fac8ab05
feat(breadcrumb): distinguish between workspace and hoisted notes
2025-12-15 16:26:25 +02:00
Elian Doran
9d7e2855d3
feat(layout): edited notes underneath title details
2025-12-14 19:39:55 +02:00