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
15de8e1b57
feat(editor): rewrite <i> to <em>
2025-03-14 11:30:44 +02:00
Elian Doran
83a4804c2c
feat(admonitions): start implementing autoformat
2025-03-14 11:25:38 +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
Elian Doran
a50b8c7f0a
Merge pull request #1425 from TriliumNext/renovate/mermaid-11.x
...
fix(deps): update dependency mermaid to v11.5.0
2025-03-14 11:15:51 +02:00
Elian Doran
5efb5fd303
Merge pull request #1424 from TriliumNext/renovate/i18next-24.x
...
fix(deps): update dependency i18next to v24.2.3
2025-03-14 11:15:12 +02:00
renovate[bot]
2e436cdd46
chore(deps): update dependency electron to v35
2025-03-14 09:14:49 +00:00
Elian Doran
3656b1e0eb
Merge pull request #1423 from TriliumNext/renovate/force-graph-1.x
...
fix(deps): update dependency force-graph to v1.49.4
2025-03-14 11:14:47 +02:00
Elian Doran
b2060799c4
Merge pull request #1422 from TriliumNext/renovate/axios-1.x
...
fix(deps): update dependency axios to v1.8.3
2025-03-14 11:14:13 +02:00
Elian Doran
b18e5a34c4
Merge pull request #1421 from TriliumNext/renovate/electron-34.x
...
chore(deps): update dependency electron to v34.3.3
2025-03-14 11:13:57 +02:00
Elian Doran
2578c2d4f6
Merge pull request #1398 from TriliumNext/renovate/happy-dom-monorepo
...
chore(deps): update dependency happy-dom to v17.4.4
2025-03-14 11:13:17 +02:00
renovate[bot]
618bba71da
fix(deps): update dependency mermaid to v11.5.0
2025-03-14 02:53:05 +00:00
renovate[bot]
8bff71fed4
fix(deps): update dependency i18next to v24.2.3
2025-03-14 02:52:56 +00:00
renovate[bot]
839cfac2ac
fix(deps): update dependency force-graph to v1.49.4
2025-03-14 02:52:45 +00:00
renovate[bot]
ded979b6ff
fix(deps): update dependency axios to v1.8.3
2025-03-14 02:52:32 +00:00
renovate[bot]
948c60277d
chore(deps): update dependency electron to v34.3.3
2025-03-14 02:52:20 +00:00
Elian Doran
f487348cc5
chore(admonitions): remove formatting plugin for now
2025-03-14 00:04:23 +02:00
Elian Doran
ee76e81d1f
feat(admonitions): integrate custom admonitions plugin
2025-03-14 00:02:55 +02:00
Elian Doran
878743500f
feat(admonitions): convert to split and get last type
2025-03-13 23:20:58 +02:00
Elian Doran
5c9fe3adcd
feat(admonitions): indicate with a checkmark the active type
2025-03-13 22:47:21 +02:00
Elian Doran
a3354d4d10
refactor(admonitions): remove no longer needed custom conversion
2025-03-13 22:21:43 +02:00
Elian Doran
504879b11c
feat(admonitions): allow changing admonition type
2025-03-13 22:20:12 +02:00
Elian Doran
fb7e310224
feat(admonitions): allow selecting admonition type
2025-03-13 21:27:29 +02:00
perf3ct
f8d4088dfe
Merge branch 'develop' into ai-llm-integration
2025-03-13 19:10:46 +00:00
Elian Doran
d29edbe325
fix(admonitions): create dropdown list
2025-03-13 20:07:55 +02:00
Elian Doran
283dbb2b75
fix(admonitions): double enter to exit block
2025-03-13 19:41:46 +02:00
Elian Doran
8c6c15a8d1
feat(admonitions): apply dedicated admonition class
2025-03-13 19:38:52 +02:00
Elian Doran
c49b30cf53
feat(admonitions): use aside instead of blockquote
2025-03-13 19:28:57 +02:00
Elian Doran
d11254e044
feat(admonitions): add custom icon
2025-03-13 19:10:07 +02:00
Elian Doran
d79110b75c
feat(admonitions): rename toolbar button
2025-03-13 19:05:20 +02:00
Elian Doran
137c5c27cd
refactor(admonitions): more references to blockquote
2025-03-13 19:02:17 +02:00
Elian Doran
e028f88821
chore(admonitions): rename plugin names and more references
2025-03-13 18:41:37 +02:00
Elian Doran
9ef17919c5
refactor(admonitions): remove unnecessary docs
2025-03-13 18:37:43 +02:00
Elian Doran
303a943b81
refactor(admonitions): remove unnecessary tests
2025-03-13 18:37:19 +02:00
Elian Doran
a0b60eed8f
refactor(admonitions): rename exports
2025-03-13 18:36:36 +02:00
Elian Doran
eaa52b4527
refactor(admonition): rename files
2025-03-13 18:35:10 +02:00
Elian Doran
0f9ab0dd89
refactor(admonitions): rename classes
2025-03-13 18:33:39 +02:00
Elian Doran
9af9845985
chore(admonitions): start off with a fresh copy of blockquote plugin
2025-03-13 18:27:05 +02:00
Elian Doran
e24812f1a3
chore(admonitions): start off with a fresh copy of blockquote plugin
2025-03-13 18:27:05 +02:00