Skip to content

feat: Simplify todo input#11129

Merged
tommoor merged 1 commit into
mainfrom
11123-allow-task-lists-to-be-created-by-typing
Jan 10, 2026
Merged

feat: Simplify todo input#11129
tommoor merged 1 commit into
mainfrom
11123-allow-task-lists-to-be-created-by-typing

Conversation

@tommoor

@tommoor tommoor commented Jan 10, 2026

Copy link
Copy Markdown
Member

closes #11123

@tommoor tommoor merged commit 6c3a0f7 into main Jan 10, 2026
15 checks passed
@tommoor tommoor deleted the 11123-allow-task-lists-to-be-created-by-typing branch January 10, 2026 17:28
alexlebens pushed a commit to alexlebens/infrastructure that referenced this pull request Jan 17, 2026
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://github.com/outline/outline) | minor | `1.2.0` → `1.3.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>outline/outline (outlinewiki/outline)</summary>

### [`v1.3.0`](https://github.com/outline/outline/releases/tag/v1.3.0)

[Compare Source](outline/outline@v1.2.0...v1.3.0)

#### What's Changed

##### Improvements

- Table rows and columns are now draggable in [#&#8203;11138](outline/outline#11138)
- Added an "Email display" preference to control email address visibility in the workspace in [#&#8203;11103](outline/outline#11103)
- diagrams.net diagrams are now persisted as SVG's by default in [#&#8203;11128](outline/outline#11128)
- Publicly shared documents now include backlinks in the footer in [#&#8203;11141](outline/outline#11141)
- Headers and dividers now clear images aligned to the left or right in [#&#8203;11108](outline/outline#11108)
- Upload progress is now shown in the editor for large/slow files in [#&#8203;11109](outline/outline#11109)
- Added a keyboard shortcut to toggle theme (Cmd+Shift+L) in [#&#8203;11127](outline/outline#11127)
- Todo's can now be typed with the simplified `[]` syntax in [#&#8203;11129](outline/outline#11129)
- Importing a code block with "mermaid" language will now work as expected in [#&#8203;11132](outline/outline#11132)
- There is now an option to include nested documents when downloading a doc in [#&#8203;9679](outline/outline#9679)
- "copy as markdown" now signs attachment URLs by [@&#8203;libnewton](https://github.com/libnewton) in [#&#8203;10821](outline/outline#10821)
- List spacing increased in [#&#8203;11163](outline/outline#11163)
- Publicly shared docs now handle the accept `text/markdown` header for LLM usage in [#&#8203;11182](outline/outline#11182)
- API: Plain urls provided via API will be automatically embedded when matching an integration in [#&#8203;11148](outline/outline#11148)

##### Fixes

- Fixed overlapping filters on search page in some translations [#&#8203;11086](outline/outline#11086)
- Task summary in meta data no longer shrinks in [#&#8203;11087](outline/outline#11087)
- Improved user feedback when copying/moving documents in [#&#8203;11089](outline/outline#11089)
- Fixed table width collapsing in [#&#8203;11178](outline/outline#11178)
- Fixed an issue where copy and pasting a diagrams.net diagram lost the edit button in [#&#8203;11102](outline/outline#11102)
- Embedded PDF rendering now works correctly in Safari in [#&#8203;11107](outline/outline#11107)
- Clicking while editing a sidebar link no longer navigates in [#&#8203;11105](outline/outline#11105)
- Fixed an issue that was causing premature signout when using Passkeys in [#&#8203;11136](outline/outline#11136)
- Removed `space` requirement from markdown trigger for horizontal rule in [#&#8203;11130](outline/outline#11130)
- LaTeX escape sequences now work correctly when pasting into doc in [#&#8203;11134](outline/outline#11134)
- Fixed a display issue with the inline LaTeX active border on Firefox in [#&#8203;11147](outline/outline#11147)
- Local database cache of documents is now cleared on logout in [#&#8203;11135](outline/outline#11135)
- Added timeout and optimized URL unfurl performance in [#&#8203;11149](outline/outline#11149)
- Right click -> Copy link in the sidebar no longer navigates to item in [#&#8203;11162](outline/outline#11162)
- Fixed display issues in empty notification panel in [#&#8203;11166](outline/outline#11166)
- Improved performance of diff calculation in [#&#8203;11174](outline/outline#11174)
- Theme override on shared docs e.g. `?theme=dark` will now persist between navigations in [#&#8203;11176](outline/outline#11176)
- Lists inside tables no longer break Markdown output in [#&#8203;11183](outline/outline#11183)
- Fixed `alt+shift` navigation in header in Safari in [#&#8203;11184](outline/outline#11184)
- API: `html` property in response was removed from `revisions.info` in [#&#8203;11088](outline/outline#11088)
- API: `documents.diff` endpoint removed in [#&#8203;11175](outline/outline#11175)
- API: `comments.create` and `comments.update` no longer allow nodes that cannot be displayed in comments in [#&#8203;11101](outline/outline#11101)

**Full Changelog**: <outline/outline@v1.2.0...v1.3.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3292
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow task lists to be created by typing []

1 participant