Merge pull request #19 from IdanLib/fix-file-move-issue-4

add note to readme
This commit is contained in:
Idan Liberman 2024-11-08 23:27:52 +02:00 committed by GitHub
commit cd5bed577c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
Fast-forward from multiple links to a single target note.
![FastForwardLink](fastforwardlink.jpeg)
<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!
[![Buy Me a Coffee](https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExaG9iNnQwYzI4ajB5enBtMjd4czBzcDlveWJsdm1zYWdna21xZDNvMiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/7kZE0z52Sd9zSESzDA/giphy.gif)](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>