Elian Doran
815078168f
refactor(dev): use es6-string-html for templates
2025-04-01 23:24:34 +03:00
Elian Doran
3f2945018c
feat(demo): reorganize, add icons & geo map
2025-04-01 22:55:20 +03:00
Elian Doran
6aba18887f
chore(docs): change icons & expanded branches
2025-04-01 22:30:37 +03:00
Elian Doran
242706e4ac
chore(docs):: remove unnecessary <div>s
2025-04-01 22:27:29 +03:00
Elian Doran
d7fef36b46
Merge pull request #1589 from TriliumNext/autoComplete
...
To prevent search lag when there are a large number of notes
2025-04-01 22:08:39 +03:00
Elian Doran
b94bda6670
chore(note_autocomplete): remove logging
2025-04-01 22:07:59 +03:00
Elian Doran
dd46ffa137
Merge pull request #1590 from TriliumNext/fix_543
...
fix(electron_context_menu): fix disabled search engine contex menu on readonly notes
2025-04-01 21:39:18 +03:00
Panagiotis Papadopoulos
a6206d2bd6
fix(electron_context_menu): fix disabled search engine context menu on readonly notes
...
fixes #543
2025-04-01 19:25:10 +02:00
Panagiotis Papadopoulos
a715de6472
chore(deps): run npm audit fix
...
goes from
7 vulnerabilities (6 moderate, 1 high)
to
5 moderate severity vulnerabilities
2025-04-01 19:15:25 +02:00
SiriusXT
adcb803caa
To prevent search lag when there are a large number of notes
2025-04-01 21:07:15 +08:00
JYC333
31d81ea2cd
Merge pull request #1585 from TriliumNext/renovate/vitest-monorepo
...
chore(deps): update vitest monorepo to v3.1.1
2025-04-01 14:24:00 +02:00
JYC333
c5f2c6b449
Merge pull request #1584 from TriliumNext/renovate/typescript-eslint-monorepo
...
chore(deps): update dependency typescript-eslint to v8.29.0
2025-04-01 14:23:22 +02:00
JYC333
1c84069717
Merge pull request #1583 from TriliumNext/renovate/sass-1.x
...
chore(deps): update dependency sass to v1.86.1
2025-04-01 14:22:37 +02:00
SiriusXT
a7799d32b0
To prevent search lag when there are a large number of notes
2025-04-01 18:47:07 +08:00
Panagiotis Papadopoulos
8dfdb48e8d
chore(eslint): configure @stylistic/quotes rule
2025-04-01 09:17:24 +02:00
Panagiotis Papadopoulos
e93d7e6bd1
chore: remove .dprint.json config file -> now unused
2025-04-01 09:01:11 +02:00
Panagiotis Papadopoulos
cd992806a6
chore(tsconfig): add "*.js" to include, to fix eslint "ProjectService" error
...
added it only to the "dev" tsconfig.
The tsconfig.build.json, which is used for build output does not require it.
eslint was previosuly reporting on itself:
"TriliumNextNotes/eslint.config.js was not found by the project service. Consider either including it in the tsconfig.json or including it in allowDefaultProject"
2025-04-01 09:00:37 +02:00
Panagiotis Papadopoulos
237fcdab20
chore: run eslint on eslint.config.js :-)
2025-04-01 08:57:24 +02:00
Panagiotis Papadopoulos
ad18883952
chore: add padded-blocks @stylistic rule
2025-04-01 08:56:36 +02:00
Panagiotis Papadopoulos
8354fec70e
chore: add initial @stylistic rules
...
based on what we had with dprint -> which in turn was based on what we had with prettier
2025-04-01 08:50:43 +02:00
renovate[bot]
217a28ef01
chore(deps): update vitest monorepo to v3.1.1
2025-04-01 01:38:36 +00:00
renovate[bot]
5db393bfda
chore(deps): update dependency typescript-eslint to v8.29.0
2025-04-01 01:38:19 +00:00
renovate[bot]
f80c5ba29e
chore(deps): update dependency sass to v1.86.1
2025-04-01 01:38:04 +00:00
Elian Doran
8c6dbb4446
feat(docs): preserve note IDs
2025-03-31 23:20:14 +03:00
Elian Doran
b6137c0747
chore(docs): normalize whitespace
2025-03-31 22:56:47 +03:00
Elian Doran
96eb7487e7
chore(gitattributes): set up CRLF handling
2025-03-31 22:51:54 +03:00
Elian Doran
a5b481146b
Merge pull request #1581 from TriliumNext/totp
...
Fix redirect url with reverse proxy
2025-03-31 22:38:35 +03:00
Jin
ff43537942
fix: 🐛 fix redirect url with reverse proxy
2025-03-31 21:08:22 +02:00
JYC333
9397dfd6a6
Merge pull request #1577 from kliu/theme
...
Use --link-color as the color of links
2025-03-31 20:58:42 +02:00
JYC333
d665a4c611
Merge branch 'develop' into theme
2025-03-31 20:57:34 +02:00
Elian Doran
6976c9555e
fix(mermaid): bypass security issue when generating PNG
2025-03-31 21:18:40 +03:00
Elian Doran
3d0ec27038
fix(mermaid): fix export to PNG for some diagram types
2025-03-31 20:57:39 +03:00
Elian Doran
3cdbc76fff
feat(mermaid): display an error when PNG export could not occur
2025-03-31 18:37:05 +03:00
kliu
4ca296894d
Use --link-color as the color of links
2025-03-31 18:01:52 +08:00
Panagiotis Papadopoulos
66cfc78d8d
deps: @stylistic/eslint-plugin for formatting
...
replaces previously used dprint
2025-03-31 09:01:39 +02:00
Panagiotis Papadopoulos
f261c5841a
deps: remove dprint
...
to be replaced by eslint-stylistic
https://eslint.style/
2025-03-31 09:00:15 +02:00
Elian Doran
f3b866fa7b
fix(import/zip): remove nesting of ck-content divs
2025-03-31 00:58:35 +03:00
Elian Doran
f32b76d047
refactor(import/zip): extract method and test it
2025-03-31 00:27:36 +03:00
Elian Doran
2a69a98dd3
chore(demo): remove extremely nested content
2025-03-30 23:51:46 +03:00
Elian Doran
c2feb56a0a
feat(edit-demo): clean up directory
2025-03-30 23:09:17 +03:00
Elian Doran
dc31ea2333
chore(docs): keep root naming
2025-03-30 22:29:29 +03:00
Elian Doran
9c83738a16
chore(edit-demo): export root instead
2025-03-30 22:27:09 +03:00
Elian Doran
9590f5362e
feat(edit-demo): use in-memory database
2025-03-30 22:26:23 +03:00
Elian Doran
428f00425a
chore(demo): export as root
2025-03-30 22:26:01 +03:00
Elian Doran
e6d77f3058
chore(demo): rename top-level note
2025-03-30 22:08:52 +03:00
Elian Doran
575201fbe8
feat(in-app-help): display day notes help for #calendarRoot
2025-03-30 22:04:16 +03:00
Elian Doran
743c053584
feat(demo): create top-level calendar root
2025-03-30 21:54:59 +03:00
Elian Doran
4605f9f38f
chore(docs): commit contents of the demo zip for diffing changes
2025-03-30 21:37:36 +03:00
Elian Doran
293314b8ef
feat(edit-demo): unzip demo for easy diffing
2025-03-30 21:37:10 +03:00
Elian Doran
827c228cdc
feat(demo): add entrypoint for editing the demo safely
2025-03-30 21:31:35 +03:00