├── .eslintrc.json ├── .github └── workflows │ ├── calibreapp-image-actions.yml │ ├── lint.yml │ └── typescript.yml ├── .gitignore ├── LICENSE ├── README.md ├── components ├── Button.tsx ├── Card.tsx ├── Footer.tsx ├── GetStarted.tsx ├── GithubLogo.tsx ├── HeaderNavigation.tsx ├── Hero.tsx ├── IntegrationsMenu.tsx ├── Layout.tsx ├── Logo.tsx ├── Markdown.tsx ├── PostMetadata.tsx ├── Screenshot.tsx ├── SidebarMenu.tsx ├── SidebarMenuItem.tsx ├── Table.tsx ├── Time.tsx └── ui │ └── Tooltip.tsx ├── deploy.sh ├── integrations ├── abstract.md ├── airtable.md ├── alfred.md ├── codepen.md ├── descript.md ├── diagrams.md ├── figma.md ├── framer.md ├── github-gist.md ├── google-docs.md ├── google.md ├── index.json ├── invision.md ├── lucidchart.md ├── make.md ├── marvel.md ├── microsoft.md ├── mindmeister.md ├── miro.md ├── mode-analytics.md ├── pitch.md ├── prezi.md ├── slack.md ├── spotify.md ├── trello.md ├── typeform.md ├── vimeo.md ├── whimsical.md ├── youtube.md └── zapier.md ├── lib ├── browser.ts ├── hooks │ └── useOnClickOutside.ts ├── posts.ts └── rss.tsx ├── next-env.d.ts ├── next.config.js ├── out ├── .nojekyll ├── .well-known │ └── microsoft-identity-association.json ├── 404.html ├── CNAME ├── _next │ ├── data │ │ └── aX4RxDL8EDrM3yJJqXEtY │ │ │ ├── changelog.json │ │ │ ├── changelog │ │ │ ├── 2020-in-review.json │ │ │ ├── ai-answers.json │ │ │ ├── april-fixes.json │ │ │ ├── april-new-embeds.json │ │ │ ├── code-commenting.json │ │ │ ├── code-line-numbers.json │ │ │ ├── collaborative-editing.json │ │ │ ├── collection-icons.json │ │ │ ├── collection-subscriptions.json │ │ │ ├── command-bar-settings.json │ │ │ ├── command-bar.json │ │ │ ├── comment-resolution.json │ │ │ ├── comment-sorting.json │ │ │ ├── commenting.json │ │ │ ├── community-translation.json │ │ │ ├── confluence-import.json │ │ │ ├── custom-domains.json │ │ │ ├── date-time-commands.json │ │ │ ├── diff-view.json │ │ │ ├── disable-collection-create.json │ │ │ ├── document-mentions.json │ │ │ ├── document-permissions.json │ │ │ ├── document-subscriptions.json │ │ │ ├── document-templates.json │ │ │ ├── edge-to-edge-images.json │ │ │ ├── embedded-videos.json │ │ │ ├── emoji-picker.json │ │ │ ├── emoji-reactions.json │ │ │ ├── exporting-improvements.json │ │ │ ├── file-attachments.json │ │ │ ├── find-and-replace.json │ │ │ ├── fit-and-finish.json │ │ │ ├── friendly-collections.json │ │ │ ├── github-integration.json │ │ │ ├── google-analytics.json │ │ │ ├── group-document-membership.json │ │ │ ├── guest-role.json │ │ │ ├── highlighters.json │ │ │ ├── icon-and-emojis.json │ │ │ ├── image-resizing.json │ │ │ ├── import-from-word.json │ │ │ ├── in-app-notifications.json │ │ │ ├── issue-integrations.json │ │ │ ├── json-export.json │ │ │ ├── link-previews.json │ │ │ ├── macos-desktop-app.json │ │ │ ├── may-fixes.json │ │ │ ├── mermaid-diagrams.json │ │ │ ├── microsoft-sso.json │ │ │ ├── multiple-workspaces.json │ │ │ ├── notice-panels.json │ │ │ ├── pdf-html-export.json │ │ │ ├── personal-gmail-signin.json │ │ │ ├── pin-to-home.json │ │ │ ├── polish-polish.json │ │ │ ├── progressive-web-app.json │ │ │ ├── public-sharing-improvements.json │ │ │ ├── publish-improvements.json │ │ │ ├── reorder-collections.json │ │ │ ├── search-improvements.json │ │ │ ├── shared-document-search.json │ │ │ ├── sidebar-improvements.json │ │ │ ├── something-brewing.json │ │ │ ├── spanish-french-korean.json │ │ │ ├── star-collections.json │ │ │ ├── summer-2021.json │ │ │ ├── table-improvements.json │ │ │ ├── tasks-and-history.json │ │ │ ├── team-domains.json │ │ │ ├── the-one-with-all-the-fixes.json │ │ │ ├── theming.json │ │ │ ├── tldraw-embed.json │ │ │ ├── turkish-translations.json │ │ │ ├── upgradable-viewers.json │ │ │ ├── upgraded-code-and-mermaid.json │ │ │ ├── v0.10.0.json │ │ │ ├── v0.11.0.json │ │ │ ├── v0.11.1.json │ │ │ ├── v0.11.2.json │ │ │ ├── v0.12.0.json │ │ │ ├── v0.13.0.json │ │ │ ├── v0.13.1.json │ │ │ ├── v0.13.2.json │ │ │ ├── v0.13.3.json │ │ │ ├── v0.13.4.json │ │ │ ├── v0.13.5.json │ │ │ ├── v0.14.0.json │ │ │ ├── v0.15.0.json │ │ │ ├── v0.15.1.json │ │ │ ├── v0.16.0.json │ │ │ ├── v0.16.1.json │ │ │ ├── v0.16.2.json │ │ │ ├── v0.16.3.json │ │ │ ├── v0.17.0.json │ │ │ ├── v0.18.0.json │ │ │ ├── v0.19.0.json │ │ │ ├── v0.19.1.json │ │ │ ├── v0.2.0.json │ │ │ ├── v0.20.0.json │ │ │ ├── v0.21.0.json │ │ │ ├── v0.22.0.json │ │ │ ├── v0.23.0.json │ │ │ ├── v0.24.0.json │ │ │ ├── v0.25.0.json │ │ │ ├── v0.26.0.json │ │ │ ├── v0.27.0.json │ │ │ ├── v0.28.0.json │ │ │ ├── v0.29.0.json │ │ │ ├── v0.3.0.json │ │ │ ├── v0.3.1.json │ │ │ ├── v0.30.0.json │ │ │ ├── v0.31.0.json │ │ │ ├── v0.32.0.json │ │ │ ├── v0.33.0.json │ │ │ ├── v0.34.0.json │ │ │ ├── v0.35.0.json │ │ │ ├── v0.36.0.json │ │ │ ├── v0.36.1.json │ │ │ ├── v0.37.0.json │ │ │ ├── v0.38.0.json │ │ │ ├── v0.38.1.json │ │ │ ├── v0.39.0.json │ │ │ ├── v0.4.0.json │ │ │ ├── v0.40.0.json │ │ │ ├── v0.40.1.json │ │ │ ├── v0.40.2.json │ │ │ ├── v0.41.0.json │ │ │ ├── v0.42.0.json │ │ │ ├── v0.42.1.json │ │ │ ├── v0.42.2.json │ │ │ ├── v0.43.0.json │ │ │ ├── v0.43.1.json │ │ │ ├── v0.43.2.json │ │ │ ├── v0.43.3.json │ │ │ ├── v0.44.0.json │ │ │ ├── v0.45.0.json │ │ │ ├── v0.5.0.json │ │ │ ├── v0.6.0.json │ │ │ ├── v0.6.1.json │ │ │ ├── v0.7.0.json │ │ │ ├── v0.8.0.json │ │ │ ├── v0.8.1.json │ │ │ ├── v0.9.0.json │ │ │ ├── viewer-details.json │ │ │ ├── viewer-permissions.json │ │ │ └── windows-app.json │ │ │ ├── developers.json │ │ │ └── integrations │ │ │ ├── abstract.json │ │ │ ├── airtable.json │ │ │ ├── alfred.json │ │ │ ├── codepen.json │ │ │ ├── descript.json │ │ │ ├── diagrams.json │ │ │ ├── figma.json │ │ │ ├── framer.json │ │ │ ├── github-gist.json │ │ │ ├── google-docs.json │ │ │ ├── google.json │ │ │ ├── invision.json │ │ │ ├── lucidchart.json │ │ │ ├── make.json │ │ │ ├── marvel.json │ │ │ ├── microsoft.json │ │ │ ├── mindmeister.json │ │ │ ├── miro.json │ │ │ ├── mode-analytics.json │ │ │ ├── pitch.json │ │ │ ├── prezi.json │ │ │ ├── slack.json │ │ │ ├── spotify.json │ │ │ ├── trello.json │ │ │ ├── typeform.json │ │ │ ├── vimeo.json │ │ │ ├── whimsical.json │ │ │ ├── youtube.json │ │ │ └── zapier.json │ └── static │ │ ├── aX4RxDL8EDrM3yJJqXEtY │ │ ├── _buildManifest.js │ │ └── _ssgManifest.js │ │ └── chunks │ │ ├── 212-9e92f0769abcc16a.js │ │ ├── 504-ecda0decf152301c.js │ │ ├── 685-e192679670b176d2.js │ │ ├── 723-47d79f84e432f182.js │ │ ├── 739-59faef3339934bf7.js │ │ ├── 88-5df45937288096d0.js │ │ ├── framework-64ad27b21261a9ce.js │ │ ├── main-4480e7d19afaa09f.js │ │ ├── pages │ │ ├── _app-5810f0a972a88d88.js │ │ ├── _error-7a92967bea80186d.js │ │ ├── about-5651c13d9d25e35e.js │ │ ├── changelog-41130c1fb7307b43.js │ │ ├── changelog │ │ │ └── [slug]-91d6c9dc8d231e94.js │ │ ├── compare │ │ │ ├── confluence-alternative-cf26adbbe5423e00.js │ │ │ └── google-docs-alternative-5a92107450bacd10.js │ │ ├── contact-03d76ba136dc6346.js │ │ ├── developers-a487a279b4db6c3a.js │ │ ├── download-53c7aad19d8abe48.js │ │ ├── index-8bb03ddf65aeca2a.js │ │ ├── integrations-d9e3432aa75acc85.js │ │ ├── integrations │ │ │ └── [slug]-6a4b37a5541e0897.js │ │ ├── pricing-f20c51c001e7a9ea.js │ │ ├── privacy-b7e369bcf6471d66.js │ │ └── terms-7d0dcf764892abff.js │ │ ├── polyfills-42372ed130431b0a.js │ │ └── webpack-2d6c20b89449f43d.js ├── about.html ├── changelog.html ├── changelog │ ├── 2020-in-review.html │ ├── ai-answers.html │ ├── april-fixes.html │ ├── april-new-embeds.html │ ├── code-commenting.html │ ├── code-line-numbers.html │ ├── collaborative-editing.html │ ├── collection-icons.html │ ├── collection-subscriptions.html │ ├── command-bar-settings.html │ ├── command-bar.html │ ├── comment-resolution.html │ ├── comment-sorting.html │ ├── commenting.html │ ├── community-translation.html │ ├── confluence-import.html │ ├── custom-domains.html │ ├── date-time-commands.html │ ├── diff-view.html │ ├── disable-collection-create.html │ ├── document-mentions.html │ ├── document-permissions.html │ ├── document-subscriptions.html │ ├── document-templates.html │ ├── edge-to-edge-images.html │ ├── embedded-videos.html │ ├── emoji-picker.html │ ├── emoji-reactions.html │ ├── exporting-improvements.html │ ├── file-attachments.html │ ├── find-and-replace.html │ ├── fit-and-finish.html │ ├── friendly-collections.html │ ├── github-integration.html │ ├── google-analytics.html │ ├── group-document-membership.html │ ├── guest-role.html │ ├── highlighters.html │ ├── icon-and-emojis.html │ ├── image-resizing.html │ ├── import-from-word.html │ ├── in-app-notifications.html │ ├── issue-integrations.html │ ├── json-export.html │ ├── link-previews.html │ ├── macos-desktop-app.html │ ├── may-fixes.html │ ├── mermaid-diagrams.html │ ├── microsoft-sso.html │ ├── multiple-workspaces.html │ ├── notice-panels.html │ ├── pdf-html-export.html │ ├── personal-gmail-signin.html │ ├── pin-to-home.html │ ├── polish-polish.html │ ├── progressive-web-app.html │ ├── public-sharing-improvements.html │ ├── publish-improvements.html │ ├── reorder-collections.html │ ├── search-improvements.html │ ├── shared-document-search.html │ ├── sidebar-improvements.html │ ├── something-brewing.html │ ├── spanish-french-korean.html │ ├── star-collections.html │ ├── summer-2021.html │ ├── table-improvements.html │ ├── tasks-and-history.html │ ├── team-domains.html │ ├── the-one-with-all-the-fixes.html │ ├── theming.html │ ├── tldraw-embed.html │ ├── turkish-translations.html │ ├── upgradable-viewers.html │ ├── upgraded-code-and-mermaid.html │ ├── v0.10.0.html │ ├── v0.11.0.html │ ├── v0.11.1.html │ ├── v0.11.2.html │ ├── v0.12.0.html │ ├── v0.13.0.html │ ├── v0.13.1.html │ ├── v0.13.2.html │ ├── v0.13.3.html │ ├── v0.13.4.html │ ├── v0.13.5.html │ ├── v0.14.0.html │ ├── v0.15.0.html │ ├── v0.15.1.html │ ├── v0.16.0.html │ ├── v0.16.1.html │ ├── v0.16.2.html │ ├── v0.16.3.html │ ├── v0.17.0.html │ ├── v0.18.0.html │ ├── v0.19.0.html │ ├── v0.19.1.html │ ├── v0.2.0.html │ ├── v0.20.0.html │ ├── v0.21.0.html │ ├── v0.22.0.html │ ├── v0.23.0.html │ ├── v0.24.0.html │ ├── v0.25.0.html │ ├── v0.26.0.html │ ├── v0.27.0.html │ ├── v0.28.0.html │ ├── v0.29.0.html │ ├── v0.3.0.html │ ├── v0.3.1.html │ ├── v0.30.0.html │ ├── v0.31.0.html │ ├── v0.32.0.html │ ├── v0.33.0.html │ ├── v0.34.0.html │ ├── v0.35.0.html │ ├── v0.36.0.html │ ├── v0.36.1.html │ ├── v0.37.0.html │ ├── v0.38.0.html │ ├── v0.38.1.html │ ├── v0.39.0.html │ ├── v0.4.0.html │ ├── v0.40.0.html │ ├── v0.40.1.html │ ├── v0.40.2.html │ ├── v0.41.0.html │ ├── v0.42.0.html │ ├── v0.42.1.html │ ├── v0.42.2.html │ ├── v0.43.0.html │ ├── v0.43.1.html │ ├── v0.43.2.html │ ├── v0.43.3.html │ ├── v0.44.0.html │ ├── v0.45.0.html │ ├── v0.5.0.html │ ├── v0.6.0.html │ ├── v0.6.1.html │ ├── v0.7.0.html │ ├── v0.8.0.html │ ├── v0.8.1.html │ ├── v0.9.0.html │ ├── viewer-details.html │ ├── viewer-permissions.html │ └── windows-app.html ├── compare │ ├── confluence-alternative.html │ └── google-docs-alternative.html ├── contact.html ├── developers.html ├── download.html ├── favicon-32.png ├── favicon.png ├── fonts │ ├── HKGrotesk-Bold.eot │ ├── HKGrotesk-Bold.woff │ ├── HKGrotesk-Bold.woff2 │ ├── HKGrotesk-Italic.woff │ ├── HKGrotesk-Light.eot │ ├── HKGrotesk-Light.woff2 │ ├── HKGrotesk-Regular.eot │ ├── HKGrotesk-Regular.woff │ ├── HKGrotesk-Regular.woff2 │ ├── HKGrotesk-SemiBold.eot │ ├── HKGrotesk-SemiBold.woff │ └── HKGrotesk-SemiBold.woff2 ├── images │ ├── ai-answers.png │ ├── block-menu.png │ ├── code-blocks.png │ ├── code-line-numbers.png │ ├── collaborative-editing.png │ ├── collapsible-headings.gif │ ├── command-bar-settings.png │ ├── command-bar.png │ ├── comment-in-code.png │ ├── comment-resolving.png │ ├── comments-home.png │ ├── comments.png │ ├── create-template.png │ ├── custom-domains.png │ ├── dark-mode.png │ ├── date-time-commands.gif │ ├── date-time-commands.png │ ├── diff-view.jpeg │ ├── disable-collection-creation.png │ ├── document-history.png │ ├── document-mentions.png │ ├── document-permissions.png │ ├── document-subscriptions.png │ ├── drag-to-archive.png │ ├── emoji-menu.png │ ├── emoji-picker.png │ ├── emoji-reactions.png │ ├── export-modal.png │ ├── file-attachments.png │ ├── find-and-replace.png │ ├── fit-and-finish.png │ ├── friendly-url.png │ ├── github-integration.png │ ├── github-linear.png │ ├── good-lookin.png │ ├── google-embed.jpeg │ ├── group-document-permissions.png │ ├── guest-role.png │ ├── highlighters.png │ ├── icon-and-emojis.png │ ├── icon-desktop.png │ ├── image-layout.png │ ├── integrations.png │ ├── integrations │ │ ├── abstract.png │ │ ├── airtable.png │ │ ├── alfred.png │ │ ├── berrycast.png │ │ ├── codepen.png │ │ ├── descript.png │ │ ├── diagrams.png │ │ ├── figma.png │ │ ├── framer.png │ │ ├── github-gist.png │ │ ├── gliffy.png │ │ ├── google-docs.png │ │ ├── google-sheets.png │ │ ├── google-slides.png │ │ ├── google.png │ │ ├── invision.png │ │ ├── loom.png │ │ ├── lucidchart.png │ │ ├── make.png │ │ ├── marvel.png │ │ ├── microsoft.png │ │ ├── mindmeister.png │ │ ├── miro.png │ │ ├── mode-analytics.png │ │ ├── pitch.png │ │ ├── prezi.png │ │ ├── screenshots │ │ │ ├── abstract.png │ │ │ ├── airtable.png │ │ │ ├── alfred.png │ │ │ ├── diagrams-net.png │ │ │ ├── figma.png │ │ │ ├── framer.png │ │ │ ├── google.png │ │ │ ├── integromat.png │ │ │ ├── invision.png │ │ │ ├── lucidchart.png │ │ │ ├── marvel.png │ │ │ ├── mindmeister.png │ │ │ ├── prezi.png │ │ │ ├── realtime-board.png │ │ │ ├── slack-channel.png │ │ │ ├── slack-search.png │ │ │ ├── spotify.png │ │ │ ├── typeform.png │ │ │ ├── youtube.png │ │ │ └── zapier.png │ │ ├── slack.png │ │ ├── spotify.png │ │ ├── trello.png │ │ ├── typeform.png │ │ ├── vimeo.png │ │ ├── whimsical.png │ │ ├── youtube.png │ │ └── zapier.png │ ├── json-export.png │ ├── link-previews.png │ ├── logo.svg │ ├── macos-desktop.png │ ├── mermaid-diagram-source.png │ ├── mermaid-diagram.png │ ├── microsoft-sso.png │ ├── multiplayer.png │ ├── new-badge.png │ ├── new-collection-icons.png │ ├── new-embeds.png │ ├── new-workspace.png │ ├── notice-panels.png │ ├── pdf-download.png │ ├── permissions.png │ ├── pin-to-home.png │ ├── public-sharing-improvements.png │ ├── publish-document.png │ ├── pwa.png │ ├── rag.png │ ├── reorder-collections.jpg │ ├── resizing-images.gif │ ├── screenshot.png │ ├── search.png │ ├── self-hosted-domain.png │ ├── shared-document-search.png │ ├── sidebar-collapse.png │ ├── sidebar-reorder.gif │ ├── slack-composer.png │ ├── slack-integration.png │ ├── slack-outline-search.png │ ├── star-collections.png │ ├── table-improvements.png │ ├── task-list.png │ ├── tasks.png │ ├── team-domains.png │ ├── theming.png │ ├── tldraw-embed.png │ ├── tldraw-enable.png │ ├── translations.png │ ├── use-template.png │ ├── video-embed.png │ ├── viewer-permissions.png │ ├── viewer-popover.png │ └── windows-app.png ├── index.html ├── integrations.html ├── integrations │ ├── abstract.html │ ├── airtable.html │ ├── alfred.html │ ├── codepen.html │ ├── descript.html │ ├── diagrams.html │ ├── figma.html │ ├── framer.html │ ├── github-gist.html │ ├── google-docs.html │ ├── google.html │ ├── invision.html │ ├── lucidchart.html │ ├── make.html │ ├── marvel.html │ ├── microsoft.html │ ├── mindmeister.html │ ├── miro.html │ ├── mode-analytics.html │ ├── pitch.html │ ├── prezi.html │ ├── slack.html │ ├── spotify.html │ ├── trello.html │ ├── typeform.html │ ├── vimeo.html │ ├── whimsical.html │ ├── youtube.html │ └── zapier.html ├── pricing.html ├── privacy.html ├── rss.xml ├── terms.html └── videos │ └── slash-menu.mp4 ├── package.json ├── pages ├── _document.tsx ├── about.tsx ├── changelog.tsx ├── changelog │ └── [slug].tsx ├── compare │ ├── confluence-alternative.tsx │ └── google-docs-alternative.tsx ├── contact.tsx ├── developers.tsx ├── download.tsx ├── index.tsx ├── integrations.tsx ├── integrations │ └── [slug].tsx ├── pricing.tsx ├── privacy.tsx └── terms.tsx ├── posts ├── 2020-in-review.md ├── ai-answers.md ├── april-fixes.md ├── april-new-embeds.md ├── code-commenting.md ├── code-line-numbers.md ├── collaborative-editing.md ├── collection-icons.md ├── collection-subscriptions.md ├── command-bar-settings.md ├── command-bar.md ├── comment-resolution.md ├── comment-sorting.md ├── commenting.md ├── community-translation.md ├── confluence-import.md ├── custom-domains.md ├── date-time-commands.md ├── diff-view.md ├── disable-collection-create.md ├── document-mentions.md ├── document-permissions.md ├── document-subscriptions.md ├── document-templates.md ├── edge-to-edge-images.md ├── embedded-videos.md ├── emoji-picker.md ├── emoji-reactions.md ├── exporting-improvements.md ├── file-attachments.md ├── find-and-replace.md ├── fit-and-finish.md ├── friendly-collections.md ├── github-integration.md ├── google-analytics.md ├── group-document-membership.md ├── guest-role.md ├── highlighters.md ├── icon-and-emojis.md ├── image-resizing.md ├── import-from-word.md ├── in-app-notifications.md ├── issue-integrations.md ├── json-export.md ├── link-previews.md ├── macos-desktop-app.md ├── may-fixes.md ├── mermaid-diagrams.md ├── microsoft-sso.md ├── multiple-workspaces.md ├── notice-panels.md ├── pdf-html-export.md ├── personal-gmail-signin.md ├── pin-to-home.md ├── polish-polish.md ├── progressive-web-app.md ├── public-sharing-improvements.md ├── publish-improvements.md ├── reorder-collections.md ├── search-improvements.md ├── shared-document-search.md ├── sidebar-improvements.md ├── something-brewing.md ├── spanish-french-korean.md ├── star-collections.md ├── summer-2021.md ├── table-improvements.md ├── tasks-and-history.md ├── team-domains.md ├── the-one-with-all-the-fixes.md ├── theming.md ├── tldraw-embed.md ├── turkish-translations.md ├── upgradable-viewers.md ├── upgraded-code-and-mermaid.md ├── v0.10.0.md ├── v0.11.0.md ├── v0.11.1.md ├── v0.11.2.md ├── v0.12.0.md ├── v0.13.0.md ├── v0.13.1.md ├── v0.13.2.md ├── v0.13.3.md ├── v0.13.4.md ├── v0.13.5.md ├── v0.14.0.md ├── v0.15.0.md ├── v0.15.1.md ├── v0.16.0.md ├── v0.16.1.md ├── v0.16.2.md ├── v0.16.3.md ├── v0.17.0.md ├── v0.18.0.md ├── v0.19.0.md ├── v0.19.1.md ├── v0.2.0.md ├── v0.20.0.md ├── v0.21.0.md ├── v0.22.0.md ├── v0.23.0.md ├── v0.24.0.md ├── v0.25.0.md ├── v0.26.0.md ├── v0.27.0.md ├── v0.28.0.md ├── v0.29.0.md ├── v0.3.0.md ├── v0.3.1.md ├── v0.30.0.md ├── v0.31.0.md ├── v0.32.0.md ├── v0.33.0.md ├── v0.34.0.md ├── v0.35.0.md ├── v0.36.0.md ├── v0.36.1.md ├── v0.37.0.md ├── v0.38.0.md ├── v0.38.1.md ├── v0.39.0.md ├── v0.4.0.md ├── v0.40.0.md ├── v0.40.1.md ├── v0.40.2.md ├── v0.41.0.md ├── v0.42.0.md ├── v0.42.1.md ├── v0.42.2.md ├── v0.43.0.md ├── v0.43.1.md ├── v0.43.2.md ├── v0.43.3.md ├── v0.44.0.md ├── v0.45.0.md ├── v0.5.0.md ├── v0.6.0.md ├── v0.6.1.md ├── v0.7.0.md ├── v0.8.0.md ├── v0.8.1.md ├── v0.9.0.md ├── viewer-details.md ├── viewer-permissions.md └── windows-app.md ├── public ├── .well-known │ └── microsoft-identity-association.json ├── favicon-32.png ├── favicon.png ├── fonts │ ├── HKGrotesk-Bold.eot │ ├── HKGrotesk-Bold.woff │ ├── HKGrotesk-Bold.woff2 │ ├── HKGrotesk-Italic.woff │ ├── HKGrotesk-Light.eot │ ├── HKGrotesk-Light.woff2 │ ├── HKGrotesk-Regular.eot │ ├── HKGrotesk-Regular.woff │ ├── HKGrotesk-Regular.woff2 │ ├── HKGrotesk-SemiBold.eot │ ├── HKGrotesk-SemiBold.woff │ └── HKGrotesk-SemiBold.woff2 ├── images │ ├── ai-answers.png │ ├── block-menu.png │ ├── code-blocks.png │ ├── code-line-numbers.png │ ├── collaborative-editing.png │ ├── collapsible-headings.gif │ ├── command-bar-settings.png │ ├── command-bar.png │ ├── comment-in-code.png │ ├── comment-resolving.png │ ├── comments-home.png │ ├── comments.png │ ├── create-template.png │ ├── custom-domains.png │ ├── dark-mode.png │ ├── date-time-commands.gif │ ├── date-time-commands.png │ ├── diff-view.jpeg │ ├── disable-collection-creation.png │ ├── document-history.png │ ├── document-mentions.png │ ├── document-permissions.png │ ├── document-subscriptions.png │ ├── drag-to-archive.png │ ├── emoji-menu.png │ ├── emoji-picker.png │ ├── emoji-reactions.png │ ├── export-modal.png │ ├── file-attachments.png │ ├── find-and-replace.png │ ├── fit-and-finish.png │ ├── friendly-url.png │ ├── github-integration.png │ ├── github-linear.png │ ├── good-lookin.png │ ├── google-embed.jpeg │ ├── group-document-permissions.png │ ├── guest-role.png │ ├── highlighters.png │ ├── icon-and-emojis.png │ ├── icon-desktop.png │ ├── image-layout.png │ ├── integrations.png │ ├── integrations │ │ ├── abstract.png │ │ ├── airtable.png │ │ ├── alfred.png │ │ ├── berrycast.png │ │ ├── codepen.png │ │ ├── descript.png │ │ ├── diagrams.png │ │ ├── figma.png │ │ ├── framer.png │ │ ├── github-gist.png │ │ ├── gliffy.png │ │ ├── google-docs.png │ │ ├── google-sheets.png │ │ ├── google-slides.png │ │ ├── google.png │ │ ├── invision.png │ │ ├── loom.png │ │ ├── lucidchart.png │ │ ├── make.png │ │ ├── marvel.png │ │ ├── microsoft.png │ │ ├── mindmeister.png │ │ ├── miro.png │ │ ├── mode-analytics.png │ │ ├── pitch.png │ │ ├── prezi.png │ │ ├── screenshots │ │ │ ├── abstract.png │ │ │ ├── airtable.png │ │ │ ├── alfred.png │ │ │ ├── diagrams-net.png │ │ │ ├── figma.png │ │ │ ├── framer.png │ │ │ ├── google.png │ │ │ ├── integromat.png │ │ │ ├── invision.png │ │ │ ├── lucidchart.png │ │ │ ├── marvel.png │ │ │ ├── mindmeister.png │ │ │ ├── prezi.png │ │ │ ├── realtime-board.png │ │ │ ├── slack-channel.png │ │ │ ├── slack-search.png │ │ │ ├── spotify.png │ │ │ ├── typeform.png │ │ │ ├── youtube.png │ │ │ └── zapier.png │ │ ├── slack.png │ │ ├── spotify.png │ │ ├── trello.png │ │ ├── typeform.png │ │ ├── vimeo.png │ │ ├── whimsical.png │ │ ├── youtube.png │ │ └── zapier.png │ ├── json-export.png │ ├── link-previews.png │ ├── logo.svg │ ├── macos-desktop.png │ ├── mermaid-diagram-source.png │ ├── mermaid-diagram.png │ ├── microsoft-sso.png │ ├── multiplayer.png │ ├── new-badge.png │ ├── new-collection-icons.png │ ├── new-embeds.png │ ├── new-workspace.png │ ├── notice-panels.png │ ├── pdf-download.png │ ├── permissions.png │ ├── pin-to-home.png │ ├── public-sharing-improvements.png │ ├── publish-document.png │ ├── pwa.png │ ├── rag.png │ ├── reorder-collections.jpg │ ├── resizing-images.gif │ ├── screenshot.png │ ├── search.png │ ├── self-hosted-domain.png │ ├── shared-document-search.png │ ├── sidebar-collapse.png │ ├── sidebar-reorder.gif │ ├── slack-composer.png │ ├── slack-integration.png │ ├── slack-outline-search.png │ ├── star-collections.png │ ├── table-improvements.png │ ├── task-list.png │ ├── tasks.png │ ├── team-domains.png │ ├── theming.png │ ├── tldraw-embed.png │ ├── tldraw-enable.png │ ├── translations.png │ ├── use-template.png │ ├── video-embed.png │ ├── viewer-permissions.png │ ├── viewer-popover.png │ └── windows-app.png ├── rss.xml └── videos │ └── slash-menu.mp4 ├── scripts └── import-releases.js ├── theme.ts ├── tsconfig.json └── yarn.lock /.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "parser": "babel-eslint", 3 | "extends": ["plugin:prettier/recommended"] 4 | } -------------------------------------------------------------------------------- /.github/workflows/lint.yml: -------------------------------------------------------------------------------- 1 | name: lint 2 | 3 | on: 4 | push: 5 | branches: [ main ] 6 | pull_request: 7 | branches: [ main ] 8 | 9 | jobs: 10 | lint: 11 | runs-on: ubuntu-latest 12 | 13 | steps: 14 | - uses: actions/checkout@v3 15 | 16 | - name: Set up Node.js 17 | uses: actions/setup-node@v3 18 | with: 19 | node-version: '18' 20 | cache: 'yarn' 21 | 22 | - name: Install dependencies 23 | run: yarn install --frozen-lockfile 24 | 25 | - name: Run ESLint 26 | run: yarn lint 27 | -------------------------------------------------------------------------------- /.github/workflows/typescript.yml: -------------------------------------------------------------------------------- 1 | name: tsc 2 | 3 | on: 4 | push: 5 | branches: [ main ] 6 | pull_request: 7 | branches: [ main ] 8 | 9 | jobs: 10 | typescript: 11 | runs-on: ubuntu-latest 12 | 13 | steps: 14 | - uses: actions/checkout@v3 15 | 16 | - name: Set up Node.js 17 | uses: actions/setup-node@v3 18 | with: 19 | node-version: '18' 20 | cache: 'yarn' 21 | 22 | - name: Install dependencies 23 | run: yarn install --frozen-lockfile 24 | 25 | - name: Run TypeScript compiler 26 | run: yarn tsc --noEmit 27 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 | 3 | # dependencies 4 | /node_modules 5 | /.pnp 6 | .pnp.js 7 | 8 | # testing 9 | /coverage 10 | 11 | # next.js 12 | /.next/ 13 | 14 | # production 15 | /build 16 | 17 | # misc 18 | .DS_Store 19 | 20 | # debug 21 | npm-debug.log* 22 | yarn-debug.log* 23 | yarn-error.log* 24 | 25 | # local env files 26 | .env.local 27 | .env.development.local 28 | .env.test.local 29 | .env.production.local 30 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | Outline 3 |

