Skip to content

Commit

Permalink
docs: add removed characters
Browse files Browse the repository at this point in the history
  • Loading branch information
decaf-dev committed Sep 14, 2024
1 parent 3ea1721 commit 206bdf7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,28 @@ If disabled, a timestamp will be used as the title e.g. `note-splitter-170259191
> [!NOTE]
> Disabled by default.
#### Removed characters

Depending on your operating system, Obsidian will not allow certain characters in a file name.

When `Use first line as title` is enabled, invalid characters in the first line will be removed.

| Character | Removed On |
| --------- | --------------------- |
| `*` | Windows |
| `"` | Windows |
| `` ` `` | Windows |
| `?` | Windows |
| `<` | Windows |
| `>` | Windows |
| `:` | Windows, macOS, Linux |
| `\` | Windows, macOS, Linux |
| `/` | Windows, macOS, Linux |
| `^` | Windows, macOS, Linux |
| `[` | Windows, macOS, Linux |
| `]` | Windows, macOS, Linux |
| `#` | Windows, macOS, Linux |

### Append to split content

This text will be appended to each section of split content.
Expand Down

0 comments on commit 206bdf7

Please sign in to comment.