Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/blog/excalidraw-and-fugu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ One could say Excalidraw for Electron was not deprecated because Electron is bad

When I say "the web has become good enough", it's because of features like the upcoming File Handling.

This is a regular macOS Big Sur installation. Now check out what happens when I right-click an Excalidraw file. I can choose to open it with Excalidraw, the installed PWA. Of course double-clicking would work, too, it's just less dramatic to demonstrate in a screencast.
This is a regular macOS Big Sur installation. Now check out what happens when I right-click an Excalidraw file. I can choose to open it with Excalidraw, the installed PWA. Of course, double-clicking would work, too, it's just less dramatic to demonstrate in a screencast.

<video autoplay loop muted playsinline src="Gz1w0Gey1XerN86sIF01.mp4"></video>

Expand Down
2 changes: 1 addition & 1 deletion content/blog/reflections-on-excalidraw/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ I've also made sure that some core values were being maintained. I want minimal

## Celebrate Success

Posting about all the good things that happen, be it a new cool feature, or interesting usage or thoughts in the topic will increase the size of that channel as those posts will attracts an audience.
Posting about all the good things that happen, be it a new cool feature, or interesting usage or thoughts in the topic will increase the size of that channel as those posts will attract an audience.

The other interesting thing that will happen is that you will provide an audience to a lot of the people that are contributing. As I mentioned earlier, they're unlikely going to have a big one of their own that cares about this topic.

Expand Down
2 changes: 1 addition & 1 deletion content/blog/tell-your-story-with-charts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ https://excalidraw.com/#json=6035723371151360,_YC8ms6v1fhghy3SCLYljQ
| Nov | 288 |
| Dec | 687 |

But it doesn't stop there. You can also copy the data from a plain text file as comma separated values (CSV). Open your favorite editor, type the values separated by comma or tab, copy/paste and you are ready to go. Here is another example from the data bellow the chart.
But it doesn't stop there. You can also copy the data from a plain text file as comma separated values (CSV). Open your favorite editor, type the values separated by comma or tab, copy/paste and you are ready to go. Here is another example from the data below the chart.

https://excalidraw.com/#json=4659903914311680,mBoVCGfah7dPzNI90_8JcA

Expand Down
8 changes: 4 additions & 4 deletions content/blog/webex-meetings-integration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Listening to your stories it's amazing what you use Excalidraw for in the wild,

## Excalidraw in Webex

Whether you're brainstoring with your team, conducting interviews, or host classroom sessions, Excalidraw for Webex gives you the ability to collaborate on drawings right where you make your call without the need to switch apps.
Whether you're brainstorming with your team, conducting interviews, or host classroom sessions, Excalidraw for Webex gives you the ability to collaborate on drawings right where you make your call without the need to switch apps.

<video src="./webex-blog-promo.mp4" autoplay playsinline loop muted style="width: 100%; height: auto;"></video>

## How to use

For now, to use a specific embedded app such as Excalidraw in your Webex meeting, you will first need to enable it for for your organization (as an administrator) — once that's done, you will be able to use Excalidraw in your meetings going forward.
For now, to use a specific embedded app such as Excalidraw in your Webex meeting, you will first need to enable it for your organization (as an administrator) — once that's done, you will be able to use Excalidraw in your meetings going forward.

