Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcain committed Dec 20, 2022
1 parent a064e1f commit 3314f35
Showing 1 changed file with 52 additions and 16 deletions.
68 changes: 52 additions & 16 deletions Release notes/v1.1.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,52 @@
<small>Released December 5, 2022</small>
<small>Released December 20, 2022</small>

## New shiny things
This update unlocks even more flexibility into how you work in Obsidian. Some of the highlights include:
- [Canvas plugin](#canvas) — A brand new core plugin for Obsidian. Arrange your notes in an infinite canvas.
- [Customizable ribbon](#customizable-ribbon) — Control what items appear in your ribbon and the order they appear in.
- [Some quality of life improvements for plugin developers](#developer-improvements) — A new metadata API, a way to configure a donation URL, and a changelog for the Obsidian API.

- Introducing the **Canvas** core plugin. You can now lay your notes out in an infinite, spatial canvas.
Make sure to take a look at the [FAQ section](#faq) which should address some common points of confusion as you adapt to the new Obsidian.


## Canvas

Canvas is a new core plugin for Obsidian. It allows you to lay out your notes on an infinite, spatial canvas.

<img alt="canvas-promo" src="https://user-images.githubusercontent.com/693981/205718501-d9fe405b-6684-41c8-a3b3-eb5da73777d2.png">

## Improved
Use Canvas to brainstorm, synthesizing your notes, or as your new Obsidian workstation.

To get started using Canvas, press the "Create new canvas" button on the left-side ribbon.

## Customizable Ribbon

Ribbon items can now be rearranged (drag & drop) or hidden (right click on the ribbon for options). Configuration is also available in Settings (`Appearance › Ribbon menu`).

![ribbon-drag-and-drop](https://user-images.githubusercontent.com/693981/208676459-7a94bbc3-a16d-4d19-8d71-64e901ed3607.png)

**Note:** if you are using an existing plugin to manage the ribbon, this might interfere.

## Developer Improvements

### Developer Changelog

- Ribbon items can now be rearranged (drag & drop) or hidden (right click on the ribbon for options). Configuration is also available in Settings (`Appearance › Ribbon menu`). Note: if you are using an existing plugin to manage the ribbon, this might interfere.
- Plugins can now be sorted by "Recently updated."
- Added theme version information to the debug modal.
- Added "Close window" command (`Ctrl/Command + Shift + W`).
- Pressing `Shift + Enter` in the editor Find Dialog will find the previous instance.
We have added a [Developer Changelog](https://github.com/obsidianmd/obsidian-api/blob/master/CHANGELOG.md) to our API repo. Moving forward, we will keep developer-facing changes catalogued here.

## No longer broken
### Metadata API

We've added a new metadata API for easily adding and updating frontmatter. For more basic usage information, check out [the guide in the changelog](https://github.com/obsidianmd/obsidian-api/blob/master/CHANGELOG.md#v110-2022-12-05--insider-build).

### In-App Improvements

The community plugins list can now be sorted by "recently updated." This should improve plugin discovery for more actively developed plugins as well as help users identify which plugins are still actively maintained.

![sort-recently-released](https://user-images.githubusercontent.com/693981/208675825-87fb6a93-c502-42e8-bffa-c3152b4aac7f.png)

For theme developers, we've also added theme information to the debug modal. When users submit theme related issues, now you can ask them to send the debug modal information to accelerate the information-gathering phase.

Finally, you can choose to include a `fundingUrl` in your plugin manifest. Users will be shown a link in-app to donate to you. You can put your Buy Me A Coffee links or Ko-fi here.

## Additional Improvements

- Linux: fixed middle-click to paste.
- 'Split' commands will now focus the newly created tab group.
Expand All @@ -27,12 +59,16 @@
- macOS: fixed issue with spell check replacing the wrong word on the same line.
- Improved styling of text when the accent color is lighter than a certain threshold.
- Fixed "Fold more" and "Fold less" commands not working properly on list items.
- The File explorer will no longer capture arrow key events when modifier keys are used. This was breaking hotkeys such as `Ctrl + Shift + →`.
- The File Explorer will no longer capture arrow key events when modifier keys are used. This was breaking hotkeys such as `Ctrl + Shift + →`.
- Fixed issue with folds in Reading mode getting unfolded when creating a new tab.
- The frontmatter YAML will now always be hidden in reading mode. The "Show frontmatter" toggle now toggles the metadata section.

## FAQ

**Q.** Is Canvas going to be available on mobile?

> Yes! _Eventually._ The mobile version is still in development and won't be available until the new year. Canvas is one of our most ambitious undertakings to date, so it will take some time to properly adapt it to the mobile experience. We appreciate your patience.
## Developers
**Q.** Why don't Canvas files show up in Search or Backlinks?

- We have added a [Developer CHANGELOG](https://github.com/obsidianmd/obsidian-api/blob/master/CHANGELOG.md) to our API repo. Moving forward, we will keep developer-facing changes catalogued here.
- Added new metadata APIs
- Added macOS calendar entitlements
- Added support for `fundingUrl` in the plugin manifest. The donation URL will be shown in the plugin gallery entry.
> These features are both planned and will be introduced in a later release.

0 comments on commit 3314f35

Please sign in to comment.