Why do data export zip files contain duplicate entries? new
2 people asked· outline · since Jun 11, 2026
Exporting a (large) collection to Markdown produces a `.zip` in which every file and folder entry is present twice. Archive tools report the archive as …
This formula I copied to the outline document, why doesn't it render?: [ I_{\text{camera}} \rightarrow M_{\text{person}} \rightarrow I_{\text{person}}=I_{\text{ …
LaTEx (relatively basic) formulas are not correctly rendered when document is downloaded in PDF format. Formulas : U_{moy} = \frac{1}{3}\left(|U_{1,2}| + |U_{ …
Why are edits not synced to the server before clicking done editing? new
1 person asked· outline · since Aug 17, 2026
Indeed, when looking at it in another browser (completely different browser- one is brave/chromium the other is firefox), the edits show real-time in …
Why do data export zip files contain duplicate entries? new
2 people asked· since Jun 11, 2026
Exporting a (large) collection to Markdown produces a `.zip` in which every file and folder entry is present twice. Archive tools report the archive as …
This formula I copied to the outline document, why doesn't it render?: [ I_{\text{camera}} \rightarrow M_{\text{person}} \rightarrow I_{\text{person}}=I_{\text{ …
LaTEx (relatively basic) formulas are not correctly rendered when document is downloaded in PDF format. Formulas : U_{moy} = \frac{1}{3}\left(|U_{1,2}| + |U_{ …
Why are edits not synced to the server before clicking done editing? new
1 person asked· since Aug 17, 2026
Indeed, when looking at it in another browser (completely different browser- one is brave/chromium the other is firefox), the edits show real-time in …
Why does the MCP server handshake return an HTTP 500 error? new
1 person asked· since Jun 3, 2026
POST /mcp returns 500 Internal Server Error on the notifications/initialized message every client sends right after initialize. Since that's a required lifecycle step, the …
Can the webhook URL validation limit be increased beyond 255 characters? new
1 person asked· since Jun 4, 2026
img width="527" height="176" alt="Image" src="https://github.com/user-attachments/assets/7df59b83-eb36-48c0-b7aa-43a05689377b" /> The webhook URL field currently appears to …
Can the sticky table header background be made opaque instead of transparent? new
1 person asked· since Jun 4, 2026
The sticky table header (from #11352) has a semi-transparent background, so rows scrolling beneath it bleed through and both become unreadable where they overlap. …
Why is there a performance lag when scrolling large document trees in the sidebar? new
1 person asked· since Jun 5, 2026
The left sidebar still becomes noticeably janky when scrolling after expanding a large number of document nodes. Chrome Performance traces show that the native `wheel` …
Can hard line breaks be preserved when copying or exporting content? new
1 person asked· since Jun 5, 2026
There is an inconsistency between how the WYSIWYG editor handles hard line breaks and how they are serialized when copying or exporting content. The editor …
Why does the API break markdown links in tables during updates? new
1 person asked· since Jun 7, 2026
Similar to #12510 and #1286 the updateDocument API call breaks Markdown links in tables. Links look exactly like the screenshot in #1286 after multiple updates. …
Why does copy and paste lose formatting and image links? new
1 person asked· since Jun 8, 2026
Pasting content from the current document may lose formatting after inserting headings; after this point, pasting will always be plain text. Refreshing the page restores …
Why does Keycloak OIDC authentication fail after upgrading to version 1.8? new
1 person asked· since Jun 8, 2026
After upgrading our Outline instance to version 1.8, users can no longer authenticate through Keycloak using OIDC. Before the upgrade, everything was working correctly. When …
Can the API default collection permissions be aligned with UI private defaults? new
1 person asked· since Jun 9, 2026
Creating a collection via the API (`POST /api/collections.create`) without specifying a `permission` returns a collection with `"permission": "read_write"` — open to the entir …
Can drag and drop functionality for images in tables be restored? new
1 person asked· since Jun 9, 2026
Drag-and-drop functionality for photos no longer works in tables. It worked perfectly before the latest updates (before 1.8) _No response_ _No response_
Why does the collections update API silently ignore description changes? new
1 person asked· since Jun 9, 2026
Calling `POST /collections.update` with a new `description` value returns success and updates the `updatedAt` timestamp, but the collection's rendered landing-page content (`d …