Fix of broken internal links in README.md
This commit is contained in:
parent
c3c8453561
commit
61958721cb
28
README.md
28
README.md
|
@ -39,8 +39,8 @@ sorting-spec: |
|
|||
---
|
||||
```
|
||||
|
||||
Click the ribbon button ( or  on phone) to tell the plugin to read the sorting specification and apply it.
|
||||
The sorting should be applied to the folder. On desktops and tablets the ribbon icon should turn ()
|
||||
Click the ribbon button ( or  on phone) to tell the plugin to read the sorting specification and apply it.
|
||||
The sorting should be applied to the folder. On desktops and tablets the ribbon icon should turn ()
|
||||
|
||||
!!! **Done!** !!!
|
||||
|
||||
|
@ -48,17 +48,17 @@ You should see the files and sub-folders in your folder sorted in reverse alphab
|
|||
|
||||
An illustrative image which shows the reverse alphabetical order applied to the root folder of some vault:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
### Remarks
|
||||
|
||||
> Remarks:
|
||||
> - your new `sortspec` note should [look like this](./docs/examples/basic/sortspec.md?plain=1) except for the syntax highlighting, which could differ
|
||||
> - your new `sortspec` note should [look like this](https://github.com/SebastianMC/obsidian-custom-sort/blob/master/docs/examples/basic/sortspec.md?plain=1) except for the syntax highlighting, which could differ
|
||||
> - you will notice that the folders and files are treated equally and thus intermixed
|
||||
> - the behavior depends on what files and subfolders you have in your folder
|
||||
> - changing the sorting order via the standard Obsidian UI button won't affect your folder, unless...
|
||||
> - ...unless you deactivate the custom sorting via clicking the ribbon button to make it ()
|
||||
> - ...unless you deactivate the custom sorting via clicking the ribbon button to make it ()
|
||||
> - for clarity: the underlying file of the note `sortspec` is obviously `sortspec.md`
|
||||
> - in case of troubles refer to the [TL;DR section of advanced README.md](./blob/master/docs/advanced-README.md#tldr-usage)
|
||||
> - feel free to experiment! The plugin works in a non-destructive fashion, and it doesn't modify the content of your vault.
|
||||
|
@ -145,17 +145,17 @@ Click the ribbon icon to toggle the plugin between enabled and suspended states.
|
|||
|
||||
States of the ribbon icon on large-screen devices (desktops, laptops and tablets like iPad):
|
||||
|
||||
-  Plugin suspended. Custom sorting NOT applied.
|
||||
-  Plugin active, custom sorting applied.
|
||||
-  Syntax error in custom sorting configuration.
|
||||
-  Plugin suspended. General error.
|
||||
-  Plugin enabled, but the custom sorting was not applied.
|
||||
-  (Only on large-screen mobile devices like iPad).
|
||||
-  Plugin suspended. Custom sorting NOT applied.
|
||||
-  Plugin active, custom sorting applied.
|
||||
-  Syntax error in custom sorting configuration.
|
||||
-  Plugin suspended. General error.
|
||||
-  Plugin enabled, but the custom sorting was not applied.
|
||||
-  (Only on large-screen mobile devices like iPad).
|
||||
Plugin enabled. but the custom sorting was not applied.
|
||||
|
||||
On small-screen mobile devices (phones) the icon is static:
|
||||
|
||||
-  The icon acts as a button to toggle between enabled and disabled. Its appearance doesn't change
|
||||
-  The icon acts as a button to toggle between enabled and disabled. Its appearance doesn't change
|
||||
|
||||
For more details on the icon states refer to [Ribbon icon section of the advanced-README.md](./blob/master/docs/advanced-README.md#ribbon-icon)
|
||||
|
||||
|
@ -164,7 +164,7 @@ For more details on the icon states refer to [Ribbon icon section of the advance
|
|||
- you might need to activate the custom sorting on your mobile separately, even if on a shared vault the custom sorting was activated on desktop
|
||||
- the Obsidian command palette being easily available (swipe down gesture on small-screen mobiles) allows for quick steering of the plugin via commands: sort-on and sort-off.
|
||||
This could be easier than navigating to and expanding the ribbon
|
||||
- the ribbon icon is static () and doesn't reflect the state of custom sorting.
|
||||
- the ribbon icon is static () and doesn't reflect the state of custom sorting.
|
||||
You can enable the _plugin state changes_ notifications in settings, for the mobile devices only
|
||||
|
||||
## Installing the plugin
|
||||
|
@ -186,7 +186,7 @@ in [obsidian-bartender](https://github.com/nothingislost/obsidian-bartender)
|
|||
|
||||
Do you want to have a nice-looking horizontal separators in File Explorer like this?
|
||||
|
||||

|
||||

|
||||
|
||||
If so, head on to [Instruction and more context](https://github.com/SebastianMC/obsidian-custom-sort/discussions/57#discussioncomment-4983763)
|
||||
by [@replete](https://github.com/replete)\
|
||||
|
|
Loading…
Reference in New Issue