code review 2b - reorg, version 1.1 + update readme

This commit is contained in:
idanlib 2025-08-03 01:17:53 +03:00
parent 198807bfbc
commit 789c1a830e
2 changed files with 12 additions and 2 deletions

View file

@ -23,6 +23,16 @@ Here are some examples of how you might set up FastForwardLink:
![demo](./plugin_demo.gif)
## Version Updates
### Version 1.1
Some improvements include:
- You can now temporarily by pass forwarding with a designated command!
- Source code refactored and better organized for future conributors.
- Better robust event and error handling and messaging.
## Features
- **Multiple Links, One Target**: Set multiple links to redirect to a single target note for quick navigation between related topics or abbreviations. Organize synonyms or alternate spellings for easier access.

View file

@ -50,8 +50,8 @@ export default class RedirectPlugin extends Plugin {
});
this.addCommand({
id: "bypass-redirect",
name: "Bypass redirect to target note",
id: "bypass-forwarding",
name: "Bypass forwarding to target note",
callback: () => {
this.isBypassRedirect = true;
new Notice("Bypassing redirects.");