When you open the Excalidraw app for the first time, you will see a blank canvas. You can draw something to prepare beforehand, or you can start collaborating right away by clicking the "Open together" button at the bottom of the screen. See these steps illustrated on our [Webex homepage](https://webex.excalidraw.com/#how-to-install).

Expand All @@ -34,10 +34,10 @@ Note that the collaboration room is active only for the duration of the meeting.

Some features you are used to from [excalidraw.com](https://excalidraw.com) such as exporting to [Excalidraw Plus](https://plus.excalidraw.com) or the recently added image support isn't yet available in Webex Meetings due to a few platform limitations that will be resolved over the coming weeks. For similar reasons, some features available on specific operating systems may not work on others (such as exporting to a file, which currently only works on Windows).

Also, collaborating between browsers and desktop clients doesn't work reliably yet as there's no official support for Emebedded Apps in browsers yet, so best stick to the desktop application.
Also, collaborating between browsers and desktop clients doesn't work reliably yet as there's no official support for Embedded Apps in browsers yet, so best stick to the desktop application.

As with Excalidraw itself, we will be improving the Webex integration as time goes on, but even now we are confident it can offer a great value when conducting your meetings. Have fun! ❤️

<div style="margin-bottom: 2em; text-align: center">
Visit <a href="https://webex.excalidraw.com/#how-to-install" target="_blank" rel="noopener noreferer">webex.excalidraw.com</a> for more.
Visit <a href="https://webex.excalidraw.com/#how-to-install" target="_blank" rel="noopener noreferrer">webex.excalidraw.com</a> for more.
</div>
2 changes: 1 addition & 1 deletion content/blog/year-three/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ And we're not forgetting [libraries](https://libraries.excalidraw.com). More on

## Package

Next year, we will taking the [Excalidraw package](https://www.npmjs.com/package/@excalidraw/excalidraw) to the next level, beginning with the upcoming npm release bringing the redesigned editor to your apps, and featuring an improved API to customize some parts of the editor UI. We'll use this as a test bed on whether this type of new API works well, and we'll be making changes to the rest of the editor to allow for much greater customization.
Next year, we will take the [Excalidraw package](https://www.npmjs.com/package/@excalidraw/excalidraw) to the next level, beginning with the upcoming npm release bringing the redesigned editor to your apps, and featuring an improved API to customize some parts of the editor UI. We'll use this as a test bed on whether this type of new API works well, and we'll be making changes to the rest of the editor to allow for much greater customization.

There are lots of places in need of much smoother experience, such as the images API, listening on changes, and programmatic API in general, so we'll be working on that, too.

Expand Down
4 changes: 2 additions & 2 deletions content/blog/year-two/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ At the onset of the year, Aakansha has added [a view mode](https://github.com/ex

https://twitter.com/excalidraw/status/1356350401944158211

[Riley Schnee](https://twitter.com/rileyschnee) [imlemented](https://github.com/excalidraw/excalidraw/pull/2520) for object flipping.
[Riley Schnee](https://twitter.com/rileyschnee) [implemented](https://github.com/excalidraw/excalidraw/pull/2520) for object flipping.

https://twitter.com/excalidraw/status/1375479950535458819

Creating new shapes should be easy and fun, but sometimes you need a bit more control. One example is the the line/arrow editor where you can modify or add new points (double-click on a line or select it and hit Enter). Recently, we've added support for [selecting multiple points at once](https://github.com/excalidraw/excalidraw/pull/4373), and more is yet to come.
Creating new shapes should be easy and fun, but sometimes you need a bit more control. One example is the line/arrow editor where you can modify or add new points (double-click on a line or select it and hit Enter). Recently, we've added support for [selecting multiple points at once](https://github.com/excalidraw/excalidraw/pull/4373), and more is yet to come.

https://twitter.com/dluzar/status/1470389942262054920

Expand Down
2 changes: 1 addition & 1 deletion src/components/Toggle.js
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this is an upstream file...

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2015 instructure-react
* Copied From Dan Abramov's bloghttps://raw.githubusercontent.com/gaearon/overreacted.io/f08afa0bbdf7612e855e7ac6aabf47f7f7ab8a04/src/components/Toggle.css
* Copied From Dan Abramov's blog https://raw.githubusercontent.com/gaearon/overreacted.io/f08afa0bbdf7612e855e7ac6aabf47f7f7ab8a04/src/components/Toggle.css
**/

import React, { PureComponent } from "react";
Expand Down
14 changes: 7 additions & 7 deletions src/utils/typography.js
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file doesn't appear to be an upstream file. Normally the spelling should be WordPress. The typography place suggests wordpress2016.

Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import Typography from "typography";
import Wordpress2016 from "typography-theme-wordpress-2016";
import WordPress2016 from "typography-theme-wordpress-2016";

Wordpress2016.headerFontFamily = "BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif".split(
WordPress2016.headerFontFamily = "BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif".split(
", ",
);
Wordpress2016.headerWeight = 700;
WordPress2016.headerWeight = 700;

Wordpress2016.overrideThemeStyles = () => {
WordPress2016.overrideThemeStyles = () => {
return {
":root": {
"--ui-font": Wordpress2016.headerFontFamily.join(","),
"--ui-font": WordPress2016.headerFontFamily.join(","),
},
h1: {
fontFamily: "var(--ui-font)",
Expand All @@ -25,9 +25,9 @@ Wordpress2016.overrideThemeStyles = () => {
};
};

delete Wordpress2016.googleFonts;
delete WordPress2016.googleFonts;

const typography = new Typography(Wordpress2016);
const typography = new Typography(WordPress2016);

// Hot reload typography in development.
if (process.env.NODE_ENV !== "production") {
Expand Down