Elian Doran
103b29d3de
Revert "fix(flatpak): try setting different bin to avoid sandbox issue"
...
This reverts commit a778ec617f2aa00cf763a0c5ca0387743bc5f6f0.
2025-03-15 13:44:30 +02:00
Panagiotis Papadopoulos
73305a5327
chore(share): remove unused args
...
addresses https://github.com/TriliumNext/Notes/pull/1384#discussion_r1989045491
2025-03-15 12:31:33 +01:00
Panagiotis Papadopoulos
ae1ef55522
chore(share): remove unused "_next"
...
addresses https://github.com/TriliumNext/Notes/pull/1384#discussion_r1989044764
2025-03-15 12:27:02 +01:00
Panagiotis Papadopoulos
a5a66a12e2
chore(share): fix tsc nagging about svg not existing on unknown
...
JSON and TS without using a validation library like zod, is really a bit of a pain in the backside...
2025-03-15 12:19:27 +01:00
Panagiotis Papadopoulos
2a5ac80c05
chore(utils/safeExtractMessageAndStackFromError): add explicit return type to have it as a named tuple
2025-03-15 12:19:27 +01:00
Panagiotis Papadopoulos
c2aae45456
chore(share): fix no-unused-vars and prefer-const lint issues
2025-03-15 12:19:27 +01:00
Panagiotis Papadopoulos
cd9d90323c
chore(share): fix @typescript-eslint/no-unused-vars for unused note variable
...
there's no need to assign a variable, if we never use the value outside of the if check
2025-03-15 12:19:26 +01:00
Panagiotis Papadopoulos
c2b75a6421
chore(share): fix @typescript-eslint/no-unused-vars for "next"
...
alternative solution, since they are unused and it is the last argument → remove it.
We can still go that route later on though, if we agree upon it.
2025-03-15 12:19:26 +01:00
Panagiotis Papadopoulos
bdc829198c
chore(share): use safeExtractMessageAndStackFromError to get rid of "any" in try/catch blocks
2025-03-15 12:19:26 +01:00
Panagiotis Papadopoulos
3b8c645cca
Merge branch 'develop' into build_improve-electron-forge_v3
2025-03-15 12:09:52 +01:00
Elian Doran
a778ec617f
fix(flatpak): try setting different bin to avoid sandbox issue
2025-03-15 13:01:28 +02:00
Elian Doran
df5939b201
feat(share): add basic support for admonitions
2025-03-15 12:30:07 +02:00
Elian Doran
f841b139d9
fix(admonitions): missing style on mobile
2025-03-15 12:25:48 +02:00
Elian Doran
535233fec8
feat(import/markdown): basic support for admonitions
2025-03-15 11:58:11 +02:00
Elian Doran
6d67e69e2f
feat(export/markdown): basic support for admonitions
2025-03-15 11:30:56 +02:00
Elian Doran
b1e3ea4c80
fix(admonition): inserting new admonitions of given type not working
2025-03-15 10:50:04 +02:00
Elian Doran
0f41afe841
fix(tmp): files not cleaned up
2025-03-15 10:34:17 +02:00
Elian Doran
aa6ee3fd60
fix(global_menu): double separator on mobile
2025-03-15 10:34:07 +02:00
Elian Doran
0f28bbb1be
feat(server): use custom temporary directory within trilium-data
2025-03-15 10:11:54 +02:00
renovate[bot]
9136f07968
fix(deps): update dependency better-sqlite3 to v11.9.0
2025-03-15 02:52:57 +00:00
renovate[bot]
bd39f38d1a
fix(deps): update dependency better-sqlite3 to v11.9.0
2025-03-15 02:52:41 +00:00
Elian Doran
45b7d51db9
fix(zen): missing edit read-only note ( closes #1371 )
2025-03-15 02:21:00 +02:00
Elian Doran
6c1f631ddb
fix(right_pane): buttons disappearing (force min width, closes #1419 ).
2025-03-15 02:08:46 +02:00
Elian Doran
6acb490df4
feat(editor): move code formatting back to main level ( closes #1375 )
2025-03-15 02:00:42 +02:00
Elian Doran
598413b56d
test(editor): ensure both toolbars have same items
2025-03-15 01:57:53 +02:00
Elian Doran
fd029ac451
fix(ribbon): exception about focusing
2025-03-15 01:40:46 +02:00
Elian Doran
b4ea96b7c7
Merge pull request #1428 from pchemguy/bat-files-fixes
...
Fixes missing quotes in the `bat` files.
2025-03-15 01:20:37 +02:00
Elian Doran
63ad784021
feat(math/display): allow inserting in display in a list
2025-03-15 01:07:59 +02:00
Elian Doran
4db2aab47f
feat(admonition): integrate autoformatting
2025-03-14 23:09:46 +02:00
Elian Doran
9ff1ea4b8f
style(admonition): bottom margin for last item
2025-03-14 22:29:24 +02:00
Elian Doran
265d54e44b
fix(export): remove non-functional PDF export type
2025-03-14 22:24:10 +02:00
Elian Doran
d9764365cb
feat(import): allow importing .excalidraw files
2025-03-14 22:13:31 +02:00
Elian Doran
ad8c1a4a29
feat(export): use right extension for canvas
2025-03-14 22:01:04 +02:00
Elian Doran
abddde910c
refactor(canvas): use better approach to disabling export
2025-03-14 21:59:02 +02:00
Elian Doran
3c146cdb20
fix(canvas): unable to export as image ( closes #1431 )
2025-03-14 21:53:23 +02:00
Elian Doran
ae3f0e0e4b
fix(types): add missing dependency
2025-03-14 21:43:37 +02:00
Elian Doran
56d3cd038c
fix(deps): add missing dependency
2025-03-14 21:42:59 +02:00
Elian Doran
a2f0896c2a
feat(import/markdown): collapse unnecessary whitespace when importing
2025-03-14 19:50:26 +02:00
Elian Doran
c892c95aae
chore(docs): collapse unnecessary whitespace
2025-03-14 19:47:08 +02:00
Elian Doran
bbf6ae6aab
feat(sql_console): preserve whitespace in columns
2025-03-14 18:53:04 +02:00
Elian Doran
8b0ddf6f9d
chore(docs): update markdown documentation with proper keyboard shortcuts
2025-03-14 18:01:53 +02:00
Elian Doran
6b89bffffb
feat(export/markdown): preserve keyboard shortcuts
2025-03-14 17:59:50 +02:00
Elian Doran
80421bb220
refactor(server): rename md -> markdown for consistency
2025-03-14 16:25:10 +02:00
PChemGuy
df9a413ef8
Strip trailing backslash
...
%~dp0 always contains a trailing backslash. The way %DIR% is used in the following line, the trailing slash should be stripped. Alternatively, `%DIR%\\` may be replaced with `%DIR%`, but I would advice against. It is ok to have `%~dp0trilium-data`, which is a conventional pattern. Once %~dp0 is replaced with %DIR% (which is not really warranted here), stripping the trailing slash right after assignment is preferable.
2025-03-14 14:29:37 +03:00
PChemGuy
4971619b69
Missing quotes
2025-03-14 14:19:11 +03:00
Elian Doran
875e65284c
feat(docs): use <kbd> for keyboard shortcuts
2025-03-14 12:11:09 +02:00
Elian Doran
806cd7129a
fix(docs): rtl image
2025-03-14 11:34:27 +02:00
Elian Doran
c8725ce6ef
feat(docs): align documentation with new settings
2025-03-14 11:32:07 +02:00
Elian Doran
0c55b1eee8
feat(editor): rewrite <i> to <em> for compatibility with Markdown
2025-03-14 11:31:46 +02:00
Elian Doran
9b217a5b82
Merge pull request #1366 from rom1dep/calendar_enh_displayed
...
feat(calendar) improvements
2025-03-14 11:17:44 +02:00