Elian Doran
6436e56448
feat(revisions): display date in relative time
2026-04-18 13:30:09 +03:00
Elian Doran
4b35881889
feat(revisions): add a source field
2026-04-18 12:46:13 +03:00
Elian Doran
8aaa4d7bde
feat(revisions): add a description field
2026-04-18 12:40:33 +03:00
Elian Doran
85bd4790ac
fix(markdown): wrong management of backtick-escaped triple backtips
2026-04-18 12:24:18 +03:00
Elian Doran
4876d4b8c6
chore: address requested changes
2026-04-18 12:21:27 +03:00
Elian Doran
8446e98b21
feat(text): add a copy button to bookmarks
2026-04-18 11:14:13 +03:00
Elian Doran
4244b66cea
feat(text): rebrand bookmarks to anchors
2026-04-18 11:06:50 +03:00
Elian Doran
ae004c4334
feat(text): basic insert link with anchors
2026-04-18 10:29:43 +03:00
Elian Doran
4dcbd36b2d
feat(text): add a slash command for bookmarks
2026-04-18 10:22:58 +03:00
Elian Doran
06f7818ee3
Basic Markdown support ( #9475 )
2026-04-17 22:30:54 +03:00
Elian Doran
2639c5a225
chore: fix typecheck error
2026-04-17 22:22:22 +03:00
Elian Doran
8760d683a3
feat(markdown): add a display mode switcher
2026-04-17 10:29:21 +03:00
Elian Doran
dee9959d5b
feat(markdown): don't alter h1 and h2
2026-04-17 08:17:48 +03:00
Elian Doran
9f4c3ed35a
feat(markdown): basic support hash-based wikilinks
2026-04-17 07:49:38 +03:00
Elian Doran
5ef74d5639
fix(markdown): mermaid not rendering
2026-04-17 07:35:17 +03:00
Elian Doran
822e7ffbab
feat(markdown): support full feature set (math, admonitions)
2026-04-17 07:32:08 +03:00
Elian Doran
438442345e
feat(codemirror): enable nested syntax highlighting for MD ( closes #9150 )
2026-04-17 07:05:01 +03:00
Elian Doran
12e07dbfcd
feat(markdown): basic block highlighting in preview
2026-04-17 07:00:07 +03:00
renovate[bot]
da76d4c50e
chore(deps): update dependency dotenv to v17.4.2
2026-04-17 03:08:59 +00:00
Elian Doran
28e33e3c58
chore(deps): update typescript-eslint monorepo to v8.58.2 ( #9463 )
2026-04-17 06:03:12 +03:00
Elian Doran
c6ee5fabee
chore(deps): update dependency happy-dom to v20.9.0 ( #9465 )
2026-04-17 06:02:23 +03:00
Elian Doran
1048ecb7c0
chore(deps): update dependency stylelint to v17.7.0 ( #9466 )
2026-04-17 06:01:54 +03:00
renovate[bot]
6166a8df43
fix(deps): update dependency globals to v17.5.0
2026-04-17 00:13:59 +00:00
renovate[bot]
244d0f5568
chore(deps): update dependency stylelint to v17.7.0
2026-04-17 00:12:43 +00:00
renovate[bot]
eb426ca3a7
chore(deps): update dependency happy-dom to v20.9.0
2026-04-17 00:12:04 +00:00
renovate[bot]
d17634aaa8
chore(deps): update typescript-eslint monorepo to v8.58.2
2026-04-17 00:10:44 +00:00
Elian Doran
d8db862c22
test(client,server): guard against duplicate JSON keys
2026-04-16 18:25:37 +03:00
Elian Doran
9c5d6e0a19
Merge branch 'main' into feature/small_improvements
2026-04-15 22:47:05 +03:00
Elian Doran
98d718031b
test(commons): fix failure in locale
2026-04-15 22:46:24 +03:00
Elian Doran
ae4dc53647
chore: address requested changes
2026-04-15 21:58:35 +03:00
Elian Doran
6dd51f66ab
Merge branch 'main' into feature/small_improvements
2026-04-15 19:07:43 +03:00
Elian Doran
61262e899b
chore(commons): fix typecheck
2026-04-15 19:06:24 +03:00
Elian Doran
c691a9c6e6
feat(code): adjustable word wrap at note level
2026-04-15 18:02:54 +03:00
Elian Doran
341a5310e1
feat(code): basic tabs vs spaces
2026-04-15 09:42:20 +03:00
Elian Doran
9e4a5c892e
feat(print/pdf): basic support for margins
2026-04-15 09:41:45 +03:00
Elian Doran
6a05288be4
feat(code): adjustable tab width via attribute
2026-04-14 23:58:01 +03:00
Elian Doran
457bba9337
feat(print/pdf): basic support for scale
2026-04-14 23:48:12 +03:00
Elian Doran
54a6e3d9a1
feat(code): adjustable default tab width
2026-04-14 23:33:32 +03:00
Elian Doran
f7a36fc997
feat(print/pdf): adjustable page size
2026-04-14 23:31:05 +03:00
Elian Doran
1952b44141
chore(print/pdf): make use of attribute for adjusting orientation
2026-04-14 23:24:37 +03:00
Elian Doran
c35bc6fbd2
feat(options): add tab width selector
2026-04-14 22:15:13 +03:00
Elian Doran
6b6573bf02
feat(i18n: set up Uyghur as content language
2026-04-14 21:54:33 +03:00
Elian Doran
00b85bb7bd
feat(options/appearance): improve font buttons
2026-04-13 17:18:20 +03:00
Elian Doran
6e90a4168e
feat(autocomplete): toggle for fuzzy matching ( closes #8360 )
2026-04-13 13:03:29 +03:00
Elian Doran
5ba7803ea9
Merge branch 'main' into feat/search-perf-take1
...
Resolved conflicts:
- search_result.ts: Keep optimized index-based token iteration
- search.ts: Merge OCR text representation support with perf optimizations
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-04-13 12:45:24 +03:00
renovate[bot]
a44ff4c78b
chore(deps): update vitest monorepo to v4.1.4
2026-04-13 01:36:07 +00:00
Elian Doran
b402a7a32b
Easy fixes v2 ( #9377 )
2026-04-11 19:19:57 +03:00
Elian Doran
3a7167a65d
chore: address requested changes
2026-04-11 19:19:32 +03:00
Elian Doran
a1f0615afe
chore: fix typecheck
2026-04-11 14:25:01 +03:00
Elian Doran
46d6d6fdee
feat(include_note): remember value of box size ( closes #1623 )
2026-04-11 13:23:13 +03:00