mirror of
https://github.com/idanlib/ObsidianFastForwardLinkPlugin.git
synced 2026-07-22 05:31:38 +00:00
code review 2b - reorg, version 1.1 + update readme
This commit is contained in:
parent
198807bfbc
commit
789c1a830e
2 changed files with 12 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -23,6 +23,16 @@ Here are some examples of how you might set up FastForwardLink:
|
|||
|
||||

|
||||
|
||||
## 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.
|
||||
|
|
|
|||
4
main.ts
4
main.ts
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Reference in a new issue