Elian Doran
3dae771e90
feat(import/single): mermaid with .mermaid extension
2025-03-22 15:41:56 +02:00
Elian Doran
d9764365cb
feat(import): allow importing .excalidraw files
2025-03-14 22:13:31 +02:00
Elian Doran
bedc61c3d0
feat(import/zip): support UTF-16 LE with BOM ( closes #1241 )
2025-02-22 01:37:22 +02:00
Elian Doran
c925ae5f15
feat(import/single): support UTF-16 LE with BOM for markdown notes
2025-02-22 01:37:22 +02:00
Elian Doran
77ee7f96c1
feat(import/single): support UTF-16 LE with BOM for text notes
2025-02-22 01:37:22 +02:00
Elian Doran
cadd78524c
feat(import/single): support UTF-16 LE with BOM for code notes
2025-02-22 01:37:22 +02:00
Elian Doran
fd4f35e879
feat(import/single): support UTF-16 LE with BOM for HTML
2025-02-22 01:37:22 +02:00
Elian Doran
860de346a7
feat(import/single): treat mdx as markdown
2025-02-20 20:38:58 +02:00
Elian Doran
1807b2b031
chore(types): missing import type for JS imports
2025-01-13 23:18:10 +02:00
Elian Doran
324696bc54
refactor(ts): enable verbatim module syntax
2025-01-09 18:36:24 +02:00
Elian Doran
4cbb529fd4
chore(prettier): fix all files
2025-01-09 18:07:02 +02:00
Panagiotis Papadopoulos
7fe23c7ac2
refactor(services): use named imports from utils
2025-01-02 13:47:44 +01:00
Elian Doran
b321d99076
chore(code): fix editorconfig for src/public
2024-12-22 15:42:15 +02:00
Elian Doran
cef464f88b
fix(import/single): h1 not being removed due to downgrade to h2
2024-11-28 19:37:00 +02:00
Elian Doran
6056b55bde
fix(import/single): title extraction not working due to h1 conversion
2024-11-28 19:30:47 +02: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
24af2e55dc
server: Fix the remainder of import issues
2024-07-24 20:33:35 +03:00
Elian Doran
0ceae0a65e
server-esm: Change some more export object to export default object
2024-07-18 21:47:30 +03:00
Elian Doran
35d11cc0d2
server-esm: Change simple local import statements
2024-07-18 21:35:17 +03:00
Elian Doran
8fb67c9766
server-esm: Normalize quotes in require imports
2024-07-18 21:28:51 +03:00
Elian Doran
79123b0c63
server: Fix import of non-text files
2024-07-14 15:21:45 +03:00
Elian Doran
a66e4435ba
server-ts: Address requested changes
2024-04-13 17:30:48 +03:00
Elian Doran
8c5f680dca
server-ts: Fix build errors
2024-02-25 15:06:43 +02:00
Elian Doran
7f0102181d
server-ts: Port services/import/single
2024-02-25 14:52:20 +02:00