-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,16 @@ It integrates with your Instapaper account and allows you to: | |
2. Enable the installed "Instapaper" plugin (**Settings → Community plugins → Installed plugins**). | ||
3. Click the "Options" icon (or go to **Settings → Instapaper**) to connect your Instapaper account, start syncing highlights, and manage other options. | ||
|
||
## Tags | ||
|
||
[Obsidian's tag format](https://help.obsidian.md/Editing+and+formatting/Tags#Tag+format) is more restrictive than Instapaper's so we apply some normalization rules: | ||
|
||
- Obsidian tags cannot contain spaces. We replace runs of one or more spaces with a hyphen (`-`). | ||
- Obsidian tags must contain a least one non-numeric character. We append an underscore (`_`) to any entirely numeric Instapaper tag. | ||
|
||
## Feedback | ||
|
||
Please send general feedback to: [email protected] | ||
Please send general feedback to: <[email protected]> | ||
|
||
[Code contributions](CONTRIBUTING.md) for improvements are also welcome. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters