[BUG] Cannot make Outliner do anything after install
Closed this issue · 1 comments
Describe the bug
I followed the install directions, and then created a new Note, then entered a few lines of text
None of the Outliner commands seem to do anything.
I can indent text with the tab key, but it shows normal Markdown indentation, not Outliner indentation,
If I open the developer console, I see the following:
Loading obsidian-outliner
plugin:obsidian-local-rest-api:47287 REST API listening on https://127.0.0.1:27124/
plugin:obsidian-local-rest-api:47295 REST API listening on http://127.0.0.1:27123/
Which seems to indicate the plugin is loaded, and should be working, but commands have no effect.
(I use the Local Rest API for another plugin, but turning it off does not affect the issue.)
Closing and restarting Obsidian has no effect.
To Reproduce
Steps to reproduce the behavior:
Install Obsidian version 1.1.9, and Outliner plugin version 4.2.1.
- Go to 'File / New Note'
- Enter a few lines of text.
- Attempt to execute any Outliner commands, for example, Command-P, Outliner: Indent the lists and sublists
- They seem to have no effect whatsoever.
Expected behavior
Outliner commands should take effect, in particular the above command should indent the selected text.
Screenshots
A screenshot of my note, which shows Markdown indentation, not Outliner indentation
Desktop (please complete the following information):
- OS: [e.g. iOS] MacOS 12.3.1, Monterey
- Obsidian Version: [e.g. 22] 1.1.9
Additional context
I imagine I have not installed something correctly but cannot see what I might have done wrong. Thanks, excited to use this plugin!
OK, I am an idiot. You have to create a Bullet List before you can use the commands, it does not work on raw text. Closing this.