Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/highwoodfield/obsidian-virtual-symlink
Create a note that contains a link to the currently opened note
https://github.com/highwoodfield/obsidian-virtual-symlink
obsidian-md
Last synced: 4 days ago
JSON representation
Create a note that contains a link to the currently opened note
- Host: GitHub
- URL: https://github.com/highwoodfield/obsidian-virtual-symlink
- Owner: highwoodfield
- License: mit
- Created: 2024-09-11T10:13:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T23:45:06.000Z (4 months ago)
- Last Synced: 2024-11-05T00:41:55.858Z (about 2 months ago)
- Topics: obsidian-md
- Language: JavaScript
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Obsidian Virtual Symlink
This plugin is made for Obsidian.
By installing it, you can create a note that contains a link to the currently opened note.このプラグインはObsidianのためのプラグインです。
このプラグインを導入することで、開いているノートへのリンクが記載された新しいノートを作成することができます。![sample](./sample.gif)
## Motivation
I don't categorize notes using tags but rather folders. Therefore, I had to figure out how to categorize a note into multiple categories. I decided to create a note that contains a link to the currently opened note and place it in another folder. To automate this process, I developed this plugin.
私はノートを、タグでなくフォルダによって分類しています。
そのため、ある1つのノートを複数のフォルダに分類するためには工夫が必要です。
私は、そのノートへのリンクを記載したノートを手動で作成し、
元のノートの分類先とは別の分類先にそのノートを分類することにしました。
このプラグインは、この作業を自動化するために作成されました。