Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AlexW00/obsidian-note-linker
๐ Automatically link your Obsidian notes.
https://github.com/AlexW00/obsidian-note-linker
obsidian obsidian-md obsidian-notes obsidian-plugin obsidian-vault obsidianmd react regex regular-expression rule-based rust typescript wasm
Last synced: about 2 months ago
JSON representation
๐ Automatically link your Obsidian notes.
- Host: GitHub
- URL: https://github.com/AlexW00/obsidian-note-linker
- Owner: AlexW00
- License: mit
- Created: 2022-05-14T12:17:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T07:27:18.000Z (10 months ago)
- Last Synced: 2024-11-08T10:50:31.551Z (2 months ago)
- Topics: obsidian, obsidian-md, obsidian-notes, obsidian-plugin, obsidian-vault, obsidianmd, react, regex, regular-expression, rule-based, rust, typescript, wasm
- Language: TypeScript
- Homepage:
- Size: 279 KB
- Stars: 200
- Watchers: 6
- Forks: 10
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
- project-awesome - AlexW00/obsidian-note-linker - ๐ Automatically link your Obsidian notes. (TypeScript)
- jimsghstars - AlexW00/obsidian-note-linker - ๐ Automatically link your Obsidian notes. (TypeScript)
README
## ๐ Obsidian Note Linker
A plugin to automatically create new links between notes in Obsidian.
![ezgif com-gif-maker(4)](https://user-images.githubusercontent.com/55558407/187985324-c13860b0-42e0-41d8-9498-8df936948dfd.gif)
### ๐คจ How does it work?
The plugin checks each note in the vault for references to other note names (or their aliases).
If a reference is found, it gets added to a list. This list is then displayed to the user, who can select which notes to
link.#### Disclaimer:
The current version has only been tested by myself, and a few beta testers. No bugs are currently known. However, I advise you to backup your vault before applying any changes using this plugin, since the plugin has not been tested by enough people.
### โฌ๏ธ Installation
You can install this plugin by downloading it from the Obsidian Plugin store, or via [this direct link](https://obsidian.md/plugins?id=obisidian-note-linker).
### ๐จโ๐ป Development
The plugin is written in Rust (compiled to WebAssembly) and TypeScript.
For more information please, check the [dev docs](docs/dev-docs.md).### ๐ Credits
Created based on the Obsidian Rust Plugin template by [trashhalo](https://github.com/trashhalo/obsidian-rust-plugin).