Tom Moor
2e3c19ff88
fix: Remove numbered list detection for markdown, closes #8523
2025-02-21 23:46:58 -05:00
Tom Moor
540683d896
chore: Cleanup
2025-02-20 09:04:52 -05:00
Tom Moor
cbca7f60fe
Move document history to revisions.list API ( #8497 )
...
* Revert "Revert "Move document history to `revisions.list` API (#8458 )" (#8495 )"
This reverts commit 2116041cd5 .
* fix: check all events for latest ad-hoc revision
* view revision list for deleted docs
* rename
---------
Co-authored-by: hmacr <hmac.devo@gmail.com >
2025-02-19 04:44:15 -08:00
Tom Moor
2116041cd5
Revert "Move document history to revisions.list API ( #8458 )" ( #8495 )
...
This reverts commit 839ce889ad .
2025-02-18 20:25:52 -05:00
Tom Moor
7144536eb3
fix: Visible scrollbars on LaTeX on Windows, closes #8488
2025-02-18 20:21:39 -05:00
Tom Moor
84542874c4
fix: RTL list nesting – this is about the limit of what CSS-alone can achieve. closes #8459
2025-02-17 17:24:15 -05:00
Hemachandar
839ce889ad
Move document history to revisions.list API ( #8458 )
...
* Move document history to `revisions.list` API
* deprecate name
* tests
* review
2025-02-17 13:14:51 -08:00
Tom Moor
f46921275d
fix: copy pasting the content from some medium into outline does not get the images ( #8472 )
...
* fix: Files from local storage provider sometimes returned with incorrect content type
* fix: attachments.createFromUrl response values incorrect for successful upload
* fix: Reduce liklihood of image download requests being blocked on server
* fix: Content with HTML images should never be considered as markdown
* fix: Image caption sometimes uncentered
* test
2025-02-17 11:54:13 -08:00
Tom Moor
0b13698998
Add command menu action to create draft
...
closes #8423
2025-02-15 21:27:35 -05:00
Translate-O-Tron
6a633f5a4c
New Crowdin updates ( #8372 )
2025-02-15 07:45:25 -08:00
Tom Moor
4b379a4dc4
Updates new tables to start with fixed column widths ( #8396 )
...
* fix: Updates table creation to start with fixed columns
* tsc
2025-02-13 16:14:37 -08:00
Tom Moor
d48386797e
fix: Remove hardcoded mention of Markdown on export settings
2025-02-13 18:40:52 -05:00
Tom Moor
82539cc348
Increase max length of collection overview
2025-02-12 20:51:13 -05:00
Tom Moor
eb92a206fb
Update version.ts
...
Force editor reload for any clients without knowledge of new mentions
2025-02-12 14:45:55 -08:00
Tom Moor
205ca03ced
fix: Mentions matching find and replace not correctly highlighted
2025-02-11 23:28:19 -05:00
Translate-O-Tron
926a4e2224
New Crowdin updates ( #8341 )
2025-02-10 05:51:15 -08:00
Tom Moor
49b2fad6ce
fix: Image should be selected before zoomable in edit mode, closes #8367
2025-02-09 20:52:59 -05:00
Tom Moor
fe2c9b5817
feat: Inline document creation in sidebar ( #8364 )
...
* wip
* Untitled document name missing in breadcrumb
* Add inline creation for collection
* fix: autoFocus new docs
* refactor
2025-02-09 15:51:18 -08:00
Tom Moor
cc38c4fedb
fix: Copy and paste embed results in link
2025-02-08 10:20:15 -05:00
Tom Moor
749b9cc6b8
fix: Mis-sized frame embeds in tables, closes #8357
2025-02-08 09:52:37 -05:00
Tom Moor
67adb66c8b
fix: toMarkdown not implemented when copying an individual table cell
2025-02-06 21:25:48 -05:00
Tom Moor
ce51fa9957
fix: useComponentSize should run in useLayoutEffect
2025-02-05 22:39:10 -05:00
Hemachandar
676e89a58e
fix: Skip permission checks on the app when moving document using DnD ( #8333 )
2025-02-05 19:10:44 -08:00
Translate-O-Tron
c1d4a8e373
New Crowdin updates ( #8321 )
2025-02-04 19:59:29 -08:00
Tom Moor
5004281077
Combine useComponentSize hooks, possible fix for #8337 ( #8338 )
2025-02-04 18:49:13 -08:00
Apoorv Mishra
6f49cb62c3
fix: remove legacy code ( #8335 )
2025-02-04 16:06:01 -08:00
Tom Moor
6f50ea1d60
fix: Regression, cannot mention in comments
2025-02-03 20:32:30 -05:00
Tom Moor
52679db853
fix: Cannot read properties of null (reading 'data')
2025-02-03 20:08:02 -05:00
Tom Moor
9a94e2dcf2
fix: Cannot read properties of null (reading '0')
2025-02-03 20:00:48 -05:00
Tom Moor
c717e8e3eb
Move collection description into dedicated tab ( #8326 )
...
* Move collection description into dedicated tab
* Dynamic default
* refactor
2025-02-03 16:58:35 -08:00
Tom Moor
28aebc9fbf
feat: Upload remote-hosted images on paste ( #8301 )
...
* First pass
* fix
* tidy, tidy
* Determine dimensions
* docs
* test getFileNameFromUrl
* PR feedback
* tsc
2025-01-30 17:24:07 -08:00
Translate-O-Tron
abaeba5952
New Crowdin updates ( #8278 )
2025-01-28 17:54:47 -08:00
Tom Moor
15892a9364
feat: API key resource scoping ( #8297 )
2025-01-28 16:50:22 -08:00
Tom Moor
5b11a0cc16
feat: Upgrade FA, add new icons
2025-01-25 15:19:58 -05:00
Tom Moor
ec6ed809a4
Add triggers to keyboard shortcut help, make search input sticky
2025-01-25 07:49:06 -05:00
Tom Moor
b7bbaac2eb
fix: Default to user mention for backwards compat
2025-01-23 22:03:27 -05:00
Tom Moor
184e56264c
feat: Add reading time on pinned documents
2025-01-22 21:17:26 -05:00
ZhuoYang Wu(阿离)
2205b9ee87
feat: add paste menu ( #8229 )
...
* feat: add paste menu
* fix: for comment
* Add supported embed detection
* fix: Menu is modified before it closes
* Add multiplayer support
* refactor
* perf: Avoid unneccessary mapping
---------
Co-authored-by: Tom Moor <tom.moor@gmail.com >
2025-01-22 05:41:05 -08:00
Translate-O-Tron
4cc0beb90d
New Crowdin updates ( #8257 )
...
* fix: New Norwegian Bokmal translations from Crowdin [ci skip]
* fix: New Norwegian Bokmal translations from Crowdin [ci skip]
2025-01-20 16:00:33 -08:00
Tom Moor
cc7f9d1a72
Improve canva share link support, closes #8140
2025-01-19 23:24:37 -05:00
Tom Moor
be93b4ffe9
fix: Various bugs in the suggestion menu logic ( #8256 )
2025-01-19 17:41:34 -08:00
Tom Moor
11cb90b4fa
chore: Simplify Enter rule on mentions
2025-01-19 11:46:11 -05:00
Tom Moor
029161002b
Move hover helper to shared
2025-01-18 21:14:00 -05:00
Tom Moor
1e10985626
Add hover states to mention
2025-01-18 20:58:54 -05:00
Translate-O-Tron
869b6e7394
New Crowdin updates ( #8235 )
2025-01-17 18:27:57 -08:00
Tom Moor
73086139d2
Document mentions ( #8225 )
2025-01-17 15:56:38 -08:00
Tom Moor
4af3ac98d1
fix: Improve styling with mixed RTL content ( #8247 )
...
* fix: Improve styling with mixed RTL content
* fix
2025-01-16 13:35:04 -08:00
Tom Moor
7421a9fbdc
fix: Mentions should not be able to contain node content ( #8246 )
...
closes #8238
2025-01-16 03:49:38 -08:00
Tom Moor
1aaabf113b
fix: Incorrect plain text serialization in exportTable ( #8234 )
2025-01-14 06:35:43 -08:00
Translate-O-Tron
a0d78378d7
New Crowdin updates ( #8204 )
2025-01-13 19:35:08 -08:00