Elian Doran
5b62ad101d
Merge remote-tracking branch 'origin/develop' into feature/trilium_next_theme
2024-11-23 16:27:55 +02:00
SiriusXT
5370e1e27c
Add full text search in autocomplete
2024-11-23 20:51:51 +08:00
Elian Doran
e32f54a5c9
feat(server): add support for layout orientation option
2024-11-23 09:06:16 +02:00
Elian Doran
20b0215364
feat(client): set up quick search as launcher
2024-11-22 22:01:38 +02:00
Elian Doran
2e544a7337
feat(theme): use TriliumNext as default theme
2024-11-22 20:15:35 +02:00
mm21
2f7d061ef1
Add label definition type for standalone time
2024-11-22 17:58:23 +00:00
Elian Doran
8c7cba4f33
server: Add a new settings launcher ( closes #619 )
2024-11-21 18:11:08 +02:00
maphew
cc98a16246
refactor: one authoritave source for allowed html tags
2024-11-18 19:52:31 -07:00
maphew
f3b398570e
make options UI properly read from translations file
...
Bugs remaining:
- extra whitespace under heading
- existing list is filled with `\n` instead of delimiters
- [reset to default] triggers
"500 PUT options. Option 'allowedHtmlTags' is not allowed to be changed"
2024-11-17 20:16:09 -07:00
maphew
d08f09ae3b
read allowedTags from options, fall back to static
2024-11-17 16:08:44 -07:00
maphew
9ef899eec5
extend html tags which are kept on import
...
https://github.com/TriliumNext/Notes/issues/567
this is the easy method, just add the tags to core, not attempting to
read the list from a user configurable location.
The addition is clearly marked in code.
2024-11-17 15:58:48 -07:00
maphew
47c05b2c6d
feat: prefer HTML title tag over filename during import
...
When importing HTML files, extract and use the title from the <title> tag
if available, falling back to the filename only when no title tag is found.
This improves handling of titles with special characters that can't be
represented in filenames.
2024-11-16 09:06:58 -07:00
Elian Doran
8c69d47aed
client,server: Implement shortcut for toggle classic editor toolbar
2024-11-09 18:36:38 +02:00
Elian Doran
7a70fc14b3
server: Set up editor type option
2024-11-09 14:33:14 +02:00
Elian Doran
f5205fdd30
electron: Fix code block theme loading in dev mode
2024-11-07 23:09:53 +02:00
SiriusXT
d2ee3738a2
Make attachments open in a new tab/browser
2024-11-06 10:02:42 +08:00
Elian Doran
a02146df17
server: Fix loading of code block theme on server builds
2024-11-05 02:58:21 +02:00
Elian Doran
f8777b0de1
server: Fix path on dev environment
2024-11-02 15:01:58 +02:00
Elian Doran
e72eb5f27c
electron: Fix asset path on forge build
2024-11-02 11:49:33 +02:00
Elian Doran
b14065d442
server: Address self-review
2024-11-02 01:42:25 +02:00
Elian Doran
1554e25283
server: Add documentation for code_block_theme
2024-11-02 01:39:35 +02:00
Elian Doran
4e945583a1
server: Add some documentation
2024-11-02 00:55:45 +02:00
Elian Doran
92c588dc98
server: Implement color theme migration based on existing theme
2024-11-02 00:39:22 +02:00
Elian Doran
5c66e3fd04
server: Initialize code block theme for old databases as well
2024-11-02 00:20:27 +02:00
Elian Doran
e508313f21
electron: Fix deprecation warning
2024-11-01 23:42:32 +02:00
Elian Doran
0a6815e448
Merge remote-tracking branch 'origin/develop' into feature/syntax_highlight
2024-11-01 23:20:12 +02:00
Elian Doran
c2baa4b752
server: Add comment to clarify use of regex
2024-11-01 19:43:39 +02:00
SiriusXT
7f17f93767
Crop fileName and prevent cutting into the extension.
2024-11-01 21:43:09 +08:00
Elian Doran
a690155d7e
client: Improve group for no theme
2024-10-31 21:17:40 +02:00
Elian Doran
cc0b3db424
client: Translate dark/light color theme groups
2024-10-31 21:00:48 +02:00
Elian Doran
ae60f8c842
client: Group color themes by dark/light
2024-10-31 20:54:33 +02:00
Elian Doran
ac13291744
client,server: Allow disabling syntax highlight
2024-10-31 18:03:52 +02:00
Adorian Doran
48f9f072b4
Format theme names
2024-10-28 16:07:52 +02:00
Elian Doran
dbb5e0e971
server: Add friendlier names for color themes
2024-10-27 23:46:03 +02:00
Elian Doran
b8eb09b46b
server: Refactor code block theme search into own service
2024-10-27 23:12:55 +02:00
Elian Doran
b8569ea243
client, server: Create option to control word wrapping for code blocks
2024-10-27 21:51:56 +02:00
Elian Doran
96b9042559
client: Rename option to codeBlockTheme
2024-10-27 21:39:50 +02:00
Elian Doran
60b6f7df89
client: Allow switching theme
2024-10-27 12:54:06 +02:00
Elian Doran
391f518c01
i18n: Translate search note prefix
2024-10-25 21:04:13 +03:00
Elian Doran
9f6f0f5d60
server: Update locale when switching language from settings
2024-10-23 19:56:06 +03:00
Elian Doran
af67362ad6
server: Translate weekday and month names
2024-10-23 19:34:09 +03:00
Elian Doran
4ad725842e
server: Trim .htm when importing zip ( closes #500 )
2024-10-20 00:17:51 +03:00
Elian Doran
75d019863f
server: Disable debug mode for i18n
2024-10-13 14:40:07 +03:00
Elian Doran
849a6a3aef
electron: Solve server translation loading on macOS
2024-10-13 14:24:46 +03:00
Elian Doran
bae63b08a2
server, electron: Fix crash if locale is undefined
2024-10-12 18:24:10 +03:00
Elian Doran
729a188528
docker: Fix server translation initialization ( closes #439 )
2024-10-12 10:53:30 +03:00
Elian Doran
2c5a5acffa
server: Improve type for keyboard shortcut scope
2024-10-12 10:31:12 +03:00
Elian Doran
e45c5f429d
server: Fix crash when starting server in Docker due to translations
2024-10-12 10:29:50 +03:00
Elian Doran
bafc556b00
server: Fix build errors
2024-10-11 19:45:54 +03:00
Elian Doran
0ec3232c81
Merge pull request #451 from jaimeferj/bugfix/parseDatesOnSort
...
Fixes issue #441 : Dates were not parsed on sorting
2024-10-10 23:31:47 +03:00