4 | 5 | This is the source code that runs the [Outline marketing website](https://www.getoutline.com). If you are looking for the source code for the Outline knowledge base application, then head over to [outline/outline](https://github.com/outline/outline). Otherwise feel free to look around and use this is as inspiration for your own site. 6 | 7 | ## Development 8 | 9 | To run a development server: 10 | 11 | ``` 12 | yarn install 13 | yarn dev 14 | ``` 15 | 16 | ## Deployment 17 | 18 | To push changes to the production website: 19 | 20 | ``` 21 | yarn deploy 22 | ``` 23 | -------------------------------------------------------------------------------- /components/Hero.tsx: -------------------------------------------------------------------------------- 1 | export default function Hero({ children }) { 2 | return ( 3 | <> 4 |

{children}

5 | 11 | 12 | ); 13 | } 14 | -------------------------------------------------------------------------------- /components/Logo.tsx: -------------------------------------------------------------------------------- 1 | import Link from "next/link"; 2 | 3 | export default function Logo() { 4 | return ( 5 | <> 6 | 7 | 8 | Outline Logo outline 9 | 10 | 11 | 21 | 22 | ); 23 | } 24 | -------------------------------------------------------------------------------- /components/SidebarMenuItem.tsx: -------------------------------------------------------------------------------- 1 | import Link from "next/link"; 2 | import { spacing } from "theme"; 3 | 4 | export default function SidebarMenuItem({ children, href }) { 5 | return ( 6 | <> 7 |
  • 8 | 9 | {children} 10 | 11 |
  • 12 | 27 | 28 | ); 29 | } 30 | -------------------------------------------------------------------------------- /components/Time.tsx: -------------------------------------------------------------------------------- 1 | import { format } from "date-fns"; 2 | 3 | export default function Time({ date }) { 4 | return ( 5 | 8 | ); 9 | } 10 | -------------------------------------------------------------------------------- /deploy.sh: -------------------------------------------------------------------------------- 1 | set -e 2 | rm -rf node_modules/.cache 3 | next build 4 | touch out/.nojekyll 5 | echo www.getoutline.com >> out/CNAME 6 | git add out/ 7 | git commit -m "Deploy to gh-pages" 8 | git push origin `git subtree split --prefix out main`:gh-pages --force 9 | -------------------------------------------------------------------------------- /integrations/abstract.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a _public_ share link to an [Abstract](https://abstract.com) artboard and it will be immediately converted into an interactive, live embed. 2 | 3 | Embedding an artboard from Abstract in your knowledge base rather than a static image will enable it to stay upto date with your work in Abstract. Find out more about [Abstract public sharing](https://www.abstract.com/blog/public-sharing/). 4 | 5 | ![Abstract Outline Integration](/images/integrations/screenshots/abstract.png) 6 | 7 | > This integration works without any additional settings or authentication. 8 | -------------------------------------------------------------------------------- /integrations/airtable.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a share link to an [Airtable](https://airtable.com) table and it will be immediately converted into an interactive, live embed. 2 | 3 | Embedding a table in your knowledge base will stay upto date with your original data source automatically. 4 | 5 | ![Airtable Outline Integration](/images/integrations/screenshots/airtable.png) 6 | 7 | > This integration works without any additional settings or authentication. 8 | -------------------------------------------------------------------------------- /integrations/codepen.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a share link to a [Codepen](https://codepen.io) card and it will be immediately converted into an embedded version where you can view the source or the result. 2 | 3 | Pen's can be anything from a simple code snippet, to an embedded 3D graphic, visualization and more. 4 | 5 | > This integration works without any additional settings or authentication. 6 | -------------------------------------------------------------------------------- /integrations/descript.md: -------------------------------------------------------------------------------- 1 | [Descript](https://www.descript.com/) is a fun tool for editing audio and video files using text. It is used 2 | by podcasters, vloggers, and other types of creators. Outline allows embedding 3 | Descript clips. 4 | 5 | In an Outline document, simply paste a share link to a [Descript](https://www.descript.com/) public share link and it will be immediately converted into an embedded version where you can play the clip inside of Outline. 6 | 7 | > This integration works without any additional settings or authentication. 8 | -------------------------------------------------------------------------------- /integrations/diagrams.md: -------------------------------------------------------------------------------- 1 | In an Outline document you can paste an exported url from a [Diagrams.net](https://diagrams.net) (also known as draw.io) diagram and it will be shown embedded in your document. 2 | 3 | ### How to Embed 4 | 5 | - Open your diagram 6 | - In the top menu go to **File -> Export as -> URL…** 7 | - Click "Create" in the next window 8 | - Paste the url into Outline 9 | 10 | ![diagrams](/images/integrations/screenshots/diagrams-net.png) 11 | 12 | > This integration works without any additional settings or authentication. 13 | -------------------------------------------------------------------------------- /integrations/figma.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a link to a [Figma](https://figma.com) design and we will instantly convert it to an interactive, live preview. 2 | 3 | Because Figma is an online design tool you can see design work happening in realtime, right within Outline. Embed design specs, product designs, or marketing materials easily. 4 | 5 | ![Figma Outline Integration](/images/integrations/screenshots/figma.png) 6 | 7 | > This integration works without any additional settings or authentication. -------------------------------------------------------------------------------- /integrations/framer.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a link to a [Framer](https://framer.com) design or prototype hosted on Framer Cloud and it will be instantly turned into an interactive, live preview. 2 | 3 | Host your prototypes, designs, and mocks inside Outline to document your product or design system. [Learn more about sharing links](https://blog.framer.com/framer-cloud-access-d6bdb192510d) with Framer cloud. 4 | 5 | ![Framer Outline Integration](/images/integrations/screenshots/framer.png) 6 | 7 | > This integration works without any additional settings or authentication. 8 | -------------------------------------------------------------------------------- /integrations/github-gist.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a link to a public [Gist](https://gist.github.com) and it will be immediately converted into an embedded version. Embedding code in your knowledge base is a great way to document best practices. 2 | 3 | Outline also supports native code blocks, simply start a line with three backticks (```) to create a code block with syntax highlighting. 4 | 5 | > This integration works without any additional settings or authentication. 6 | -------------------------------------------------------------------------------- /integrations/google-docs.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a link to a Google Doc, Slide, or Spreadsheet and it will be immediately converted into an interactive embedded version so you can preview the document inline or go to the original source. 2 | 3 | ![Google Outline Integration](/images/integrations/screenshots/google.png) 4 | 5 | Embeds also work with Google Drive, Google Drawings, and Data Studio. 6 | 7 | > This integration works without any additional settings or authentication. 8 | -------------------------------------------------------------------------------- /integrations/google.md: -------------------------------------------------------------------------------- 1 | ### Sign In with Google Workspace 2 | 3 | Sign In with Google means your team doesn't have to worry about invites, passwords, or managing new team members. Everyone on your team can login with their existing Google Workspace (formerly G Suite) account and will automatically join your private knowledge base. 4 | 5 | > Note: Your team will also get a matching custom subdomain that you can link to from elsewhere. 6 | -------------------------------------------------------------------------------- /integrations/invision.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a share link to an [InVision](https://invision.com) prototype and it will be immediately converted into an interactive, live embed. 2 | 3 | Embedding prototypes in your knowledge base is a great way to create product specs or document user feedback. [Learn more about sharing links](https://support.invisionapp.com/hc/en-us/sections/200697249-Sharing-Prototypes) from InVision. 4 | 5 | ![InVision Outline Integration](/images/integrations/screenshots/invision.png) 6 | 7 | > This integration works without any additional settings or authentication. 8 | -------------------------------------------------------------------------------- /integrations/lucidchart.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a share link to a [Lucidchart](https://lucidchart.com) diagram or chart and it will be immediately converted into an interactive embedded version. 2 | 3 | Embed diagrams in your knowledge base to communicate flows, technical diagrams, and more alongside your written documentation. 4 | 5 | ![Lucidchart Outline Integration](/images/integrations/screenshots/lucidchart.png) 6 | 7 | > This integration works without any additional settings or authentication. 8 | -------------------------------------------------------------------------------- /integrations/make.md: -------------------------------------------------------------------------------- 1 | [Make](https://www.make.com/en/integrations/outline?utm_source=outline&utm_medium=partner&utm_campaign=outline-partner-program) is a powerful integration platform that allows you to connect Outline to any online service using hundreds of pre-configured apps or generic connector apps. Using Integtomat’s visual builder, you can create short, automated workflows or longer, more complex integrations that will manage any of your Outline processes for you without coding. 2 | 3 | [Setup Outline on Make](https://www.integromat.com/en/integrations/outline?utm_source=outline&utm_medium=partner&utm_campaign=outline-partner-program) 4 | 5 | ![Outline on Make](/images/integrations/screenshots/integromat.png) 6 | -------------------------------------------------------------------------------- /integrations/marvel.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a share link to a [Marvel](https://marvelapp.com) prototype and it will be immediately converted into an interactive, live embed. 2 | 3 | Embedding prototypes in your knowledge base is a great way to create product specs with engineers or document user feedback. 4 | 5 | ![Marvel Outline Integration](/images/integrations/screenshots/marvel.png) 6 | 7 | > This integration works without any additional settings or authentication. 8 | -------------------------------------------------------------------------------- /integrations/microsoft.md: -------------------------------------------------------------------------------- 1 | ### Sign In with Microsoft 2 | 3 | Sign In with Microsoft means your team doesn't have to worry about invites, passwords, or managing new team members. Everyone on your team can login with their existing Microsoft organization and will automatically join your private knowledge base. 4 | 5 | Simply [create a new team](https://app.getoutline.com/create) with Microsoft as the authentication provider, and your team members will be able to sign in with their Microsoft account. 6 | 7 | > Note: Your team will also get a matching custom subdomain that you can link to from elsewhere. 8 | -------------------------------------------------------------------------------- /integrations/mindmeister.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a link to a public [Mindmeister](https://mindmeister.com) mind map or embed link and it will be converted into an interactive, embedded map – right inside your document. 2 | 3 | ![Mindmeister Outline Integration](/images/integrations/screenshots/mindmeister.png) 4 | 5 | > This integration works without any additional settings or authentication. 6 | -------------------------------------------------------------------------------- /integrations/miro.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a share link to a [Miro](https://miro.com/) whiteboard and it will be immediately converted into a realtime, interactive embed. 2 | 3 | Embedded whiteboards in your knowledge base to communicate plans and ideas, technical diagrams, designs, timelines and more alongside your written documentation 4 | 5 | ![Miro Outline Integration](/images/integrations/screenshots/realtime-board.png) 6 | 7 | > This integration works without any additional settings or authentication. 8 | -------------------------------------------------------------------------------- /integrations/mode-analytics.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a link to a public [Mode](https://modeanalytics.com) report and it will be converted into an interactive, embedded graph or table. Embedded graphs are perfect for communicating business metrics and KPI's. 2 | 3 | > This integration works without any additional settings or authentication. 4 | -------------------------------------------------------------------------------- /integrations/pitch.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a link to a shared [Pitch](https://pitch.com) presentation and it will be automatically converted into an embedded interactive preview of the presentation. 2 | 3 | [Learn more about sharing Pitch presentations](https://help.pitch.com/en/articles/3748926-share-a-presentation-with-others). 4 | 5 | > This integration works without any additional settings or authentication. 6 | -------------------------------------------------------------------------------- /integrations/prezi.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a link to a shared [Prezi](https://prezi.com) presentation and it will be automatically converted into an embedded preview like the one below… 2 | 3 | [Learn more about sharing a Prezi](https://support.prezi.com/hc/en-us/articles/360003498633). 4 | 5 | ![Prezi Integration](/images/integrations/screenshots/prezi.png) 6 | 7 | > This integration works without any additional settings or authentication. 8 | -------------------------------------------------------------------------------- /integrations/spotify.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a link to a shared [Spotify](https://spotify.com) track or playlist and it will be automatically converted into an embedded preview like the one below… 2 | 3 | [Learn more about sharing from Spotify](https://support.spotify.com/us/article/share-from-spotify/). 4 | 5 | ![Prezi Integration](/images/integrations/screenshots/spotify.png) 6 | 7 | > This integration works without any additional settings or authentication. 8 | -------------------------------------------------------------------------------- /integrations/trello.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a share link to a [Trello](https://trello.com) card and it will be immediately converted into an embedded preview. 2 | 3 | Embed Trello cards in your knowledge base to communicate roadmap items, ideas, and more alongside your written documentation. Not sure how? [Learn more about sharing from Trello](https://help.trello.com/article/824-sharing-links-to-cards-and-boards). 4 | 5 | > This integration works without any additional settings or authentication. 6 | -------------------------------------------------------------------------------- /integrations/typeform.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a share link to a [Typeform](https://www.typeform.com/surveys/) survey and it will be immediately converted into an embedded version of the survey. All you have to do is share the doc and wait for responses to roll in. 2 | 3 | ![Typeform Outline Integration](/images/integrations/screenshots/typeform.png) 4 | 5 | > This integration works without any additional settings or authentication. 6 | -------------------------------------------------------------------------------- /integrations/vimeo.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a [Vimeo](https://www.vimeo.com) link and it will be automatically converted into an embedded version of the video. 2 | 3 | > This integration works without any additional settings or authentication. 4 | -------------------------------------------------------------------------------- /integrations/whimsical.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a link to a shared [Whimsical](https://whimsical.com) board and it will be automatically converted into an embedded interactive preview. 2 | 3 | [Learn more about sharing on Whimsical](https://help.whimsical.com/article/573-managing-access-permissions-to-files-and-folders#shareable-link-and-board-sharing-settings). 4 | 5 | > This integration works without any additional settings or authentication. 6 | -------------------------------------------------------------------------------- /integrations/youtube.md: -------------------------------------------------------------------------------- 1 | In an Outline document, paste a [YouTube](https://www.youtube.com) link and it will be automatically converted into an embedded version of the video, looking something like this: 2 | 3 | ![YouTube Outline Integration](/images/integrations/screenshots/youtube.png) 4 | 5 | > This integration works without any additional settings or authentication. 6 | -------------------------------------------------------------------------------- /integrations/zapier.md: -------------------------------------------------------------------------------- 1 | [Zapier](https://zapier.com/apps/outline) allows easy integration with thousands of other business services and tools – hook into events from Outline such as document's being published to trigger actions elsewhere. Or automatically create documents in Outline from events in other tools your team uses. 2 | 3 | [Setup Outline on Zapier](https://zapier.com/apps/outline) 4 | 5 | ![Outline on Zapier](/images/integrations/screenshots/zapier.png) 6 | -------------------------------------------------------------------------------- /lib/browser.ts: -------------------------------------------------------------------------------- 1 | /** 2 | * Returns true if the client is a touch device. 3 | */ 4 | export function isTouchDevice(): boolean { 5 | if (typeof window === "undefined") { 6 | return false; 7 | } 8 | return window.matchMedia?.("(hover: none) and (pointer: coarse)")?.matches; 9 | } 10 | 11 | /** 12 | * Returns true if the client is running on a Mac. 13 | */ 14 | export function isMac(): boolean { 15 | if (typeof window === "undefined") { 16 | return false; 17 | } 18 | return window.navigator.platform === "MacIntel"; 19 | } 20 | 21 | /** 22 | * Returns true if the client is running on Windows. 23 | */ 24 | export function isWindows(): boolean { 25 | if (typeof window === "undefined") { 26 | return false; 27 | } 28 | return window.navigator.platform === "Win32"; 29 | } 30 | -------------------------------------------------------------------------------- /next-env.d.ts: -------------------------------------------------------------------------------- 1 | /// 2 | /// 3 | 4 | // NOTE: This file should not be edited 5 | // see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. 6 | -------------------------------------------------------------------------------- /next.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | output: "export", 3 | poweredByHeader: false, 4 | }; 5 | -------------------------------------------------------------------------------- /out/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/.nojekyll -------------------------------------------------------------------------------- /out/.well-known/microsoft-identity-association.json: -------------------------------------------------------------------------------- 1 | { 2 | "associatedApplications": [ 3 | { 4 | "applicationId": "170452d0-62f1-4d00-868c-c4ee3f330e11" 5 | } 6 | ] 7 | } -------------------------------------------------------------------------------- /out/CNAME: -------------------------------------------------------------------------------- 1 | www.getoutline.com 2 | -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/code-commenting.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Commenting in code blocks\n\nOutline now supports commenting on text inside of code blocks, this is particularly useful – as we all know that naming things\nis the hardest part of coding and now you can discuss the best name for that variable right inside of the code block.\n","title":"Commenting in code","slug":"code-commenting","date":"2023-10-06T12:00:00.000Z","tag":"","content":"\n![Commenting in code blocks](/images/comment-in-code.png)\n\nOutline now supports commenting on text inside of code blocks, this is particularly useful – as we all know that naming things\nis the hardest part of coding and now you can discuss the best name for that variable right inside of the code block.","image":"https://www.getoutline.com/images/comment-in-code.png"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/code-line-numbers.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Code block line numbers\n\nCode blocks in documents are now displayed with dynamic line numbers by default, if you prefer they can be disabled through a new setting found in user preferences.\n","title":"Code block line numbers","slug":"code-line-numbers","date":"2022-10-24T12:00:00.000Z","tag":"","content":"\n![Code block line numbers](/images/code-line-numbers.png)\n\nCode blocks in documents are now displayed with dynamic line numbers by default, if you prefer they can be disabled through a new setting found in user preferences.","image":"https://www.getoutline.com/images/code-line-numbers.png"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/comment-resolution.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Comment resolving\n\nIt's now possible to resolve comment threads on documents from the comment menu. You can always view and restore a document's\nresolved comments by clicking the checkmark icon at the top right of the sidebar. This provides a way to keep discussions focused\nand organized.\n","title":"Comment resolving","slug":"comment-resolution","date":"2024-08-04T00:00:00.000Z","tag":"","content":"\n![Comment resolving](/images/comment-resolving.png)\n\nIt's now possible to resolve comment threads on documents from the comment menu. You can always view and restore a document's\nresolved comments by clicking the checkmark icon at the top right of the sidebar. This provides a way to keep discussions focused\nand organized.","image":"https://www.getoutline.com/images/comment-resolving.png"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/disable-collection-create.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Disable collection setting\n\nAdmin's now have a new option to disable creation of new collection by members,\nfor more curated knowledge bases or larger teams this can help prevent documentation\nsprawling unchecked.\n","title":"New option to disable collection creation","slug":"disable-collection-create","date":"2022-03-24T00:00:00.000Z","tag":"","content":"\n![Disable collection setting](/images/disable-collection-creation.png)\n\nAdmin's now have a new option to disable creation of new collection by members,\nfor more curated knowledge bases or larger teams this can help prevent documentation\nsprawling unchecked.","image":"https://www.getoutline.com/images/disable-collection-creation.png"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/file-attachments.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Outline file attachments\n\nWe're excited to finally add one of our most requested features – file attachments\nin documents. You can now upload arbitrary files and embed them directly into\na doc for your teammates to download, file attachments work on publicly\nshared links too.\n","title":"File attachments","slug":"file-attachments","date":"2022-03-10T00:00:00.000Z","tag":"","content":"\n![Outline file attachments](/images/file-attachments.png)\n\nWe're excited to finally add one of our most requested features – file attachments\nin documents. You can now upload arbitrary files and embed them directly into\na doc for your teammates to download, file attachments work on publicly\nshared links too.","image":"https://www.getoutline.com/images/file-attachments.png"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/highlighters.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"This release adds the ability to highlight text in the editor in a variety of colors. This is a great way to draw attention to important parts of your document, or to categorize different sections. Use the upgraded highlighter tool in the selection toolbar to get started.\n\nHighlighters\n","title":"Highlighter colors","slug":"highlighters","date":"2024-06-11T00:00:00.000Z","tag":"","content":"\nThis release adds the ability to highlight text in the editor in a variety of colors. This is a great way to draw attention to important parts of your document, or to categorize different sections. Use the upgraded highlighter tool in the selection toolbar to get started.\n\n![Highlighters](/images/highlighters.png)","image":"https://www.getoutline.com/images/highlighters.png"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/icon-and-emojis.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Comment resolving\n\nYou can now select emoji and icons for both document and collection in one unified UI – this finally\nenables using emoji for collections and icons on documents. We also added even more new icons to choose\nfrom in this release.\n","title":"Icon and emojis","slug":"icon-and-emojis","date":"2024-07-19T00:00:00.000Z","tag":"","content":"\n![Comment resolving](/images/icon-and-emojis.png)\n\nYou can now select emoji and icons for both document and collection in one unified UI – this finally\nenables using emoji for collections and icons on documents. We also added even more new icons to choose\nfrom in this release.","image":"https://www.getoutline.com/images/icon-and-emojis.png"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/personal-gmail-signin.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"We've been working hard behind the scenes to make authentication more flexible for teams following on from team domain restrictions.\n\nIt is now possible to sign-in to your Outline account with a personal Gmail account if you have already been invited to the matching email address.\n","title":"Sign-in with Gmail","slug":"personal-gmail-signin","date":"2022-07-18T12:00:00.000Z","tag":"","content":"\nWe've been working hard behind the scenes to make authentication more flexible for teams following on from [team domain restrictions](/changelog/team-domains).\n\nIt is now possible to sign-in to your Outline account with a personal Gmail account if you have already been invited to the matching email address.","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/search-improvements.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"This week brings a number of improvements to search results in the app and\nSlack integration.\n\nYou can now use \"phrase search\" to find documents that contain an exact phrase,\n-negative keywords to exclude results, and partial matching with the \\*wildcard\noperators.\n","title":"Search improvements","slug":"search-improvements","date":"2022-12-03T12:00:00.000Z","tag":"","content":"\nThis week brings a number of improvements to search results in the app and\nSlack integration.\n\nYou can now use `\"phrase search\"` to find documents that contain an exact phrase,\n`-negative` keywords to exclude results, and partial matching with the `*wildcard`\noperators.","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/turkish-translations.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Thanks to a community member Emir this week\nbrings application-wide Turkish translations 🇹🇷. If your system is set to this language\nwe'll automatically suggest switching Outline's language to match, or you can go\nto Settings -> Profile -> Language to update.\n","title":"Turkish translations","slug":"turkish-translations","date":"2022-04-26T00:00:00.000Z","tag":"","content":"\nThanks to a community member [Emir](https://crowdin.com/profile/EmirDEV) this week\nbrings application-wide Turkish translations 🇹🇷. If your system is set to this language\nwe'll automatically suggest switching Outline's language to match, or you can go\nto Settings -> Profile -> Language to update.","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.15.1.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Fixes\n\nVisual feedback when avatars and logos are uploading\n\nFixed a couple of server side issues when deleting documents\n\nAdded Zapier to integrations\n","title":"v0.15.1","slug":"v0.15.1","date":"2018-10-05T16:11:57.000Z","tag":"v0.15.1","content":" \n### Fixes\r\n\r\n- Visual feedback when avatars and logos are uploading\r\n- Fixed a couple of server side issues when deleting documents\r\n- Added Zapier to integrations","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.16.0.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Enhancements\n\nUpgrades the editor\n\nFixes\n\nFixed an issue with S3 uploads for self hosted configuration\n\nFixed issue when title of a document includes the word \"history\"\n\nSSL is now enforced on subdomains\n","title":"v0.16.0","slug":"v0.16.0","date":"2018-11-04T19:48:35.000Z","tag":"0.16.0","content":" \n### Enhancements\n\n- Upgrades the editor\n\n### Fixes\n\n- Fixed an issue with S3 uploads for self hosted configuration\n- Fixed issue when title of a document includes the word \"history\"\n- SSL is now enforced on subdomains","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.16.1.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Fixes\n\nDocument history menu can now be opened again\n\nIt is now possible to underline text in the editor and have that persist\n\nEnhancements\n\nUpgraded dependencies for improved performance\n","title":"v0.16.1","slug":"v0.16.1","date":"2018-11-07T06:42:03.000Z","tag":"v0.16.1","content":" \n### Fixes\r\n\r\n- Document history menu can now be opened again\r\n- It is now possible to underline text in the editor and have that persist\r\n\r\n### Enhancements\r\n\r\n- Upgraded dependencies for improved performance","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.2.0.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"This release adds the ability to create and list drafts.\n","title":"v0.2.0","slug":"v0.2.0","date":"2018-02-28T08:01:53.000Z","tag":"v0.2.0","content":" \nThis release adds the ability to create and list drafts.","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.20.0.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Enhancements\n\nThe public content pages got a bit of a facelift, we made the API reference easier to browse, added a sidebar in this here changelog and added pages for all of the integrations that Outline supports.\n","title":"v0.20.0","slug":"v0.20.0","date":"2018-12-23T06:35:46.000Z","tag":"v0.20.0","content":" \n### Enhancements\r\n\r\n- The public content pages got a bit of a facelift, we made the API reference easier to browse, added a sidebar in this here changelog and added pages for all of the [integrations that Outline supports](https://www.getoutline.com/integrations).","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.3.1.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Fixed link toolbar behavior\n\nFixed deprecated warnings\n","title":"v0.3.1","slug":"v0.3.1","date":"2018-03-25T23:43:17.000Z","tag":"v0.3.1","content":" \n- Fixed link toolbar behavior\r\n- Fixed deprecated warnings","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.31.0.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Enhancements\n\nIt's now possible to disable highlighting in code blocks to just display plain, pre-formatted text\n\nFixes\n\nUsers in search filters are now correctly ordered\n\nSelf hosted installations now support AWS S3 signature version 4\n","title":"v0.31.0","slug":"v0.31.0","date":"2019-06-19T07:36:09.000Z","tag":"v0.31.0","content":" \n### Enhancements \r\n\r\n- It's now possible to disable highlighting in code blocks to just display plain, pre-formatted text\r\n\r\n### Fixes\r\n\r\n- Users in search filters are now correctly ordered\r\n- Self hosted installations now support AWS S3 signature version 4","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.36.1.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Fixes\n\nDocument title size\n","title":"v0.36.1","slug":"v0.36.1","date":"2019-09-16T04:19:01.000Z","tag":"v0.36.1","content":" \n### Fixes\r\n\r\n- Document title size","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.4.0.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"This release updates our paragraph handling to be more inline with other text editors that you're used to. Previously there was \"padded\" area between paragraphs that could not be edited – this is no longer the case.\n","title":"v0.4.0","slug":"v0.4.0","date":"2018-03-27T06:18:49.000Z","tag":"v0.4.0","content":" \nThis release updates our paragraph handling to be more inline with other text editors that you're used to. Previously there was \"padded\" area between paragraphs that could not be edited – this is no longer the case.","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.40.2.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Fixes\n\nNewly created documents should auto focus\n\nClicking in whitespace at end of document should focus on the last line\n\nAlignment of document loading placeholder\n","title":"v0.40.2","slug":"v0.40.2","date":"2020-02-27T06:36:07.000Z","tag":"v0.40.2","content":" \n### Fixes\r\n\r\n- Newly created documents should auto focus\r\n- Clicking in whitespace at end of document should focus on the last line\r\n- Alignment of document loading placeholder","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.42.1.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Fixes\n\nCrash on share links introduced in previous release\n\nCrash on editing documents with image/embed as first node\n","title":"v0.42.1","slug":"v0.42.1","date":"2020-04-06T05:50:24.000Z","tag":"v0.42.1","content":" \n### Fixes\r\n\r\n- Crash on share links introduced in previous release\r\n- Crash on editing documents with image/embed as first node","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.43.1.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Fixes\n\nCode blocks imported from other sources with unsupported languages no longer crash the editor\n\nOverlay background when zooming into images now respects the theme\n","title":"v0.43.1","slug":"v0.43.1","date":"2020-05-24T05:24:04.000Z","tag":"v0.43.1","content":" \n### Fixes\r\n\r\n- Code blocks imported from other sources with unsupported languages no longer crash the editor\r\n- Overlay background when zooming into images now respects the theme","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.5.0.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"New Features\n\nThis release adds the ability to post messages to specific Slack channels when a document is published or updated. We plan that this is the first integration of many to come!\n","title":"v0.5.0","slug":"v0.5.0","date":"2018-04-04T04:24:04.000Z","tag":"v0.5.0","content":" \n### New Features\r\n \r\nThis release adds the ability to post messages to specific Slack channels when a document is published or updated. We plan that this is the first integration of many to come!","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.6.0.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"New Features\n\nAdded autosave while typing\n\nFixes\n\nDocs with \\_ and ~ in the title becoming unroutable\n","title":"v0.6.0","slug":"v0.6.0","date":"2018-05-13T02:04:28.000Z","tag":"v0.6.0","content":" \n### New Features\r\n\r\n- Added autosave while typing\r\n\r\n### Fixes\r\n\r\n- Docs with _ and ~ in the title becoming unroutable","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/changelog/v0.6.1.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"contentPlainText":"Fixes\n\nUnable to delete draft document when collection is previously deleted\n\nFailure in documents API endpoint\n","title":"v0.6.1","slug":"v0.6.1","date":"2018-05-20T18:09:28.000Z","tag":"v0.6.1","content":" \n### Fixes\r\n\r\n- Unable to delete draft document when collection is previously deleted\r\n- Failure in documents API endpoint","image":""},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/abstract.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"abstract","name":"Abstract","url":"https://abstract.com","category":"Design","description":"One place to version, manage, and collaborate","body":"In an Outline document, paste a _public_ share link to an [Abstract](https://abstract.com) artboard and it will be immediately converted into an interactive, live embed.\n\nEmbedding an artboard from Abstract in your knowledge base rather than a static image will enable it to stay upto date with your work in Abstract. Find out more about [Abstract public sharing](https://www.abstract.com/blog/public-sharing/).\n\n![Abstract Outline Integration](/images/integrations/screenshots/abstract.png)\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/airtable.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"airtable","name":"Airtable","url":"https://airtable.com","category":"Collaboration","description":"Part spreadsheet, part database, and entirely flexible","body":"In an Outline document, paste a share link to an [Airtable](https://airtable.com) table and it will be immediately converted into an interactive, live embed.\n\nEmbedding a table in your knowledge base will stay upto date with your original data source automatically.\n\n![Airtable Outline Integration](/images/integrations/screenshots/airtable.png)\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/codepen.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"codepen","name":"Codepen","url":"https://codepen.io","category":"Developers","description":"A social development environment and editor","body":"In an Outline document, paste a share link to a [Codepen](https://codepen.io) card and it will be immediately converted into an embedded version where you can view the source or the result.\n\nPen's can be anything from a simple code snippet, to an embedded 3D graphic, visualization and more.\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/descript.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"descript","name":"Descript","url":"https://descript.com","category":"Media","description":"All-in-one audio & video editing, as easy as a doc","body":"[Descript](https://www.descript.com/) is a fun tool for editing audio and video files using text. It is used\nby podcasters, vloggers, and other types of creators. Outline allows embedding\nDescript clips.\n\nIn an Outline document, simply paste a share link to a [Descript](https://www.descript.com/) public share link and it will be immediately converted into an embedded version where you can play the clip inside of Outline.\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/diagrams.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"diagrams","name":"Diagrams.net","url":"https://diagrams.net","category":"Collaboration","description":"Security-first diagramming for teams","body":"In an Outline document you can paste an exported url from a [Diagrams.net](https://diagrams.net) (also known as draw.io) diagram and it will be shown embedded in your document.\n\n### How to Embed\n\n- Open your diagram\n- In the top menu go to **File -> Export as -> URL…**\n- Click \"Create\" in the next window\n- Paste the url into Outline\n\n![diagrams](/images/integrations/screenshots/diagrams-net.png)\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/figma.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"figma","name":"Figma","url":"https://figma.com","category":"Design","description":"Figma is a collaborative interface design tool","summary":"Whether it's product specs, or your brand design system, you can embed interactive Figma artboards into Outline documents","body":"In an Outline document, paste a link to a [Figma](https://figma.com) design and we will instantly convert it to an interactive, live preview.\n\nBecause Figma is an online design tool you can see design work happening in realtime, right within Outline. Embed design specs, product designs, or marketing materials easily.\n\n![Figma Outline Integration](/images/integrations/screenshots/figma.png)\n\n> This integration works without any additional settings or authentication."},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/framer.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"framer","name":"Framer","url":"https://framer.com","category":"Design","description":"Framer is an interactive design and prototyping tool","body":"In an Outline document, paste a link to a [Framer](https://framer.com) design or prototype hosted on Framer Cloud and it will be instantly turned into an interactive, live preview.\n\nHost your prototypes, designs, and mocks inside Outline to document your product or design system. [Learn more about sharing links](https://blog.framer.com/framer-cloud-access-d6bdb192510d) with Framer cloud.\n\n![Framer Outline Integration](/images/integrations/screenshots/framer.png)\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/github-gist.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"github-gist","name":"GitHub","url":"https://gist.github.com","category":"Developers","description":"Sharable code snippets, hosted by GitHub","body":"In an Outline document, paste a link to a public [Gist](https://gist.github.com) and it will be immediately converted into an embedded version. Embedding code in your knowledge base is a great way to document best practices.\n\nOutline also supports native code blocks, simply start a line with three backticks (```) to create a code block with syntax highlighting.\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/google-docs.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"google-docs","name":"Google Docs","url":"https://docs.google.com","category":"Collaboration","description":"Create documents, spreadsheets, and presentations","summary":"Embed published spreadsheets, presentations, and documents from Google Docs directly into an Outline document","body":"In an Outline document, paste a link to a Google Doc, Slide, or Spreadsheet and it will be immediately converted into an interactive embedded version so you can preview the document inline or go to the original source.\n\n![Google Outline Integration](/images/integrations/screenshots/google.png)\n\nEmbeds also work with Google Drive, Google Drawings, and Data Studio.\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/google.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"google","name":"Google","url":"https://google.com","category":"Authentication","description":"Sign in to Outline using Google SSO","body":"### Sign In with Google Workspace\n\nSign In with Google means your team doesn't have to worry about invites, passwords, or managing new team members. Everyone on your team can login with their existing Google Workspace (formerly G Suite) account and will automatically join your private knowledge base.\n\n> Note: Your team will also get a matching custom subdomain that you can link to from elsewhere.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/invision.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"invision","name":"InVision","url":"https://invision.com","category":"Design","description":"InVision is an online design and prototyping tool","body":"In an Outline document, paste a share link to an [InVision](https://invision.com) prototype and it will be immediately converted into an interactive, live embed.\n\nEmbedding prototypes in your knowledge base is a great way to create product specs or document user feedback. [Learn more about sharing links](https://support.invisionapp.com/hc/en-us/sections/200697249-Sharing-Prototypes) from InVision.\n\n![InVision Outline Integration](/images/integrations/screenshots/invision.png)\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/lucidchart.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"lucidchart","name":"Lucidchart","url":"https://lucidchart.com","category":"Collaboration","description":"Create flowcharts and technical diagrams with ease","body":"In an Outline document, paste a share link to a [Lucidchart](https://lucidchart.com) diagram or chart and it will be immediately converted into an interactive embedded version.\n\nEmbed diagrams in your knowledge base to communicate flows, technical diagrams, and more alongside your written documentation.\n\n![Lucidchart Outline Integration](/images/integrations/screenshots/lucidchart.png)\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/marvel.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"marvel","name":"Marvel","url":"https://marvelapp.com","category":"Design","description":"The all-in-one platform powering design","body":"In an Outline document, paste a share link to a [Marvel](https://marvelapp.com) prototype and it will be immediately converted into an interactive, live embed.\n\nEmbedding prototypes in your knowledge base is a great way to create product specs with engineers or document user feedback.\n\n![Marvel Outline Integration](/images/integrations/screenshots/marvel.png)\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/microsoft.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"microsoft","name":"Microsoft","url":"https://microsoft.com","category":"Authentication","description":"Sign in to Outline using Microsoft SSO","body":"### Sign In with Microsoft\n\nSign In with Microsoft means your team doesn't have to worry about invites, passwords, or managing new team members. Everyone on your team can login with their existing Microsoft organization and will automatically join your private knowledge base.\n\nSimply [create a new team](https://app.getoutline.com/create) with Microsoft as the authentication provider, and your team members will be able to sign in with their Microsoft account.\n\n> Note: Your team will also get a matching custom subdomain that you can link to from elsewhere.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/mindmeister.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"mindmeister","name":"Mindmeister","url":"https://mindmeister.com","category":"Collaboration","description":"Interactive and embeddable mind maps","body":"In an Outline document, paste a link to a public [Mindmeister](https://mindmeister.com) mind map or embed link and it will be converted into an interactive, embedded map – right inside your document.\n\n![Mindmeister Outline Integration](/images/integrations/screenshots/mindmeister.png)\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/miro.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"miro","name":"Miro","url":"https://miro.com","category":"Collaboration","description":"Simple whiteboarding for cross-functional team collaboration","body":"In an Outline document, paste a share link to a [Miro](https://miro.com/) whiteboard and it will be immediately converted into a realtime, interactive embed.\n\nEmbedded whiteboards in your knowledge base to communicate plans and ideas, technical diagrams, designs, timelines and more alongside your written documentation\n\n![Miro Outline Integration](/images/integrations/screenshots/realtime-board.png)\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/mode-analytics.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"mode-analytics","name":"Mode","url":"https://mode.com","category":"Developers","description":"Connect and analyze data from any data source","body":"In an Outline document, paste a link to a public [Mode](https://modeanalytics.com) report and it will be converted into an interactive, embedded graph or table. Embedded graphs are perfect for communicating business metrics and KPI's.\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/pitch.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"pitch","name":"Pitch","url":"https://pitch.com","category":"Collaboration","description":"Stunning presentations. Made together","body":"In an Outline document, paste a link to a shared [Pitch](https://pitch.com) presentation and it will be automatically converted into an embedded interactive preview of the presentation.\n\n[Learn more about sharing Pitch presentations](https://help.pitch.com/en/articles/3748926-share-a-presentation-with-others).\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/prezi.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"prezi","name":"Prezi","url":"https://prezi.com","category":"Collaboration","description":"Easy presentations for people who aren't designers","body":"In an Outline document, paste a link to a shared [Prezi](https://prezi.com) presentation and it will be automatically converted into an embedded preview like the one below…\n\n[Learn more about sharing a Prezi](https://support.prezi.com/hc/en-us/articles/360003498633). \n\n![Prezi Integration](/images/integrations/screenshots/prezi.png)\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/spotify.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"spotify","name":"Spotify","url":"https://spotify.com","category":"Media","description":"Stream millions of songs and podcasts","body":"In an Outline document, paste a link to a shared [Spotify](https://spotify.com) track or playlist and it will be automatically converted into an embedded preview like the one below…\n\n[Learn more about sharing from Spotify](https://support.spotify.com/us/article/share-from-spotify/). \n\n![Prezi Integration](/images/integrations/screenshots/spotify.png)\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/trello.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"trello","name":"Trello","url":"https://trello.com","category":"Collaboration","description":"Boards, lists, and cards to organize your projects","body":"In an Outline document, paste a share link to a [Trello](https://trello.com) card and it will be immediately converted into an embedded preview.\n\nEmbed Trello cards in your knowledge base to communicate roadmap items, ideas, and more alongside your written documentation. Not sure how? [Learn more about sharing from Trello](https://help.trello.com/article/824-sharing-links-to-cards-and-boards). \n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/typeform.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"typeform","name":"Typeform","url":"https://typeform.com","category":"Collaboration","description":"Data collection tool and surveys, for professionals","body":"In an Outline document, paste a share link to a [Typeform](https://www.typeform.com/surveys/) survey and it will be immediately converted into an embedded version of the survey. All you have to do is share the doc and wait for responses to roll in.\n\n![Typeform Outline Integration](/images/integrations/screenshots/typeform.png)\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/vimeo.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"vimeo","name":"Vimeo","url":"https://vimeo.com","category":"Media","description":"Embed videos from around the web","body":"In an Outline document, paste a [Vimeo](https://www.vimeo.com) link and it will be automatically converted into an embedded version of the video.\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/whimsical.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"whimsical","name":"Whimsical","url":"https://whimsical.com","category":"Collaboration","description":"A unified workspace for thinking and collaboration","body":"In an Outline document, paste a link to a shared [Whimsical](https://whimsical.com) board and it will be automatically converted into an embedded interactive preview.\n\n[Learn more about sharing on Whimsical](https://help.whimsical.com/article/573-managing-access-permissions-to-files-and-folders#shareable-link-and-board-sharing-settings).\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/youtube.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"youtube","name":"YouTube","url":"https://youtube.com","category":"Media","description":"Embed videos from around the web","body":"In an Outline document, paste a [YouTube](https://www.youtube.com) link and it will be automatically converted into an embedded version of the video, looking something like this:\n\n![YouTube Outline Integration](/images/integrations/screenshots/youtube.png)\n\n> This integration works without any additional settings or authentication.\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/data/aX4RxDL8EDrM3yJJqXEtY/integrations/zapier.json: -------------------------------------------------------------------------------- 1 | {"pageProps":{"slug":"zapier","name":"Zapier","url":"https://zapier.com","category":"Developers","description":"Connect applications and automate workflows","summary":"Integrate Outline with your business apps to automatically create and update documents","body":"[Zapier](https://zapier.com/apps/outline) allows easy integration with thousands of other business services and tools – hook into events from Outline such as document's being published to trigger actions elsewhere. Or automatically create documents in Outline from events in other tools your team uses.\n\n[Setup Outline on Zapier](https://zapier.com/apps/outline)\n\n![Outline on Zapier](/images/integrations/screenshots/zapier.png)\n"},"__N_SSG":true} -------------------------------------------------------------------------------- /out/_next/static/aX4RxDL8EDrM3yJJqXEtY/_ssgManifest.js: -------------------------------------------------------------------------------- 1 | self.__SSG_MANIFEST=new Set(["\u002Fchangelog","\u002Fchangelog\u002F[slug]","\u002Fdevelopers","\u002Fintegrations\u002F[slug]"]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB() -------------------------------------------------------------------------------- /out/_next/static/chunks/pages/_app-5810f0a972a88d88.js: -------------------------------------------------------------------------------- 1 | (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[888],{1597:function(n,_,u){(window.__NEXT_P=window.__NEXT_P||[]).push(["/_app",function(){return u(3802)}])}},function(n){var _=function(_){return n(n.s=_)};n.O(0,[774,179],function(){return _(1597),_(3079)}),_N_E=n.O()}]); -------------------------------------------------------------------------------- /out/_next/static/chunks/pages/_error-7a92967bea80186d.js: -------------------------------------------------------------------------------- 1 | (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[820],{1981:function(n,_,u){(window.__NEXT_P=window.__NEXT_P||[]).push(["/_error",function(){return u(2111)}])}},function(n){n.O(0,[888,774,179],function(){return n(n.s=1981)}),_N_E=n.O()}]); -------------------------------------------------------------------------------- /out/favicon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/favicon-32.png -------------------------------------------------------------------------------- /out/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/favicon.png -------------------------------------------------------------------------------- /out/fonts/HKGrotesk-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/fonts/HKGrotesk-Bold.eot -------------------------------------------------------------------------------- /out/fonts/HKGrotesk-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/fonts/HKGrotesk-Bold.woff -------------------------------------------------------------------------------- /out/fonts/HKGrotesk-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/fonts/HKGrotesk-Bold.woff2 -------------------------------------------------------------------------------- /out/fonts/HKGrotesk-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/fonts/HKGrotesk-Italic.woff -------------------------------------------------------------------------------- /out/fonts/HKGrotesk-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/fonts/HKGrotesk-Light.eot -------------------------------------------------------------------------------- /out/fonts/HKGrotesk-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/fonts/HKGrotesk-Light.woff2 -------------------------------------------------------------------------------- /out/fonts/HKGrotesk-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/fonts/HKGrotesk-Regular.eot -------------------------------------------------------------------------------- /out/fonts/HKGrotesk-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/fonts/HKGrotesk-Regular.woff -------------------------------------------------------------------------------- /out/fonts/HKGrotesk-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/fonts/HKGrotesk-Regular.woff2 -------------------------------------------------------------------------------- /out/fonts/HKGrotesk-SemiBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/fonts/HKGrotesk-SemiBold.eot -------------------------------------------------------------------------------- /out/fonts/HKGrotesk-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/fonts/HKGrotesk-SemiBold.woff -------------------------------------------------------------------------------- /out/fonts/HKGrotesk-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/fonts/HKGrotesk-SemiBold.woff2 -------------------------------------------------------------------------------- /out/images/ai-answers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/ai-answers.png -------------------------------------------------------------------------------- /out/images/block-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/block-menu.png -------------------------------------------------------------------------------- /out/images/code-blocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/code-blocks.png -------------------------------------------------------------------------------- /out/images/code-line-numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/code-line-numbers.png -------------------------------------------------------------------------------- /out/images/collaborative-editing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/collaborative-editing.png -------------------------------------------------------------------------------- /out/images/collapsible-headings.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/collapsible-headings.gif -------------------------------------------------------------------------------- /out/images/command-bar-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/command-bar-settings.png -------------------------------------------------------------------------------- /out/images/command-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/command-bar.png -------------------------------------------------------------------------------- /out/images/comment-in-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/comment-in-code.png -------------------------------------------------------------------------------- /out/images/comment-resolving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/comment-resolving.png -------------------------------------------------------------------------------- /out/images/comments-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/comments-home.png -------------------------------------------------------------------------------- /out/images/comments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/comments.png -------------------------------------------------------------------------------- /out/images/create-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/create-template.png -------------------------------------------------------------------------------- /out/images/custom-domains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/custom-domains.png -------------------------------------------------------------------------------- /out/images/dark-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/dark-mode.png -------------------------------------------------------------------------------- /out/images/date-time-commands.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/date-time-commands.gif -------------------------------------------------------------------------------- /out/images/date-time-commands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/date-time-commands.png -------------------------------------------------------------------------------- /out/images/diff-view.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/diff-view.jpeg -------------------------------------------------------------------------------- /out/images/disable-collection-creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/disable-collection-creation.png -------------------------------------------------------------------------------- /out/images/document-history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/document-history.png -------------------------------------------------------------------------------- /out/images/document-mentions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/document-mentions.png -------------------------------------------------------------------------------- /out/images/document-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/document-permissions.png -------------------------------------------------------------------------------- /out/images/document-subscriptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/document-subscriptions.png -------------------------------------------------------------------------------- /out/images/drag-to-archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/drag-to-archive.png -------------------------------------------------------------------------------- /out/images/emoji-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/emoji-menu.png -------------------------------------------------------------------------------- /out/images/emoji-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/emoji-picker.png -------------------------------------------------------------------------------- /out/images/emoji-reactions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/emoji-reactions.png -------------------------------------------------------------------------------- /out/images/export-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/export-modal.png -------------------------------------------------------------------------------- /out/images/file-attachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/file-attachments.png -------------------------------------------------------------------------------- /out/images/find-and-replace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/find-and-replace.png -------------------------------------------------------------------------------- /out/images/fit-and-finish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/fit-and-finish.png -------------------------------------------------------------------------------- /out/images/friendly-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/friendly-url.png -------------------------------------------------------------------------------- /out/images/github-integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/github-integration.png -------------------------------------------------------------------------------- /out/images/github-linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/github-linear.png -------------------------------------------------------------------------------- /out/images/good-lookin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/good-lookin.png -------------------------------------------------------------------------------- /out/images/google-embed.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/google-embed.jpeg -------------------------------------------------------------------------------- /out/images/group-document-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/group-document-permissions.png -------------------------------------------------------------------------------- /out/images/guest-role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/guest-role.png -------------------------------------------------------------------------------- /out/images/highlighters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/highlighters.png -------------------------------------------------------------------------------- /out/images/icon-and-emojis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/icon-and-emojis.png -------------------------------------------------------------------------------- /out/images/icon-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/icon-desktop.png -------------------------------------------------------------------------------- /out/images/image-layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/image-layout.png -------------------------------------------------------------------------------- /out/images/integrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations.png -------------------------------------------------------------------------------- /out/images/integrations/abstract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/abstract.png -------------------------------------------------------------------------------- /out/images/integrations/airtable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/airtable.png -------------------------------------------------------------------------------- /out/images/integrations/alfred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/alfred.png -------------------------------------------------------------------------------- /out/images/integrations/berrycast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/berrycast.png -------------------------------------------------------------------------------- /out/images/integrations/codepen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/codepen.png -------------------------------------------------------------------------------- /out/images/integrations/descript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/descript.png -------------------------------------------------------------------------------- /out/images/integrations/diagrams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/diagrams.png -------------------------------------------------------------------------------- /out/images/integrations/figma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/figma.png -------------------------------------------------------------------------------- /out/images/integrations/framer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/framer.png -------------------------------------------------------------------------------- /out/images/integrations/github-gist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/github-gist.png -------------------------------------------------------------------------------- /out/images/integrations/gliffy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/gliffy.png -------------------------------------------------------------------------------- /out/images/integrations/google-docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/google-docs.png -------------------------------------------------------------------------------- /out/images/integrations/google-sheets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/google-sheets.png -------------------------------------------------------------------------------- /out/images/integrations/google-slides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/google-slides.png -------------------------------------------------------------------------------- /out/images/integrations/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/google.png -------------------------------------------------------------------------------- /out/images/integrations/invision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/invision.png -------------------------------------------------------------------------------- /out/images/integrations/loom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/loom.png -------------------------------------------------------------------------------- /out/images/integrations/lucidchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/lucidchart.png -------------------------------------------------------------------------------- /out/images/integrations/make.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/make.png -------------------------------------------------------------------------------- /out/images/integrations/marvel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/marvel.png -------------------------------------------------------------------------------- /out/images/integrations/microsoft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/microsoft.png -------------------------------------------------------------------------------- /out/images/integrations/mindmeister.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/mindmeister.png -------------------------------------------------------------------------------- /out/images/integrations/miro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/miro.png -------------------------------------------------------------------------------- /out/images/integrations/mode-analytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/mode-analytics.png -------------------------------------------------------------------------------- /out/images/integrations/pitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/pitch.png -------------------------------------------------------------------------------- /out/images/integrations/prezi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/prezi.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/abstract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/abstract.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/airtable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/airtable.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/alfred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/alfred.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/diagrams-net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/diagrams-net.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/figma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/figma.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/framer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/framer.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/google.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/integromat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/integromat.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/invision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/invision.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/lucidchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/lucidchart.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/marvel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/marvel.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/mindmeister.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/mindmeister.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/prezi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/prezi.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/realtime-board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/realtime-board.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/slack-channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/slack-channel.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/slack-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/slack-search.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/spotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/spotify.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/typeform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/typeform.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/youtube.png -------------------------------------------------------------------------------- /out/images/integrations/screenshots/zapier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/screenshots/zapier.png -------------------------------------------------------------------------------- /out/images/integrations/slack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/slack.png -------------------------------------------------------------------------------- /out/images/integrations/spotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/spotify.png -------------------------------------------------------------------------------- /out/images/integrations/trello.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/trello.png -------------------------------------------------------------------------------- /out/images/integrations/typeform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/typeform.png -------------------------------------------------------------------------------- /out/images/integrations/vimeo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/vimeo.png -------------------------------------------------------------------------------- /out/images/integrations/whimsical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/whimsical.png -------------------------------------------------------------------------------- /out/images/integrations/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/youtube.png -------------------------------------------------------------------------------- /out/images/integrations/zapier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/integrations/zapier.png -------------------------------------------------------------------------------- /out/images/json-export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/json-export.png -------------------------------------------------------------------------------- /out/images/link-previews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/link-previews.png -------------------------------------------------------------------------------- /out/images/macos-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/macos-desktop.png -------------------------------------------------------------------------------- /out/images/mermaid-diagram-source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/mermaid-diagram-source.png -------------------------------------------------------------------------------- /out/images/mermaid-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/mermaid-diagram.png -------------------------------------------------------------------------------- /out/images/microsoft-sso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/microsoft-sso.png -------------------------------------------------------------------------------- /out/images/multiplayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/multiplayer.png -------------------------------------------------------------------------------- /out/images/new-badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/new-badge.png -------------------------------------------------------------------------------- /out/images/new-collection-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/new-collection-icons.png -------------------------------------------------------------------------------- /out/images/new-embeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/new-embeds.png -------------------------------------------------------------------------------- /out/images/new-workspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/new-workspace.png -------------------------------------------------------------------------------- /out/images/notice-panels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/notice-panels.png -------------------------------------------------------------------------------- /out/images/pdf-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/pdf-download.png -------------------------------------------------------------------------------- /out/images/permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/permissions.png -------------------------------------------------------------------------------- /out/images/pin-to-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/pin-to-home.png -------------------------------------------------------------------------------- /out/images/public-sharing-improvements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/public-sharing-improvements.png -------------------------------------------------------------------------------- /out/images/publish-document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/publish-document.png -------------------------------------------------------------------------------- /out/images/pwa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/pwa.png -------------------------------------------------------------------------------- /out/images/rag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/rag.png -------------------------------------------------------------------------------- /out/images/reorder-collections.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/reorder-collections.jpg -------------------------------------------------------------------------------- /out/images/resizing-images.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/resizing-images.gif -------------------------------------------------------------------------------- /out/images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/screenshot.png -------------------------------------------------------------------------------- /out/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/search.png -------------------------------------------------------------------------------- /out/images/self-hosted-domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/self-hosted-domain.png -------------------------------------------------------------------------------- /out/images/shared-document-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/shared-document-search.png -------------------------------------------------------------------------------- /out/images/sidebar-collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/sidebar-collapse.png -------------------------------------------------------------------------------- /out/images/sidebar-reorder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/sidebar-reorder.gif -------------------------------------------------------------------------------- /out/images/slack-composer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/slack-composer.png -------------------------------------------------------------------------------- /out/images/slack-integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/slack-integration.png -------------------------------------------------------------------------------- /out/images/slack-outline-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/slack-outline-search.png -------------------------------------------------------------------------------- /out/images/star-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/star-collections.png -------------------------------------------------------------------------------- /out/images/table-improvements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/table-improvements.png -------------------------------------------------------------------------------- /out/images/task-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/task-list.png -------------------------------------------------------------------------------- /out/images/tasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/tasks.png -------------------------------------------------------------------------------- /out/images/team-domains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/team-domains.png -------------------------------------------------------------------------------- /out/images/theming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/theming.png -------------------------------------------------------------------------------- /out/images/tldraw-embed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/tldraw-embed.png -------------------------------------------------------------------------------- /out/images/tldraw-enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/tldraw-enable.png -------------------------------------------------------------------------------- /out/images/translations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/translations.png -------------------------------------------------------------------------------- /out/images/use-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/use-template.png -------------------------------------------------------------------------------- /out/images/video-embed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/video-embed.png -------------------------------------------------------------------------------- /out/images/viewer-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/viewer-permissions.png -------------------------------------------------------------------------------- /out/images/viewer-popover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/viewer-popover.png -------------------------------------------------------------------------------- /out/images/windows-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/images/windows-app.png -------------------------------------------------------------------------------- /out/videos/slash-menu.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/out/videos/slash-menu.mp4 -------------------------------------------------------------------------------- /pages/_document.tsx: -------------------------------------------------------------------------------- 1 | import { Html, Head, Main, NextScript } from "next/document"; 2 | 3 | export default function Document() { 4 | return ( 5 | 6 | 7 | 11 | 15 | 19 | 20 | 21 |
    22 | 23 | 24 | 25 | ); 26 | } 27 | -------------------------------------------------------------------------------- /posts/april-new-embeds.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: JSFiddle, Gliffy, and Otter.ai embeds 3 | date: 2022-04-18T00:00:00Z 4 | slug: april-new-embeds 5 | --- 6 | 7 | ![JSFiddle embed](/images/new-embeds.png) 8 | 9 | This week brings three new integrations – just paste a share link in any 10 | document to get a rich, interactive, embed. 11 | 12 | - [JSFiddle](https://jsfiddle.net/) – an online IDE for writing and testing code snippets ("fiddles") in the browser. 13 | - [Gliffy](https://www.gliffy.com/) – an enterprise diagramming tool for creating flow charts, database diagrams, and wireframes. 14 | - [Otter.ai](https://otter.ai/) – allows interactive annotated meeting notes to be embedded in documents. 15 | -------------------------------------------------------------------------------- /posts/code-commenting.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Commenting in code 3 | date: 2023-10-06T12:00:00Z 4 | slug: code-commenting 5 | --- 6 | 7 | ![Commenting in code blocks](/images/comment-in-code.png) 8 | 9 | Outline now supports commenting on text inside of code blocks, this is particularly useful – as we all know that naming things 10 | is the hardest part of coding and now you can discuss the best name for that variable right inside of the code block. 11 | -------------------------------------------------------------------------------- /posts/code-line-numbers.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Code block line numbers 3 | date: 2022-10-24T12:00:00Z 4 | slug: code-line-numbers 5 | --- 6 | 7 | ![Code block line numbers](/images/code-line-numbers.png) 8 | 9 | Code blocks in documents are now displayed with dynamic line numbers by default, if you prefer they can be disabled through a new setting found in user preferences. 10 | -------------------------------------------------------------------------------- /posts/collection-icons.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 80+ New collection icons 3 | date: 2024-04-14T00:00:00Z 4 | slug: collection-icons 5 | --- 6 | 7 | ![New collection icons](/images/new-collection-icons.png) 8 | 9 | We've added over 80 new collection icons to help you better organize your documents. You can now 10 | choose from a wide range of new icons to represent your collections from DNA, to a tent – there's 11 | a wider variety to choose from. 12 | 13 | To change the icon of a collection, head to **Edit** in the collection menu and then click on the 14 | current icon. 15 | -------------------------------------------------------------------------------- /posts/collection-subscriptions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Collection subscriptions 3 | date: 2025-04-11T00:00:00Z 4 | slug: collection-subscriptions 5 | --- 6 | 7 | We added the ability to subscribe directly to a collection. Get notified when a document any document 8 | is added or updated without having to subscribe to each document individually. 9 | 10 | ### Other improvements 11 | 12 | - Added the ability to change the type of a notice in the editor without having to delete and recreate 13 | - PWA dock icon is now badged when notifications are available 14 | - `Search in document` was added to the command menu 15 | - Inline code can now be formatted with bold, italic, and links 16 | - `@Mentions` of the currently logged in user are now highlighted 17 | - Admin: Shared links management in settings now has filtering 18 | - Several new languages added to code blocks which were also optimized to load faster 19 | -------------------------------------------------------------------------------- /posts/command-bar-settings.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Settings in command bar 3 | date: 2022-03-14T00:00:00Z 4 | slug: command-bar-settings 5 | --- 6 | 7 | ![Outline command bar settings](/images/command-bar-settings.png) 8 | 9 | It's now possible to access all the settings screen directly from the command bar. 10 | You can access the command bar anywhere in the app using `Cmd` + `k`, or 11 | `Cmd` + `Shift` + `k` if you're in the document editor. 12 | 13 | If you've not used the command bar yet, it's a fast way to access lots of 14 | functionality without taking your hands off the keyboard! 15 | -------------------------------------------------------------------------------- /posts/comment-resolution.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Comment resolving 3 | date: 2024-08-04T00:00:00Z 4 | slug: comment-resolution 5 | --- 6 | 7 | ![Comment resolving](/images/comment-resolving.png) 8 | 9 | It's now possible to resolve comment threads on documents from the comment menu. You can always view and restore a document's 10 | resolved comments by clicking the checkmark icon at the top right of the sidebar. This provides a way to keep discussions focused 11 | and organized. 12 | -------------------------------------------------------------------------------- /posts/comment-sorting.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Comment sorting options 3 | date: 2024-10-15T00:00:00Z 4 | slug: comment-sorting 5 | --- 6 | 7 | The comment sidebar can now be sorted by the comment's position in the document. This is particularly nice for 8 | long documents where you want to see the comments in the order they appear rather than the order they were created. 9 | 10 | Look for the sort option in the top right of the comment sidebar. 11 | 12 | ### Other improvements 13 | 14 | - When mentioning a user you can now search by email 15 | - Publicly shared docs now have the option to disable search engine indexing 16 | - CSV files can now be imported, they will be converted to a table 17 | - Collections now include reverse alphabetical sorting as an option 18 | -------------------------------------------------------------------------------- /posts/commenting.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Commenting 3 | date: 2023-03-20T00:00:00Z 4 | slug: commenting 5 | --- 6 | 7 | ![Outline comments](/images/comments.png) 8 | 9 | It's been a long time coming – commenting is finally available in Outline, opening up a whole new world of use cases and collaboration! 10 | While we iron out the kinks it's disabled by default, but you can enable the feature for your team in **Settings -> Features -> Commenting**. 11 | 12 | Once enabled you'll see a new comments sidebar become available. You can add comments to any document or to a specific 13 | text selection, we also support threaded replies, notifications, **@mentions**, basic formatting _and_ images in comments. 14 | 15 | We're eager to hear your feedback, please [let us know](https://www.getoutline.com/contact) what you think. 16 | -------------------------------------------------------------------------------- /posts/custom-domains.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Custom domains 3 | date: 2020-11-05T00:00:00Z 4 | slug: custom-domains 5 | --- 6 | 7 | ![Outline custom domain](/images/custom-domains.png) 8 | 9 | 10 | This week brings support for custom domains to the cloud hosted version of Outline. 11 | Now you can easily have `wiki.myteam.com` or `kb.yourcompany.com` without the 12 | hassle of hosting your own Outline servers. 13 | 14 | Custom domains are available as an add-on for a flat rate of **$20/mo**. Interested? [Contact support](/contact) to arrange setup for your team. -------------------------------------------------------------------------------- /posts/date-time-commands.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: New date slash commands 3 | date: 2022-03-31T00:00:00Z 4 | slug: date-time-commands 5 | --- 6 | 7 | ![Outline date time commands](/images/date-time-commands.gif) 8 | 9 | We added some new slash commands to insert the current date, time, or both into a document 10 | you're editing – and importantly these commands also work in document titles and 11 | are locale-aware! These are the new handy shortcuts: 12 | 13 | - `/date` – Insert current date 14 | - `/time` – Insert current time 15 | - `/datetime` – Insert current date and time 16 | -------------------------------------------------------------------------------- /posts/diff-view.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Visualizing document history 3 | date: 2022-09-26T12:00:00Z 4 | slug: diff-view 5 | --- 6 | 7 | From today we're now able to display a rich "diff" of what has changed in a document 8 | since it was last edited. You'll see this view in email notifications _and_ when navigating 9 | through the document history sidebar… 10 | 11 | **Tip:** You can quickly open the history sidebar by clicking on the last edited timestamp. 12 | 13 | ![Outline email notification](/images/diff-view.jpeg) 14 | -------------------------------------------------------------------------------- /posts/disable-collection-create.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: New option to disable collection creation 3 | date: 2022-03-24T00:00:00Z 4 | slug: disable-collection-create 5 | --- 6 | 7 | ![Disable collection setting](/images/disable-collection-creation.png) 8 | 9 | Admin's now have a new option to disable creation of new collection by members, 10 | for more curated knowledge bases or larger teams this can help prevent documentation 11 | sprawling unchecked. 12 | -------------------------------------------------------------------------------- /posts/document-permissions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Document sharing and permissions 3 | date: 2024-02-28T12:00:00Z 4 | slug: document-permissions 5 | --- 6 | 7 | ![Document permissions](/images/document-permissions.png) 8 | 9 | This week brings user management to the document level. Previously all permissions were managed on 10 | Collections, but now you are able to share individual documents with specific people to view or edit. 11 | This is great for sharing private notes or drafts with a small group of people. 12 | 13 | We also gave the sharing interface a new look and a lot more clarity over who has access to the 14 | document and what level of access they have. 15 | 16 | To get started, simply click the **Share** button in the document header or check out the [sharing documentation](https://docs.getoutline.com/s/guide/doc/sharing-LG2sGOLIpl) for more details. 17 | -------------------------------------------------------------------------------- /posts/document-subscriptions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Document subscriptions 3 | date: 2022-09-04T12:00:00Z 4 | slug: document-subscriptions 5 | --- 6 | 7 | Sometimes you want to keep an eye on a document without having to open it, or you want to be notified when a document is updated. You can now subscribe to documents to receive notifications when they are updated by other team members. To subscribe to any document, click the "Subscribe" button in any document menu or access through the command menu with `cmd`+`k` on macOS. (`ctrl`+`k` on Windows/Linux). 8 | 9 | ![Document subscriptions](/images/document-subscriptions.png) 10 | 11 | You will automatically be subscribed to a document when you create or edit it, but you can unsubscribe at any time. 12 | -------------------------------------------------------------------------------- /posts/edge-to-edge-images.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: New Images Layout 3 | date: 2023-01-10T12:00:00Z 4 | slug: edge-to-edge-images 5 | --- 6 | 7 | ![Outline full bleed image](/images/image-layout.png) 8 | 9 | This week brings an additional layout option for images on Outline. You can now 10 | choose the "full-width" option to extend images to the edges of the page past 11 | the text content. 12 | 13 | This works particularly well for wide pictures and photos, such as banners and 14 | headings across a documnt and for larger images with a white background where 15 | they can fill up more of screen by default. 16 | 17 | The new layout is available by selecting an image and then choosing the "full-width" 18 | option in the toolbar that appears. 19 | -------------------------------------------------------------------------------- /posts/embedded-videos.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Embedded videos 3 | date: 2023-10-01T12:00:00Z 4 | slug: embedded-videos 5 | --- 6 | 7 | You can now upload videos and embed a player directly into any Outline document. Just like images, 8 | we also added the ability to resize the video to fit and write a custom caption. 9 | 10 | To embed a video simply drag and drop into the document, or find the "Video" option in [the block menu](https://docs.getoutline.com/s/guide/doc/blocks-iwAQVA8kAf). 11 | For more information checkout [our guide](https://docs.getoutline.com/s/guide/doc/blocks-iwAQVA8kAf) to inserting blocks on Outline. 12 | 13 | ![Embedded videos](/images/video-embed.png) 14 | -------------------------------------------------------------------------------- /posts/emoji-reactions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Emoji reactions 3 | date: 2024-11-11T00:00:00Z 4 | slug: emoji-reactions 5 | --- 6 | 7 | ![Emoji reactions](/images/emoji-reactions.png) 8 | 9 | Introducing emoji reactions for comments – a much-requested way to respond to feedback and collaborate with team members. 10 | Every comment can now be reacted to with an emoji, and you can see who reacted to a comment and how many reactions it has received from the comment menu. 11 | 12 | 13 | ### Other improvements 14 | 15 | - There is now a **Leave document** menu item on documents that have been shared with you 16 | - "Smart text" replacements can be disabled in preferences 17 | - Mermaid diagrams now have syntax highlighting for their source code 18 | - Publicly shared docs now have a button to toggle the sidebar 19 | - `cmd`+`f` search in page now supports diacritics 20 | -------------------------------------------------------------------------------- /posts/exporting-improvements.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Improved PDF exports 3 | date: 2023-12-06T12:00:00Z 4 | slug: exporting-improvements 5 | --- 6 | 7 | We've made some great improvements to the way that document exports are constructed this week. 8 | These changes allow Mermaid diagrams and rich embeds to be rendered correctly in HTML and PDF exports 9 | going forward, other formatting was also improved to make these look even nicer. 10 | 11 | ### Other fixes and improvements 12 | 13 | - Embedded videos now display correctly when viewing a documents history 14 | - Emoji's in templates are now applied correctly 15 | - Mobile now has a "Share" option in the document menu 16 | - Todo items in editor can now be toggled with `Cmd`+`Enter` (`Ctrl`+`Enter` on Windows) 17 | - When copying a document you can now choose whether to include child documents 18 | - Added support for Instagram and LinkedIn embeds 19 | -------------------------------------------------------------------------------- /posts/file-attachments.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: File attachments 3 | date: 2022-03-10T00:00:00Z 4 | slug: file-attachments 5 | --- 6 | 7 | ![Outline file attachments](/images/file-attachments.png) 8 | 9 | We're excited to finally add one of our most requested features – file attachments 10 | in documents. You can now upload arbitrary files and embed them directly into 11 | a doc for your teammates to download, file attachments work on publicly 12 | shared links too. 13 | -------------------------------------------------------------------------------- /posts/find-and-replace.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Find and replace 3 | date: 2023-08-03T00:00:00Z 4 | slug: find-and-replace 5 | --- 6 | 7 | ![Outline find and replace](/images/find-and-replace.png) 8 | 9 | It's now possible to find and replace text in the document editor in both the 10 | web and desktop apps. You can access the find and replace dialog by using 11 | `Cmd` + `f`, or `Ctrl` + `f` on Windows. 12 | 13 | The find and replace dialog supports both regular expressions and case 14 | sensitivity as well. 15 | -------------------------------------------------------------------------------- /posts/github-integration.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: GitHub integration 3 | date: 2024-04-02T00:00:00Z 4 | slug: github-integration 5 | --- 6 | 7 | ![GitHub integration](/images/github-integration.png) 8 | 9 | The new GitHub integration allows you to connect your GitHub repositories to your Outline workspace. 10 | Once connected, links to GitHub issues and pull requests will show detailed information on hover, 11 | in a future update we will also allow expanding these links to show more context inline. 12 | 13 | To setup simply head to **Settings -> Integrations -> GitHub** and connect one or more organizations. 14 | -------------------------------------------------------------------------------- /posts/google-analytics.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Google Analytics Integration 3 | date: 2023-01-14T12:00:00Z 4 | slug: google-analytics 5 | --- 6 | 7 | All workspaces now have access to a new [Google Analytics 4](https://developers.google.com/analytics/devguides/collection/ga4) integration, by adding 8 | your own Measurement ID 9 | it will be embedded in all public and team documents in your workspace allowing 10 | your team to measure views and activity across the knowledge base. 11 | 12 | To use the integration you will first need to create a new GA4 property in your 13 | Google Analytics account, then copy the [Measurement ID](https://support.google.com/analytics/answer/12270356) to the settings page 14 | in Outline at _Integrations_ -> _Google Analytics_. 15 | -------------------------------------------------------------------------------- /posts/guest-role.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Guest user role 3 | date: 2024-04-18T00:00:00Z 4 | slug: guest-role 5 | --- 6 | 7 | ![Guest role](/images/guest-role.png) 8 | 9 | We've added a new **Guest** role to help you collaborate with external users on your documents. 10 | The Guest role allows you to share your documents with external users without giving them full 11 | access to your workspace. 12 | 13 | When you invite a user as a Guest, they can only view and comment on the documents and collections 14 | you explicitly share with them – no default access applies. 15 | -------------------------------------------------------------------------------- /posts/highlighters.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Highlighter colors 3 | date: 2024-06-11T00:00:00Z 4 | slug: highlighters 5 | --- 6 | 7 | This release adds the ability to highlight text in the editor in a variety of colors. This is a great way to draw attention to important parts of your document, or to categorize different sections. Use the upgraded highlighter tool in the selection toolbar to get started. 8 | 9 | ![Highlighters](/images/highlighters.png) 10 | -------------------------------------------------------------------------------- /posts/icon-and-emojis.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Icon and emojis 3 | date: 2024-07-19T00:00:00Z 4 | slug: icon-and-emojis 5 | --- 6 | 7 | ![Comment resolving](/images/icon-and-emojis.png) 8 | 9 | You can now select emoji and icons for both document and collection in one unified UI – this finally 10 | enables using emoji for collections and icons on documents. We also added even more new icons to choose 11 | from in this release. 12 | -------------------------------------------------------------------------------- /posts/image-resizing.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Resizable images 3 | date: 2022-11-03T12:00:00Z 4 | slug: image-resizing 5 | --- 6 | 7 | ![Resizing images in Outline](/images/resizing-images.gif) 8 | 9 | It is now possible to resize images in Outline. This is a feature that has been 10 | requested for a long time and we're excited to finally ship another foundational 11 | feature. 12 | 13 | When editing simply drag the handles on the image to change the size. Images snap to a 14 | grid to help in alignment. 15 | -------------------------------------------------------------------------------- /posts/in-app-notifications.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: In app notifications 3 | date: 2023-05-20T00:00:00Z 4 | slug: in-app-notifications 5 | --- 6 | 7 | Building on last months release of comments, this month brings in-app notifications 8 | support so you can quickly catch up on what's happening in your workspace and 9 | jump straight to the relevant document. 10 | 11 | ### Collection admins 12 | 13 | We also added the ability to make members admins in specific collections, this 14 | new role allows members to manage the collection details, including adding and 15 | removing other workspace members. 16 | 17 | Regular collection membership no longer allows members to manage the collection 18 | – see the documentation for more detail on permissions. 19 | 20 | [Go to documentation →](https://docs.getoutline.com/s/guide/doc/collections-l9o3LD22sV#h-permissions) 21 | -------------------------------------------------------------------------------- /posts/issue-integrations.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: GitHub and Linear integrations 3 | date: 2025-04-29T14:00:00Z 4 | slug: issue-integrations 5 | --- 6 | 7 | ![GitHub and Linear integrations](/images/github-linear.png) 8 | 9 | We have rolled out an improved [GitHub](https://github.com) integration that allows embedding rich issue and pull request information directly 10 | into an Outline document. Not only that, but we've also added the same support for [Linear](https://linear.app?ref=outline), allowing seamless integration of Linear issues, GitHub PR's, and Outline documents. 11 | 12 | These new mentions will, of course, stay automatically up-to-date. To get started connect your GitHub and Linear accounts in **Settings -> Integrations** 13 | and then paste an issue or pull request URL from GitHub or Linear into the editor. 14 | -------------------------------------------------------------------------------- /posts/link-previews.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Link hover previews 3 | date: 2023-07-30T00:00:00Z 4 | slug: link-previews 5 | --- 6 | 7 | ![Outline link previews](/images/link-previews.png) 8 | 9 | This week brings the addition of hover previews, you can now see the details 10 | of internal documents, mentioned users, _and_ external links when hovering over 11 | them in the editor. We have built the system to be extensible so that previews of 12 | authenticated integrations (think GitHub, Linear, etc) can be added in the near 13 | future too. 14 | 15 | Hover over any link in a document or comment to see the new functionality. 16 | -------------------------------------------------------------------------------- /posts/macos-desktop-app.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: macOS Desktop App 3 | date: 2022-12-06T12:00:00Z 4 | slug: macos-desktop-app 5 | --- 6 | 7 | ![macOS Desktop App](/images/macos-desktop.png) 8 | 9 | The new desktop app is a macOS application that allows you to access your [Outline](https://www.getoutline.com/) cloud workspaces from your Mac's dock. It is a great way to quickly access documents in multiple windows without having to clutter up your browser tabs. Oh, and a Windows app is coming soon! 10 | 11 | [Download Now](https://desktop.getoutline.com/mac) 12 | -------------------------------------------------------------------------------- /posts/multiple-workspaces.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Multiple workspaces 3 | date: 2022-10-16T12:00:00Z 4 | slug: multiple-workspaces 5 | --- 6 | 7 | We're excited to announce that you can now create multiple workspaces to support different departments, or organizations with the same SSO login methods. 8 | 9 | Workspaces are currently billed and managed separately and are available in the workspace switcher in the top left of the app or through the command menu. 10 | 11 | ![New Outline workspace](/images/new-workspace.png) 12 | -------------------------------------------------------------------------------- /posts/pdf-html-export.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: PDF & HTML export 3 | date: 2023-01-07T12:00:00Z 4 | slug: pdf-html-export 5 | --- 6 | 7 | ![PDF export in Outline](/images/pdf-download.png) 8 | 9 | We are pleased to announce a new feature that allows you to export your documents in PDF and HTML format. This is a useful and much requested addition for anyone who needs to share their work with others but not publish documents on the public internet. PDFs are widely accepted and easily readable on any device. 10 | 11 | You can access the functionality from any document menu, then select _Download_ -> _PDF_, the file generation process will take a few seconds depending on the size of the doc and the number of embedded images. 12 | -------------------------------------------------------------------------------- /posts/personal-gmail-signin.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Sign-in with Gmail 3 | date: 2022-07-18T12:00:00Z 4 | slug: personal-gmail-signin 5 | --- 6 | 7 | We've been working hard behind the scenes to make authentication more flexible for teams following on from [team domain restrictions](/changelog/team-domains). 8 | 9 | It is now possible to sign-in to your Outline account with a personal Gmail account if you have already been invited to the matching email address. 10 | -------------------------------------------------------------------------------- /posts/search-improvements.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Search improvements 3 | date: 2022-12-03T12:00:00Z 4 | slug: search-improvements 5 | --- 6 | 7 | This week brings a number of improvements to search results in the app and 8 | Slack integration. 9 | 10 | You can now use `"phrase search"` to find documents that contain an exact phrase, 11 | `-negative` keywords to exclude results, and partial matching with the `*wildcard` 12 | operators. 13 | -------------------------------------------------------------------------------- /posts/shared-document-search.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Shared documents now include search 3 | date: 2022-04-07T00:00:00Z 4 | slug: shared-document-search 5 | --- 6 | 7 | ![Search input](/images/shared-document-search.png) 8 | 9 | If you publicly share a document with nested document sharing enabled we'll now display a 10 | search input at the top of the sidebar to allow searching the contents of 11 | all of the nested documents. 12 | 13 | This is particularly great when sharing documentation and other larger collections 14 | of docs. 15 | -------------------------------------------------------------------------------- /posts/something-brewing.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: We've got something brewing… 3 | date: 2020-10-13T00:00:00Z 4 | slug: something-brewing 5 | --- 6 | 7 | ![Brewing](/images/multiplayer.png) 8 | 9 | ### Other fixes and improvements 10 | 11 | - Spotify embeds have been improved and better handle the wide variety of possible link types 12 | - Fixed an issue that made it impossible to upload the same image twice without reloading the document 13 | - Improved toolbar behavior to prevent it appearing with an empty selection -------------------------------------------------------------------------------- /posts/star-collections.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Collections can now be starred 3 | date: 2022-03-24T00:00:00Z 4 | slug: star-collections 5 | --- 6 | 7 | ![Outline sidebar with starred collections](/images/star-collections.png) 8 | 9 | Just like documents, collections can now be starred – once starred you can also 10 | re-order all of your stars with drag and drop to create your own custom sidebar. 11 | Star the things that are important to _you_ and have them available for one-click 12 | access. 13 | 14 | **Tip:** Did you know that adding an emoji in front of a document title will show it 15 | in the browser favicon and in the sidebar when starred? 16 | -------------------------------------------------------------------------------- /posts/team-domains.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Team domain restrictions 3 | date: 2022-05-20T00:00:00Z 4 | slug: team-domains 5 | --- 6 | 7 | ![team domain restrictions](/images/team-domains.png) 8 | 9 | This week brings two new security settings. It's now possible to restrict all sign-ups 10 | to your team to a specific domain name through "Allowed domains". This setting applies in _addition_ to 11 | SSO and will disallow users from creating accounts that do not have a confirmed 12 | matching email domain. 13 | 14 | We also added the ability to restrict sign-ups through SSO completely, so that 15 | users must first be invited by an admin. Both of these new settings can be found 16 | under **Settings** -> **Security**. 17 | -------------------------------------------------------------------------------- /posts/theming.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Custom Theming 3 | date: 2023-02-19T00:00:00Z 4 | slug: theming 5 | --- 6 | 7 | ![Custom theming](/images/theming.png) 8 | 9 | This week brings support for the beginnings of custom theming. You can now 10 | change the accent color for your team to match your own brand which will be 11 | reflected throughout the UI. 12 | 13 | ### Other fixes and improvements 14 | 15 | - `Escape` now defocuses the editor when typing 16 | - When selecting text and opening the link menu matching documents will now immediately 17 | be shown. 18 | - Fixed an issue where it was not possible to tab and scroll on images on mobile 19 | - It's now possible to upload multiple files at once from the block menu 20 | -------------------------------------------------------------------------------- /posts/tldraw-embed.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Tldraw embed 3 | date: 2022-04-23T00:00:00Z 4 | slug: tldraw-embed 5 | --- 6 | 7 | ![tldraw embed](/images/tldraw-embed.png) 8 | 9 | Thanks to an open source contributor [Limezy](https://github.com/Limezy), we now 10 | have support for interactive tldraw embeds. These look really fantastic inside 11 | Outline and allow multiple people to draw together inside a document. 12 | 13 | To get started head to [tldraw.com](https://www.tldraw.com), click on the 14 | cursors icon in the top left and select "Create a Multiplayer Project" – paste 15 | the url into an Outline doc. 16 | 17 | ![How to enable tldraw](/images/tldraw-enable.png) 18 | -------------------------------------------------------------------------------- /posts/turkish-translations.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Turkish translations 3 | date: 2022-04-26T00:00:00Z 4 | slug: turkish-translations 5 | --- 6 | 7 | Thanks to a community member [Emir](https://crowdin.com/profile/EmirDEV) this week 8 | brings application-wide Turkish translations 🇹🇷. If your system is set to this language 9 | we'll automatically suggest switching Outline's language to match, or you can go 10 | to Settings -> Profile -> Language to update. 11 | -------------------------------------------------------------------------------- /posts/upgradable-viewers.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Upgradable viewers 3 | date: 2022-09-04T12:00:00Z 4 | slug: upgradable-viewers 5 | --- 6 | 7 | Since the launch of [viewer permissions](/changelog/viewer-permissions) we've heard requests for a need for increased flexibility. 8 | As of today it's now possible to upgrade the permissions of workspace viewers in individual collections. 9 | 10 | Simply add the viewer member to a collection and change their permission to "View and edit" the same as you might a regular member. 11 | -------------------------------------------------------------------------------- /posts/upgraded-code-and-mermaid.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Improved code blocks and Mermaid diagrams 3 | date: 2023-07-15T12:00:00Z 4 | slug: upgraded-code-and-mermaid 5 | --- 6 | 7 | ![Code block](/images/code-blocks.png) 8 | 9 | Code blocks have received a visual refresh and are now 10 | easier to use. Code highlighting was updated to look much better in dark mode 11 | and tons of extra languages were added in the last month. 12 | 13 | Mermaid diagrams are now rendered in realtime as you type and also received 14 | the same visual improvements as code blocks. 15 | -------------------------------------------------------------------------------- /posts/v0.11.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 11581277 3 | title: v0.11.0 4 | date: 2018-06-21T05:47:35Z 5 | slug: v0.11.0 6 | tag: v0.11.0 7 | --- 8 | 9 | ### New Features 10 | 11 | - We added the ability to export all your data out of Outline. There's a new tab under settings "Export Data" and a new option to export all documents for a collection in the overflow menu. [#684](https://github.com/outline/outline/pull/684) 12 | 13 | ### Enhancements 14 | 15 | - Now displaying the "joined at" date on the people listing in admin. 16 | 17 | ### Fixes 18 | 19 | - Fixed an issue that would display admin options to non-admin users (though they would error with attempted use) 20 | - Squashed an error when uploading images that might result in a "Document failed to save" message. [#685](https://github.com/outline/outline/issues/685) 21 | -------------------------------------------------------------------------------- /posts/v0.11.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 11617183 3 | title: v0.11.1 4 | date: 2018-06-23T07:37:50Z 5 | slug: v0.11.1 6 | tag: v0.11.1 7 | --- 8 | 9 | ### Fixes 10 | 11 | - `CMD+S`, `CMD+Enter`, `Esc` keyboard shortcuts now work whether the editor is focused or not instead of triggering the default browser actions 12 | - Improved the styling of inline code blocks 13 | - The copy to clipboard button on code blocks now reads "Copy" instead of "Copied!" by default. 14 | - `CMD+Enter` shortcut now saves and leaves edit mode, as it should 15 | - Fixed an issue where navigating documents could occasionally mark them as modified 16 | -------------------------------------------------------------------------------- /posts/v0.11.2.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 11623573 3 | title: v0.11.2 4 | date: 2018-06-24T17:58:48Z 5 | slug: v0.11.2 6 | tag: v0.11.2 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - The editor will now warn you when leaving while images are still pending upload. 12 | - Scroll position is now maintained when entering / leaving editing a document. [#697](https://github.com/outline/outline/issues/697) 13 | - The count of drafts is now displayed in the sidebar. 14 | - `CMD+K` now triggers search, the same as Slack. [#671](https://github.com/outline/outline/issues/671) 15 | - Inline code blocks are now better formatted. [#698](https://github.com/outline/outline/issues/698) 16 | 17 | 18 | ### Fixes 19 | 20 | - `Download` option on documents now works from list views such as the homepage. Previously it only worked correctly when the document had been previously viewed. 21 | -------------------------------------------------------------------------------- /posts/v0.13.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 11930676 3 | title: v0.13.0 4 | date: 2018-07-14T20:03:03Z 5 | slug: v0.13.0 6 | tag: v0.13.0 7 | --- 8 | 9 | ### New Features 10 | 11 | - We added the ability to purge your own user account. [#716](https://github.com/outline/outline/pull/716) 12 | 13 | ### Enhancements 14 | 15 | - Documents on the dashboard now show the collection they're associated with. [#718](https://github.com/outline/outline/pull/718) 16 | 17 | ### Fixes 18 | 19 | - The signin button in header no longer signs in with Slack by default. 20 | - Fixed the last modified time displayed on document previews is now accurate. 21 | - Fixed an issue that could cause drafts not to save following their initial creation. [#715](https://github.com/outline/outline/pull/715) 22 | 23 | -------------------------------------------------------------------------------- /posts/v0.13.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 12000576 3 | title: v0.13.1 4 | date: 2018-07-19T06:17:18Z 5 | slug: v0.13.1 6 | tag: v0.13.1 7 | --- 8 | 9 | ### Fixes 10 | 11 | - Fixes an issue with the text parsing that could cause paragraphs immediately following an image to be lost upon save. 12 | - Fixes several other parsing issues 13 | - Fixed images having a caption of "undefined" if none is set 14 | - Improved reliability and editor fixes 15 | - Checkboxes now work in Firefox 16 | - Scrolling the sidebar now works in Firefox 17 | 18 | -------------------------------------------------------------------------------- /posts/v0.13.2.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 12045023 3 | title: v0.13.2 4 | date: 2018-07-22T17:07:08Z 5 | slug: v0.13.2 6 | tag: v0.13.2 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - After duplicating a document you'll now be forwarded to the document. [#673](https://github.com/outline/outline/issues/673) 12 | 13 | ### Fixes 14 | 15 | - It's now possible to change a heading size using markdown shortcuts. 16 | - Downloading documents now works in Firefox. [#692](https://github.com/outline/outline/issues/692) 17 | - Shared documents now have the correct mobile styling, much more readable on mobile devices. 18 | - Shared documents could not be loaded while logged into a different Outline team. [#709](https://github.com/outline/outline/issues/709) 19 | -------------------------------------------------------------------------------- /posts/v0.13.4.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 12237655 3 | title: v0.13.4 4 | date: 2018-08-03T06:47:39Z 5 | slug: v0.13.4 6 | tag: v0.13.4 7 | --- 8 | 9 | ### Fixes 10 | 11 | - Slack integrations can now be set up by users that are authenticated through Google OAuth. Previously If you signed in with Google and then tried to setup an integration it would fail. [#730](https://github.com/outline/outline/issues/730) 12 | - Fixed an issue where once a share link had been revoked the same document could not be shared by the same user again. [#733](https://github.com/outline/outline/issues/733) 13 | - Fixed the link to developer documentation from the [token settings](https://app.getoutline.com/settings/tokens). 14 | - Fixed a potential JS error when clicking badly formatted links in a document. 15 | -------------------------------------------------------------------------------- /posts/v0.15.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 13271485 3 | title: v0.15.1 4 | date: 2018-10-05T16:11:57Z 5 | slug: v0.15.1 6 | tag: v0.15.1 7 | --- 8 | 9 | ### Fixes 10 | 11 | - Visual feedback when avatars and logos are uploading 12 | - Fixed a couple of server side issues when deleting documents 13 | - Added Zapier to integrations 14 | 15 | -------------------------------------------------------------------------------- /posts/v0.16.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 13819835 3 | title: v0.16.0 4 | date: 2018-11-04T19:48:35Z 5 | slug: v0.16.0 6 | tag: 0.16.0 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - Upgrades the editor 12 | 13 | ### Fixes 14 | 15 | - Fixed an issue with S3 uploads for self hosted configuration 16 | - Fixed issue when title of a document includes the word "history" 17 | - SSL is now enforced on subdomains 18 | -------------------------------------------------------------------------------- /posts/v0.16.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 13868889 3 | title: v0.16.1 4 | date: 2018-11-07T06:42:03Z 5 | slug: v0.16.1 6 | tag: v0.16.1 7 | --- 8 | 9 | ### Fixes 10 | 11 | - Document history menu can now be opened again 12 | - It is now possible to underline text in the editor and have that persist 13 | 14 | ### Enhancements 15 | 16 | - Upgraded dependencies for improved performance 17 | -------------------------------------------------------------------------------- /posts/v0.16.2.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 14062508 3 | title: v0.16.2 4 | date: 2018-11-18T04:26:56Z 5 | slug: v0.16.2 6 | tag: v0.16.2 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - Added filtering options to the admin "People" listing 12 | - Profile picture is now saved once uploaded 13 | - Optimized images 14 | 15 | ### Fixes 16 | 17 | - Fixed an issue where dashes within a hashtag would be escaped on save 18 | - Google Analytics events are now triggered correctly for more than the first page load 19 | - Fixed some UI jank when resizing a large uploaded profile picture 20 | - Fixed a layout issue on keyboard shortcuts dialog on Linux 21 | 22 | -------------------------------------------------------------------------------- /posts/v0.16.3.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 14149597 3 | title: v0.16.3 4 | date: 2018-11-23T03:01:59Z 5 | slug: v0.16.3 6 | tag: v0.16.3 7 | --- 8 | 9 | ### New Features 10 | 11 | - It is now possible to choose the language for highlighting in code blocks 🙌 12 | 13 | ![image](https://user-images.githubusercontent.com/380914/48926979-56db2c00-ee87-11e8-8dbf-a92349df6b3c.png) 14 | 15 | ### Enhancements 16 | 17 | - We added some subtle branding to shared documents 18 | - Recently viewed and edited documents are now displayed in a more sensible order 19 | - The name of the documents collection is now visible on the "Starred" screen 20 | 21 | ### Fixes 22 | 23 | - Fully deleting an image in the editor no longer requires hitting backspace twice 24 | 25 | -------------------------------------------------------------------------------- /posts/v0.17.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 14083470 3 | title: v0.17.0 4 | date: 2018-11-19T19:07:29Z 5 | slug: v0.17.0 6 | tag: v0.17.0 7 | --- 8 | 9 | ### New Features 10 | 11 | We added a rich text area to the top of collections so you can add more details than just a name. This is great for when a collection represents an area of your company and makes it easy to add links to other company resources. 12 | 13 | --- 14 | 15 | ![image](https://user-images.githubusercontent.com/380914/48729101-9b4a9b80-ebeb-11e8-919c-f12144012351.png) 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /posts/v0.19.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 14654511 3 | title: v0.19.1 4 | date: 2018-12-21T08:42:18Z 5 | slug: v0.19.1 6 | tag: v0.19.1 7 | --- 8 | 9 | ### Fixes 10 | 11 | - Errors when authenticating Slack commands from a team subdomain 12 | - The block toolbar now hides automatically when clicking to focus the document 13 | - The block insert menu no longer appears when hovering an embed 14 | - A message is now displayed when copying a link to a heading in a shared document 15 | - "Your Teams" menu item no longer erroneously shows up on content pages when logged into a single non-subdomain team. 16 | -------------------------------------------------------------------------------- /posts/v0.2.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 9868962 3 | title: v0.2.0 4 | date: 2018-02-28T08:01:53Z 5 | slug: v0.2.0 6 | tag: v0.2.0 7 | --- 8 | 9 | This release adds the ability to create and list drafts. 10 | -------------------------------------------------------------------------------- /posts/v0.20.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 14675898 3 | title: v0.20.0 4 | date: 2018-12-23T06:35:46Z 5 | slug: v0.20.0 6 | tag: v0.20.0 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - The public content pages got a bit of a facelift, we made the API reference easier to browse, added a sidebar in this here changelog and added pages for all of the [integrations that Outline supports](https://www.getoutline.com/integrations). 12 | -------------------------------------------------------------------------------- /posts/v0.22.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 14871713 3 | title: v0.22.0 4 | date: 2019-01-10T06:16:39Z 5 | slug: v0.22.0 6 | tag: v0.22.0 7 | --- 8 | 9 | ### New Features 10 | 11 | - Added the ability to see which team members have viewed a document, and when 12 | 13 | 14 | ### Enhancements 15 | 16 | - Added new sort options to collections including "Least recently updated" and alphabetical 17 | - Search now includes partial word matching 18 | - Search now has a local cache to increase the speed – navigating back from a document to search results is now instant. 19 | -------------------------------------------------------------------------------- /posts/v0.23.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 14918554 3 | title: v0.23.0 4 | date: 2019-01-20T02:20:29Z 5 | slug: v0.23.0 6 | tag: v0.23.0 7 | --- 8 | 9 | ### New Features 10 | 11 | - Added user profiles! Click on any avatar to see a brief profile of the user and the documents they've been editing. 12 | 13 | ### Enhancements 14 | 15 | - Improved Editor and UI performance 16 | - Improved tooltips on collaborators and viewers to be much clearer 17 | 18 | ### Fixes 19 | 20 | - Fixed a number of small Editor bugs 21 | - An issue where triggering multiple toast messages in quick succession would leave some hanging in the UI 22 | - Slack notifications for edited documents now correctly display the author of the update, rather than the original creator of the document 23 | - RealtimeBoard and Vimeo embeds now correctly embed the secure version 24 | -------------------------------------------------------------------------------- /posts/v0.24.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 15095822 3 | title: v0.24.0 4 | date: 2019-02-10T09:05:33Z 5 | slug: v0.24.0 6 | tag: v0.24.0 7 | --- 8 | 9 | ### New Features 10 | 11 | - Headings can now be collapsed 12 | 13 | ### Enhancements 14 | 15 | - Updated Slack branding 16 | - Keyboard behavior when editing block quotes has been improved 17 | 18 | ### Fixes 19 | 20 | - Lines in code blocks can now be easily deleted 21 | - Code block horizontal scroll behavior has been fixed 22 | - Image captions now wrap to multiple lines 23 | - Multiline block quotes no longer collapse onto a single line on save 24 | - Fixed link in welcome email did not include team subdomain 25 | - Tables in imported documents are no longer removed on save 26 | 27 | -------------------------------------------------------------------------------- /posts/v0.25.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 15673005 3 | title: v0.25.0 4 | date: 2019-02-21T04:26:17Z 5 | slug: v0.25.0 6 | tag: v0.25.0 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - Added support for [Mindmeister](https://www.mindmeister.com) embeds 12 | - When searching from Slack a "Post to Channel" option is now available so you can share the best search results with your team directly 13 | 14 | ### Fixes 15 | 16 | - Lines inside code blocks are no longer individually scrollable 17 | - It's now possible to link to places on the same subdomain that aren't in the wiki 18 | - Insertion marks (++) no longer disappear on save 19 | - Suspended users now see the correct error message when attempting to sign in 20 | - The collections sidebar no longer scrolls to the top when changing documents 21 | -------------------------------------------------------------------------------- /posts/v0.27.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 16600762 3 | title: v0.27.0 4 | date: 2019-04-11T04:28:16Z 5 | slug: v0.27.0 6 | tag: v0.27.0 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - The full path to nested documents is now shown in search results 12 | - It's now possible to move documents between collections and to any level of nesting 13 | - Added the ability to optionally include archived documents in search results 14 | - Improved editor performance and memory usage 15 | 16 | ### Fixes 17 | 18 | - Fixed `Tab` key should allow nesting of lists 19 | - Fixed a crash in the editor when deleting links 20 | - Fixed able to open the move document dialog from a draft 21 | - Fixed sub heading beginning with same emoji as title becomes incorrectly inset 22 | -------------------------------------------------------------------------------- /posts/v0.29.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 17211717 3 | title: v0.29.0 4 | date: 2019-05-20T02:01:52Z 5 | slug: v0.29.0 6 | tag: v0.29.0 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - Added support for embedding [Abstract public share links](https://abstract.com/blog/public-sharing/) 12 | - Added `Bash` and `Powershell` formatting options in code blocks 13 | 14 | ### Fixes 15 | 16 | - Fixed editor scroll jumping when focusing the bottom of large documents 17 | - Fixed stars and underscores disappearing in code blocks on save 18 | - Updated the [loom](https://www.loom.com) integration to work with their fancy new loom.com domain name 19 | - Dropdown filters on the search page now close on click 20 | - Fixed some more potential edge-case errors in the editor 21 | -------------------------------------------------------------------------------- /posts/v0.3.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 9888247 3 | title: v0.3.0 4 | date: 2018-03-01T07:33:02Z 5 | slug: v0.3.0 6 | tag: v0.3.0 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - We added the ability to "Pin" a document to a collection. You can use this to welcome team members, make sure they see the most important documents first, or something else wonderful we haven't yet thought of. 12 | - Documents and collections now sort in a more natural order 13 | 14 | ### Fixes 15 | 16 | - Fixed an issue that would cause published drafts not to appear correctly in the collection tree 17 | -------------------------------------------------------------------------------- /posts/v0.3.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 10250965 3 | title: v0.3.1 4 | date: 2018-03-25T23:43:17Z 5 | slug: v0.3.1 6 | tag: v0.3.1 7 | --- 8 | 9 | - Fixed link toolbar behavior 10 | - Fixed deprecated warnings 11 | -------------------------------------------------------------------------------- /posts/v0.30.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 17588680 3 | title: v0.30.0 4 | date: 2019-06-14T06:40:49Z 5 | slug: v0.30.0 6 | tag: v0.30.0 7 | --- 8 | 9 | ### New Features 10 | 11 | This release brings support for creating and editing simple Tables in all your documents. 12 | 13 | ![image](https://user-images.githubusercontent.com/380914/58373984-081c5680-7eeb-11e9-8605-5159812f7b55.png) 14 | 15 | ### Enhancements 16 | 17 | - Added optional `append` flag to [documents.update](https://www.getoutline.com/developers) API endpoint to allow appending content to the end of a document 18 | 19 | ### Fixes 20 | 21 | - Block Insert no longer appears on top of formatting toolbar 22 | - Blockquote can now be toggled from the formatting toolbar 23 | -------------------------------------------------------------------------------- /posts/v0.31.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 18083065 3 | title: v0.31.0 4 | date: 2019-06-19T07:36:09Z 5 | slug: v0.31.0 6 | tag: v0.31.0 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - It's now possible to disable highlighting in code blocks to just display plain, pre-formatted text 12 | 13 | ### Fixes 14 | 15 | - Users in search filters are now correctly ordered 16 | - Self hosted installations now support AWS S3 signature version 4 17 | -------------------------------------------------------------------------------- /posts/v0.34.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 18907674 3 | title: v0.34.0 4 | date: 2019-08-08T06:23:28Z 5 | slug: v0.34.0 6 | tag: v0.34.0 7 | --- 8 | 9 | ### New Features 10 | 11 | - Audit log. Actions taken by team members in your wiki are now recorded in an audit log accessible to admins. 12 | 13 | 14 | ### Enhancements 15 | 16 | - Exporting a collection now downloads a zip file instantly, rather than emailing 17 | - Added support for additional Mindmeister link formats 18 | - Updated branding of RealtimeBoard to Miro 19 | - Visiting a route / document while signed out will now attempt to redirect back after signing in 20 | 21 | 22 | ### Fixes 23 | 24 | - Duplicate document menu option works again 25 | - API requests to unknown endpoints no longer echo back request 26 | - No longer possible to double wrap links 27 | - The link toolbar now always saves edits on blur / exit 28 | -------------------------------------------------------------------------------- /posts/v0.36.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 20003758 3 | title: v0.36.1 4 | date: 2019-09-16T04:19:01Z 5 | slug: v0.36.1 6 | tag: v0.36.1 7 | --- 8 | 9 | ### Fixes 10 | 11 | - Document title size 12 | -------------------------------------------------------------------------------- /posts/v0.38.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 22343830 3 | title: v0.38.1 4 | date: 2019-12-23T04:20:43Z 5 | slug: v0.38.1 6 | tag: v0.38.1 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - Documents with nested sub-documents now display an index view more prominently 12 | - Clicking into a document will preload it's nested documents for faster navigation 13 | - In the API `parentDocumentId` is now available as a filter for listing documents 14 | 15 | ### Fixes 16 | 17 | - The "Invite people" view did not work when accessed from "Collection members", it now works as expected 18 | - Emails are now stored and processed only in lowercase 19 | - Sidebar did not display correctly on mobile when editing a document 20 | 21 | -------------------------------------------------------------------------------- /posts/v0.4.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 10272707 3 | title: v0.4.0 4 | date: 2018-03-27T06:18:49Z 5 | slug: v0.4.0 6 | tag: v0.4.0 7 | --- 8 | 9 | This release updates our paragraph handling to be more inline with other text editors that you're used to. Previously there was "padded" area between paragraphs that could not be edited – this is no longer the case. 10 | -------------------------------------------------------------------------------- /posts/v0.40.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 23790891 3 | title: v0.40.0 4 | date: 2020-02-19T04:44:55Z 5 | slug: v0.40.0 6 | tag: v0.40.0 7 | --- 8 | 9 | We're continuing to make great headway with two big features in February; rewriting the editor to be more stable and performant (think 10x faster!) and bringing group permissions to the app. In the meantime, some important fixes have also been made in the last few weeks… 10 | 11 | ### Fixes 12 | 13 | - It's now possible to access documents with _ or ~ characters in the title, previously links would break 14 | - Also, it was possible for navigation to get 'stuck' when moving between documents with similar titles, this no longer happens 15 | - Slack notifications are now working correctly again 16 | - The app will no longer break if a deploy happens between loading the app and loading a document (quite the edge case!) 17 | 18 | -------------------------------------------------------------------------------- /posts/v0.40.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 24026313 3 | title: v0.40.1 4 | date: 2020-02-27T05:14:31Z 5 | slug: v0.40.1 6 | tag: v0.40.1 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - The people management screens now include pagination to support larger teams 12 | - When a modal opens from a modal it now visually "stacks" to provide a navigational clue 13 | 14 | ### Fixes 15 | 16 | - Rich embeds are now enabled on publicly shared documents 17 | - Fixed an issue where newly created private collections would be missing some available actions until the app is reloaded 18 | - The "New nested document" option no longer appears for drafts (previously it errored) 19 | - Attempt to edit a document while viewing it's history no longer errors 20 | -------------------------------------------------------------------------------- /posts/v0.40.2.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 24027399 3 | title: v0.40.2 4 | date: 2020-02-27T06:36:07Z 5 | slug: v0.40.2 6 | tag: v0.40.2 7 | --- 8 | 9 | ### Fixes 10 | 11 | - Newly created documents should auto focus 12 | - Clicking in whitespace at end of document should focus on the last line 13 | - Alignment of document loading placeholder 14 | -------------------------------------------------------------------------------- /posts/v0.41.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 24317845 3 | title: v0.41.0 4 | date: 2020-03-17T06:18:41Z 5 | slug: v0.41.0 6 | tag: v0.41.0 7 | --- 8 | 9 | ### New Features 10 | 11 | Groups! It's now possible to organize your team into groups and assign groups with read or write permissions to collections. You can use this to give part of your team read-only access and retain write access for others. 12 | 13 | You can manage groups from **Settings -> Groups** or directly from any **Collection -> Permissions…** 14 | 15 | ![image](https://user-images.githubusercontent.com/380914/76828453-33f02c00-67de-11ea-8a41-4cc7eef6e34e.png) 16 | 17 | 18 | ### Enhancements 19 | 20 | - Embeds are now supported for Google Docs, Slides, and Sheets 21 | 22 | ### Fixes 23 | 24 | - Fixed a link in the welcome documents to point to the public site. 25 | -------------------------------------------------------------------------------- /posts/v0.42.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 25223037 3 | title: v0.42.1 4 | date: 2020-04-06T05:50:24Z 5 | slug: v0.42.1 6 | tag: v0.42.1 7 | --- 8 | 9 | ### Fixes 10 | 11 | - Crash on share links introduced in previous release 12 | - Crash on editing documents with image/embed as first node 13 | -------------------------------------------------------------------------------- /posts/v0.42.2.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 25417617 3 | title: v0.42.2 4 | date: 2020-04-11T17:52:57Z 5 | slug: v0.42.2 6 | tag: v0.42.2 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - Buttons now stand out better in dark mode 12 | - If the editor fails to load because a deploy happened the app will now auto-recover 13 | 14 | ### Fixes 15 | 16 | - Fixed a regression in the styling of document titles in dark mode 17 | - Improved the usability of the image cropping tool in dark mode 18 | - Escape characters no longer incorrectly appear in the table of contents 19 | 20 | -------------------------------------------------------------------------------- /posts/v0.43.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 26835320 3 | title: v0.43.1 4 | date: 2020-05-24T05:24:04Z 5 | slug: v0.43.1 6 | tag: v0.43.1 7 | --- 8 | 9 | ### Fixes 10 | 11 | - Code blocks imported from other sources with unsupported languages no longer crash the editor 12 | - Overlay background when zooming into images now respects the theme 13 | -------------------------------------------------------------------------------- /posts/v0.44.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 27855481 3 | title: v0.44.0 4 | date: 2020-07-03T20:11:22Z 5 | slug: v0.44.0 6 | tag: v0.44.0 7 | --- 8 | 9 | ### New Features 10 | 11 | - The slash menu now has the option to create a link 12 | - You can now make collections easier to discover and pick out in the sidebar by setting an icon and color. 13 | 14 | ### Fixes 15 | 16 | - Various mistakes in API documentation have been addressed 17 | - Editor placeholder is now hidden when uploading an image 18 | - Document meta data, references, and editor UI are no longer visible when printing a document 19 | - Italics and blockquotes are now displayed correctly when printing in Google Chrome 20 | - Email signin users are now marked as active when they first accept an invite 21 | -------------------------------------------------------------------------------- /posts/v0.45.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 28661448 3 | title: v0.45.0 4 | date: 2020-07-18T18:53:30Z 5 | slug: v0.45.0 6 | tag: v0.45.0 7 | --- 8 | 9 | ### New Features 10 | 11 | - Hovering over internal links to other documents now shows detailed "preview cards" so you can get an idea of the document without clicking through. 12 | 13 | ![image](https://user-images.githubusercontent.com/380914/87752925-5149fc80-c7b6-11ea-9c71-04964a3375e1.png) 14 | 15 | 16 | ### Enhancements 17 | 18 | - A new, cleaner and faster login page 19 | - The team name is now shown in page titles 20 | - A new [documents.export endpoint](https://www.getoutline.com/developers#tag/Documents/paths/~1documents.export/post) was added to the API to quickly grab documents in Markdown format 21 | 22 | ### Fixes 23 | 24 | - Lucidchart embeds now work across the various Lucidchart subdomains 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /posts/v0.5.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 10383316 3 | title: v0.5.0 4 | date: 2018-04-04T04:24:04Z 5 | slug: v0.5.0 6 | tag: v0.5.0 7 | --- 8 | 9 | ### New Features 10 | 11 | This release adds the ability to post messages to specific Slack channels when a document is published or updated. We plan that this is the first integration of many to come! 12 | -------------------------------------------------------------------------------- /posts/v0.6.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 10973466 3 | title: v0.6.0 4 | date: 2018-05-13T02:04:28Z 5 | slug: v0.6.0 6 | tag: v0.6.0 7 | --- 8 | 9 | ### New Features 10 | 11 | - Added autosave while typing 12 | 13 | ### Fixes 14 | 15 | - Docs with _ and ~ in the title becoming unroutable 16 | -------------------------------------------------------------------------------- /posts/v0.6.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 11086357 3 | title: v0.6.1 4 | date: 2018-05-20T18:09:28Z 5 | slug: v0.6.1 6 | tag: v0.6.1 7 | --- 8 | 9 | ### Fixes 10 | 11 | - Unable to delete draft document when collection is previously deleted 12 | - Failure in documents API endpoint 13 | -------------------------------------------------------------------------------- /posts/v0.7.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 11191412 3 | title: v0.7.0 4 | date: 2018-05-27T03:13:25Z 5 | slug: v0.7.0 6 | tag: v0.7.0 7 | --- 8 | 9 | ### New Features 10 | 11 | - It's now possible to create a public share link to documents in your Outline 12 | - We added management in settings to revoke those links 13 | 14 | 15 | ### Enhancements 16 | 17 | - Tidied the styling in the settings area to bring the various screens inline. 18 | 19 | ### Fixes 20 | 21 | - An issue with code incorrectly escaping [Thread](https://spectrum.chat/outline?thread=4ee55f92-fc54-47c4-bfa1-8e6f7cf7440b) 22 | - Link toolbar doesn't close when clicking outside of the editor [#653](https://github.com/outline/outline/issues/653) 23 | - Autosave attempts and fails when starting a new document before anything is typed [#652](https://github.com/outline/outline/issues/652) 24 | -------------------------------------------------------------------------------- /posts/v0.9.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: 11320210 3 | title: v0.9.0 4 | date: 2018-06-06T03:45:02Z 5 | slug: v0.9.0 6 | tag: v0.9.0 7 | --- 8 | 9 | ### Enhancements 10 | 11 | - Added the option to duplicate any document from the overflow (...) menu. [#672](https://github.com/outline/outline/pull/672) 12 | - Outline now tracks signin and active times and ip addresses for security and analytics purposes. 13 | - Added toast messages when copying a link so you know that you know it's on your clipboard! 14 | 15 | ### Fixes 16 | 17 | - Fixed an error if you attempted to connect Slack to a collection and then decided to cancel the operation. We'll now show a friendly error message. [#665](https://github.com/outline/outline/issues/665) 18 | - Fixed a warning that was showing up when running Outline in development mode. [#667](https://github.com/outline/outline/issues/667) 19 | -------------------------------------------------------------------------------- /posts/windows-app.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Windows Desktop App 3 | date: 2023-02-19T00:00:00Z 4 | slug: windows-app 5 | --- 6 | 7 | ![Outline for Windows](/images/windows-app.png) 8 | 9 | The new desktop app is a Windows application that allows you to access your [Outline](https://www.getoutline.com/) cloud workspaces from your desktop launcher. It is a great way to quickly access documents in multiple windows without having to clutter up your browser tabs. 10 | 11 | Mac user? We already have an app for you – check out the [macOS app](/changelog/macos-desktop-app). 12 | 13 | [Download Now](https://desktop.getoutline.com/windows) 14 | -------------------------------------------------------------------------------- /public/.well-known/microsoft-identity-association.json: -------------------------------------------------------------------------------- 1 | { 2 | "associatedApplications": [ 3 | { 4 | "applicationId": "170452d0-62f1-4d00-868c-c4ee3f330e11" 5 | } 6 | ] 7 | } -------------------------------------------------------------------------------- /public/favicon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/favicon-32.png -------------------------------------------------------------------------------- /public/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/favicon.png -------------------------------------------------------------------------------- /public/fonts/HKGrotesk-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/fonts/HKGrotesk-Bold.eot -------------------------------------------------------------------------------- /public/fonts/HKGrotesk-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/fonts/HKGrotesk-Bold.woff -------------------------------------------------------------------------------- /public/fonts/HKGrotesk-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/fonts/HKGrotesk-Bold.woff2 -------------------------------------------------------------------------------- /public/fonts/HKGrotesk-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/fonts/HKGrotesk-Italic.woff -------------------------------------------------------------------------------- /public/fonts/HKGrotesk-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/fonts/HKGrotesk-Light.eot -------------------------------------------------------------------------------- /public/fonts/HKGrotesk-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/fonts/HKGrotesk-Light.woff2 -------------------------------------------------------------------------------- /public/fonts/HKGrotesk-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/fonts/HKGrotesk-Regular.eot -------------------------------------------------------------------------------- /public/fonts/HKGrotesk-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/fonts/HKGrotesk-Regular.woff -------------------------------------------------------------------------------- /public/fonts/HKGrotesk-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/fonts/HKGrotesk-Regular.woff2 -------------------------------------------------------------------------------- /public/fonts/HKGrotesk-SemiBold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/fonts/HKGrotesk-SemiBold.eot -------------------------------------------------------------------------------- /public/fonts/HKGrotesk-SemiBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/fonts/HKGrotesk-SemiBold.woff -------------------------------------------------------------------------------- /public/fonts/HKGrotesk-SemiBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/fonts/HKGrotesk-SemiBold.woff2 -------------------------------------------------------------------------------- /public/images/ai-answers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/ai-answers.png -------------------------------------------------------------------------------- /public/images/block-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/block-menu.png -------------------------------------------------------------------------------- /public/images/code-blocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/code-blocks.png -------------------------------------------------------------------------------- /public/images/code-line-numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/code-line-numbers.png -------------------------------------------------------------------------------- /public/images/collaborative-editing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/collaborative-editing.png -------------------------------------------------------------------------------- /public/images/collapsible-headings.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/collapsible-headings.gif -------------------------------------------------------------------------------- /public/images/command-bar-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/command-bar-settings.png -------------------------------------------------------------------------------- /public/images/command-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/command-bar.png -------------------------------------------------------------------------------- /public/images/comment-in-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/comment-in-code.png -------------------------------------------------------------------------------- /public/images/comment-resolving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/comment-resolving.png -------------------------------------------------------------------------------- /public/images/comments-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/comments-home.png -------------------------------------------------------------------------------- /public/images/comments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/comments.png -------------------------------------------------------------------------------- /public/images/create-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/create-template.png -------------------------------------------------------------------------------- /public/images/custom-domains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/custom-domains.png -------------------------------------------------------------------------------- /public/images/dark-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/dark-mode.png -------------------------------------------------------------------------------- /public/images/date-time-commands.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/date-time-commands.gif -------------------------------------------------------------------------------- /public/images/date-time-commands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/date-time-commands.png -------------------------------------------------------------------------------- /public/images/diff-view.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/diff-view.jpeg -------------------------------------------------------------------------------- /public/images/disable-collection-creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/disable-collection-creation.png -------------------------------------------------------------------------------- /public/images/document-history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/document-history.png -------------------------------------------------------------------------------- /public/images/document-mentions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/document-mentions.png -------------------------------------------------------------------------------- /public/images/document-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/document-permissions.png -------------------------------------------------------------------------------- /public/images/document-subscriptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/document-subscriptions.png -------------------------------------------------------------------------------- /public/images/drag-to-archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/drag-to-archive.png -------------------------------------------------------------------------------- /public/images/emoji-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/emoji-menu.png -------------------------------------------------------------------------------- /public/images/emoji-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/emoji-picker.png -------------------------------------------------------------------------------- /public/images/emoji-reactions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/emoji-reactions.png -------------------------------------------------------------------------------- /public/images/export-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/export-modal.png -------------------------------------------------------------------------------- /public/images/file-attachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/file-attachments.png -------------------------------------------------------------------------------- /public/images/find-and-replace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/find-and-replace.png -------------------------------------------------------------------------------- /public/images/fit-and-finish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/fit-and-finish.png -------------------------------------------------------------------------------- /public/images/friendly-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/friendly-url.png -------------------------------------------------------------------------------- /public/images/github-integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/github-integration.png -------------------------------------------------------------------------------- /public/images/github-linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/github-linear.png -------------------------------------------------------------------------------- /public/images/good-lookin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/good-lookin.png -------------------------------------------------------------------------------- /public/images/google-embed.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/google-embed.jpeg -------------------------------------------------------------------------------- /public/images/group-document-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/group-document-permissions.png -------------------------------------------------------------------------------- /public/images/guest-role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/guest-role.png -------------------------------------------------------------------------------- /public/images/highlighters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/highlighters.png -------------------------------------------------------------------------------- /public/images/icon-and-emojis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/icon-and-emojis.png -------------------------------------------------------------------------------- /public/images/icon-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/icon-desktop.png -------------------------------------------------------------------------------- /public/images/image-layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/image-layout.png -------------------------------------------------------------------------------- /public/images/integrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations.png -------------------------------------------------------------------------------- /public/images/integrations/abstract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/abstract.png -------------------------------------------------------------------------------- /public/images/integrations/airtable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/airtable.png -------------------------------------------------------------------------------- /public/images/integrations/alfred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/alfred.png -------------------------------------------------------------------------------- /public/images/integrations/berrycast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/berrycast.png -------------------------------------------------------------------------------- /public/images/integrations/codepen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/codepen.png -------------------------------------------------------------------------------- /public/images/integrations/descript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/descript.png -------------------------------------------------------------------------------- /public/images/integrations/diagrams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/diagrams.png -------------------------------------------------------------------------------- /public/images/integrations/figma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/figma.png -------------------------------------------------------------------------------- /public/images/integrations/framer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/framer.png -------------------------------------------------------------------------------- /public/images/integrations/github-gist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/github-gist.png -------------------------------------------------------------------------------- /public/images/integrations/gliffy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/gliffy.png -------------------------------------------------------------------------------- /public/images/integrations/google-docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/google-docs.png -------------------------------------------------------------------------------- /public/images/integrations/google-sheets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/google-sheets.png -------------------------------------------------------------------------------- /public/images/integrations/google-slides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/google-slides.png -------------------------------------------------------------------------------- /public/images/integrations/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/google.png -------------------------------------------------------------------------------- /public/images/integrations/invision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/invision.png -------------------------------------------------------------------------------- /public/images/integrations/loom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/loom.png -------------------------------------------------------------------------------- /public/images/integrations/lucidchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/lucidchart.png -------------------------------------------------------------------------------- /public/images/integrations/make.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/make.png -------------------------------------------------------------------------------- /public/images/integrations/marvel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/marvel.png -------------------------------------------------------------------------------- /public/images/integrations/microsoft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/microsoft.png -------------------------------------------------------------------------------- /public/images/integrations/mindmeister.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/mindmeister.png -------------------------------------------------------------------------------- /public/images/integrations/miro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/miro.png -------------------------------------------------------------------------------- /public/images/integrations/mode-analytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/mode-analytics.png -------------------------------------------------------------------------------- /public/images/integrations/pitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/pitch.png -------------------------------------------------------------------------------- /public/images/integrations/prezi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/prezi.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/abstract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/abstract.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/airtable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/airtable.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/alfred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/alfred.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/diagrams-net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/diagrams-net.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/figma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/figma.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/framer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/framer.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/google.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/integromat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/integromat.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/invision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/invision.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/lucidchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/lucidchart.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/marvel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/marvel.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/mindmeister.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/mindmeister.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/prezi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/prezi.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/realtime-board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/realtime-board.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/slack-channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/slack-channel.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/slack-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/slack-search.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/spotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/spotify.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/typeform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/typeform.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/youtube.png -------------------------------------------------------------------------------- /public/images/integrations/screenshots/zapier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/screenshots/zapier.png -------------------------------------------------------------------------------- /public/images/integrations/slack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/slack.png -------------------------------------------------------------------------------- /public/images/integrations/spotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/spotify.png -------------------------------------------------------------------------------- /public/images/integrations/trello.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/trello.png -------------------------------------------------------------------------------- /public/images/integrations/typeform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/typeform.png -------------------------------------------------------------------------------- /public/images/integrations/vimeo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/vimeo.png -------------------------------------------------------------------------------- /public/images/integrations/whimsical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/whimsical.png -------------------------------------------------------------------------------- /public/images/integrations/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/youtube.png -------------------------------------------------------------------------------- /public/images/integrations/zapier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/integrations/zapier.png -------------------------------------------------------------------------------- /public/images/json-export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/json-export.png -------------------------------------------------------------------------------- /public/images/link-previews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/link-previews.png -------------------------------------------------------------------------------- /public/images/macos-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/macos-desktop.png -------------------------------------------------------------------------------- /public/images/mermaid-diagram-source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/mermaid-diagram-source.png -------------------------------------------------------------------------------- /public/images/mermaid-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/mermaid-diagram.png -------------------------------------------------------------------------------- /public/images/microsoft-sso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/microsoft-sso.png -------------------------------------------------------------------------------- /public/images/multiplayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/multiplayer.png -------------------------------------------------------------------------------- /public/images/new-badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/new-badge.png -------------------------------------------------------------------------------- /public/images/new-collection-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/new-collection-icons.png -------------------------------------------------------------------------------- /public/images/new-embeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/new-embeds.png -------------------------------------------------------------------------------- /public/images/new-workspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/new-workspace.png -------------------------------------------------------------------------------- /public/images/notice-panels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/notice-panels.png -------------------------------------------------------------------------------- /public/images/pdf-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/pdf-download.png -------------------------------------------------------------------------------- /public/images/permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/permissions.png -------------------------------------------------------------------------------- /public/images/pin-to-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/pin-to-home.png -------------------------------------------------------------------------------- /public/images/public-sharing-improvements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/public-sharing-improvements.png -------------------------------------------------------------------------------- /public/images/publish-document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/publish-document.png -------------------------------------------------------------------------------- /public/images/pwa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/pwa.png -------------------------------------------------------------------------------- /public/images/rag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/rag.png -------------------------------------------------------------------------------- /public/images/reorder-collections.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/reorder-collections.jpg -------------------------------------------------------------------------------- /public/images/resizing-images.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/resizing-images.gif -------------------------------------------------------------------------------- /public/images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/screenshot.png -------------------------------------------------------------------------------- /public/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/search.png -------------------------------------------------------------------------------- /public/images/self-hosted-domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/self-hosted-domain.png -------------------------------------------------------------------------------- /public/images/shared-document-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/shared-document-search.png -------------------------------------------------------------------------------- /public/images/sidebar-collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/sidebar-collapse.png -------------------------------------------------------------------------------- /public/images/sidebar-reorder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/sidebar-reorder.gif -------------------------------------------------------------------------------- /public/images/slack-composer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/slack-composer.png -------------------------------------------------------------------------------- /public/images/slack-integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/slack-integration.png -------------------------------------------------------------------------------- /public/images/slack-outline-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/slack-outline-search.png -------------------------------------------------------------------------------- /public/images/star-collections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/star-collections.png -------------------------------------------------------------------------------- /public/images/table-improvements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/table-improvements.png -------------------------------------------------------------------------------- /public/images/task-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/task-list.png -------------------------------------------------------------------------------- /public/images/tasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/tasks.png -------------------------------------------------------------------------------- /public/images/team-domains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/team-domains.png -------------------------------------------------------------------------------- /public/images/theming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/theming.png -------------------------------------------------------------------------------- /public/images/tldraw-embed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/tldraw-embed.png -------------------------------------------------------------------------------- /public/images/tldraw-enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/tldraw-enable.png -------------------------------------------------------------------------------- /public/images/translations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/translations.png -------------------------------------------------------------------------------- /public/images/use-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/use-template.png -------------------------------------------------------------------------------- /public/images/video-embed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/video-embed.png -------------------------------------------------------------------------------- /public/images/viewer-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/viewer-permissions.png -------------------------------------------------------------------------------- /public/images/viewer-popover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/viewer-popover.png -------------------------------------------------------------------------------- /public/images/windows-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/images/windows-app.png -------------------------------------------------------------------------------- /public/videos/slash-menu.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/outline/website/a2be754bfec8c4bdb5b0baa216218346c8a3b1b6/public/videos/slash-menu.mp4 -------------------------------------------------------------------------------- /scripts/import-releases.js: -------------------------------------------------------------------------------- 1 | // This script was used to import old releases from outline/outline 2 | 3 | const { Octokit } = require("@octokit/rest"); 4 | const fs = require("fs"); 5 | const octokit = new Octokit(); 6 | 7 | (async () => { 8 | const { data } = await octokit.repos.listReleases({ 9 | owner: "outline", 10 | repo: "outline", 11 | per_page: 100, 12 | }); 13 | 14 | for (const release of data) { 15 | const post = `--- 16 | id: ${release.id} 17 | title: ${release.name} 18 | date: ${release.published_at} 19 | slug: ${release.tag_name} 20 | tag: ${release.tag_name} 21 | --- 22 | 23 | ${release.body} 24 | `; 25 | 26 | fs.writeFileSync(`../posts/${release.tag_name}.md`, post); 27 | } 28 | })(); 29 | -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "target": "es5", 4 | "lib": [ 5 | "dom", 6 | "dom.iterable", 7 | "esnext" 8 | ], 9 | "allowJs": true, 10 | "skipLibCheck": true, 11 | "strict": false, 12 | "forceConsistentCasingInFileNames": true, 13 | "noEmit": true, 14 | "esModuleInterop": true, 15 | "module": "esnext", 16 | "moduleResolution": "node", 17 | "resolveJsonModule": true, 18 | "isolatedModules": true, 19 | "baseUrl": ".", 20 | "jsx": "preserve", 21 | "incremental": true 22 | }, 23 | "exclude": [ 24 | "node_modules" 25 | ], 26 | "include": [ 27 | "next-env.d.ts", 28 | "**/*.ts", 29 | "**/*.tsx" 30 | ] 31 | } 32 | --------------------------------------------------------------------------------