Skip to content

Commit

Permalink
4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vslinko committed May 9, 2023
1 parent 69b5f13 commit ea8dcb3
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 12 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 4.7.0

### Drag-and-Drop

Drag-and-drop got a few updates and it's now enabled by default for all Obsidian Desktop users!

You can still disable this feature in the plugin's settings.

If you find a bug, please report the [issue](https://github.com/vslinko/obsidian-outliner/issues). Leave your other feedback [here](https://github.com/vslinko/obsidian-outliner/discussions).

<img src="https://raw.githubusercontent.com/vslinko/obsidian-outliner/main/demos/demo4.gif" style="max-width: 100%" />

## 4.5.0

### Drag-and-Drop (Experimental)
Expand All @@ -8,4 +20,4 @@ This feature is experimental and is disabled by default. To enable this feature,

If you find a bug, please report the [issue](https://github.com/vslinko/obsidian-outliner/issues). Leave your other feedback [here](https://github.com/vslinko/obsidian-outliner/discussions/190).

<img src="https://raw.githubusercontent.com/vslinko/obsidian-outliner/main/demo3.gif" style="max-width: 100%" />
<img src="https://raw.githubusercontent.com/vslinko/obsidian-outliner/main/demos/demo3.gif" style="max-width: 100%" />
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Compatible with [Obsidian Zoom plugin](https://github.com/vslinko/obsidian-zoom)

## Demo

![Demo](https://raw.githubusercontent.com/vslinko/obsidian-outliner/main/demo.gif)
![Demo](https://raw.githubusercontent.com/vslinko/obsidian-outliner/main/demos/demo1.gif)

## How to install

Expand Down Expand Up @@ -67,7 +67,7 @@ Move lists with children wherever you want without breaking the structure.

> **Disclaimer:** vertical indentation lines are only compatible with built-in Obsidian theme.
![Demo of vertical indentation lines](https://raw.githubusercontent.com/vslinko/obsidian-outliner/main/demo2.gif)
![Demo of vertical indentation lines](https://raw.githubusercontent.com/vslinko/obsidian-outliner/main/demos/demo2.gif)

| Setting | Default value |
|----------------------------------------|:----------------:|
Expand Down Expand Up @@ -111,13 +111,13 @@ Press the hotkey once to select the current list item. Press the hotkey twice to
|--------------------------------------|:-------------:|
| Enhance the Ctrl+A or Cmd+A behavior | `true` |

### Drag-and-Drop (Experimental)
### Drag-and-Drop

![Demo of Drag-and-Drop](https://raw.githubusercontent.com/vslinko/obsidian-outliner/main/demo3.gif)
![Demo of Drag-and-Drop](https://raw.githubusercontent.com/vslinko/obsidian-outliner/main/demos/demo4.gif)

| Setting | Default value |
|------------------------------|:-------------:|
| Drag-and-Drop (Experimental) | `false` |
| Setting | Default value |
|---------------|:-------------:|
| Drag-and-Drop | `true` |

### Debug mode

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added demos/demo4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-outliner",
"name": "Outliner",
"version": "4.6.7",
"version": "4.7.0",
"minAppVersion": "1.1.16",
"description": "Work with your lists like in Workflowy or RoamResearch.",
"author": "Viacheslav Slinko",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-outliner",
"version": "4.6.7",
"version": "4.7.0",
"description": "Work with your lists like in Workflowy or RoamResearch.",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"4.7.0": "1.1.16",
"4.6.7": "1.1.16",
"4.6.6": "1.1.16",
"4.6.5": "1.1.16",
Expand Down

0 comments on commit ea8dcb3

Please sign in to comment.