mirror of
https://github.com/idanlib/ObsidianFastForwardLinkPlugin.git
synced 2026-07-22 11:30:28 +00:00
Merge pull request #19 from IdanLib/fix-file-move-issue-4
add note to readme
This commit is contained in:
commit
cd5bed577c
1 changed files with 20 additions and 6 deletions
26
README.md
26
README.md
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Fast-forward from multiple links to a single target note.
|
||||
|
||||

|
||||
<img src="fastforwardlink.jpeg" alt="Girl in a jacket" width="400">
|
||||
|
||||
## Introduction
|
||||
|
||||
|
|
@ -47,10 +47,16 @@ Here are some examples of how you might set up FastForwardLink:
|
|||
|
||||
### Installing FastForwardLink
|
||||
|
||||
To install FastForwardLink:
|
||||
To manually install FastForwardLink:
|
||||
|
||||
1. Download the FastForwardLink plugin file and place it in your vault's plugins folder at `{VaultFolder}/.obsidian/plugins/{your-plugin-name}/`.
|
||||
2. In Obsidian, go to **Settings** > **Community Plugins** and enable **FastForwardLink**.
|
||||
1. [Download the following plugin files](https://github.com/IdanLib/ObsidianFastForwardLinkPlugin):
|
||||
|
||||
- `data.json`
|
||||
- `main.js`
|
||||
- `manifest.json`
|
||||
|
||||
2. Copy these file to your vault's plugins folder at `{VaultFolder}/.obsidian/plugins/FastForwardLink`.
|
||||
3. In Obsidian, go to **Settings** > **Community Plugins** and enable **FastForwardLink**.
|
||||
|
||||
The plugin is now ready for use.
|
||||
|
||||
|
|
@ -73,10 +79,18 @@ Press `Ctrl + Alt + R` (PC) or `Cmd + Opt + R` (macOS) to wrap selected text in
|
|||
|
||||
Found a bug? Well, we can't have those!
|
||||
|
||||
Please open an issue in the [plugin's GitHub repository](ADDLINK) or [contact the developer](mailto:idanlib@gmail.com) directly.
|
||||
Please open an issue in the [plugin's GitHub repository](https://github.com/IdanLib/ObsidianFastForwardLinkPlugin) or [contact the developer](mailto:idanlib@gmail.com) directly.
|
||||
|
||||
### Known Bugs
|
||||
|
||||
- When "Open the target note in a new tab" is enabled and the fast-forwarding note has not yet been moved to the `_forwards_` folder, some additional tabs are opened. This is likely due to internal timing issues in the Obsidian-OS interaction.
|
||||
|
||||
When the fast-forwarding note is in the `_forwards` folder, plugin behavior is as expected.
|
||||
|
||||
## Supporting this plugin
|
||||
|
||||
If you enjoy using FastForwardLink, consider supporting its development by [buying me a coffee](https://www.buymeacoffee.com/idanlib) or a cheesy slice!
|
||||
|
||||
[](https://www.buymeacoffee.com/idanlib)
|
||||
<div style="text-align: center;">
|
||||
<a href="https://www.buymeacoffee.com/idanlib" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue