No description
Find a file
2024-09-13 13:38:43 +09:00
.github/workflows release: prepare for release, add github action 2024-08-09 17:45:26 +09:00
.vscode config: NODE_ENV 2024-07-17 17:03:22 +09:00
images docs: add image 2024-09-06 18:26:06 +09:00
obsidian_srcs add: disable suggestion in code block 2024-09-12 00:15:52 +09:00
srcs update: don't suggest self link 2024-09-10 16:28:12 +09:00
.editorconfig chore: configuration files 2024-06-20 13:06:11 +09:00
.eslintignore chore: configuration files 2024-06-20 13:06:11 +09:00
.eslintrc chore: configuration files 2024-06-20 13:06:11 +09:00
.gitignore chore: ignore testing files 2024-09-08 15:39:02 +09:00
.npmrc chore: configuration files 2024-06-20 13:06:11 +09:00
esbuild.config.mjs refactor: organize project structure to use TDD 2024-06-20 11:01:24 +09:00
jest.config.js chore: udpate deprecated global 2024-06-25 17:15:29 +09:00
LICENSE docs: add LICENSE & update README.md 2024-08-09 18:19:22 +09:00
manifest.json rel: version 1.0.7 2024-09-10 16:33:16 +09:00
package.json rel: version 1.0.7 2024-09-10 16:33:16 +09:00
README.md Update README.md 2024-09-13 13:38:43 +09:00
sync_obsidian.mjs add: sync-obsidian script 2024-06-20 10:46:27 +09:00
TODO.md docs: TODO - done Statistic 2024-07-24 10:16:22 +09:00
tsconfig.jest.json config: add node types in jest 2024-09-06 16:35:08 +09:00
tsconfig.json config: allow debugging through typescript 2024-06-29 19:59:03 +09:00
versions.json rel: version 1.0.7 2024-09-10 16:33:16 +09:00

Redirection

Recommend various-complements-plugin ! I didn't notice that there is a leading plugin with exactly same purpose :). This plugin might not be updated further. If you enjoyed the feature of this plugin, visit Various Complements plugin!

Warning

!!!TESTING!!!

Becareful for unexpected loss of data

Demo

Demo

Keyword Suggest

This plugin aims to give users better experience in linking their notes while writing note. Obsidian requires to write [[ to connect note to note, which is quite time-consuming and distracting when writing.

This plugin allows users to define paths, and tags to be tracked so that users can get suggestions of tracked notes.

User Setting

Traked Notes

For convinence and funtionality, this plugin tracks only user defined set of keywords. Keywords can be the name of note or aliases.

Priority

This plugin tracks user's selection of each note to suggest frequently connected notes on top.

Folder

Users can configure folders under which all files under are tracked.

Tags

Users can configure tags with which notes are tracked.

Bugs and Suggestions

For Suggestions and bug report, mail to khs1903b@gmail.com please.

Thanks for your use!

한국어 설명 (Korean Instruction for my friends!)

  1. 커뮤니티 플러그인 중 Suggest Notes를 활성화 해주세요!
  2. Suggest Notes를 활성화하면 기어 모양의 설정 아이콘이 보입니다. 클릭해주세요!
  3. 이런 설정창이 나오면 빠르게 연결할 노트의 경로나 tag를 설정해주시면 됩니다!

User Setting

  • 예를 들어 여러분이 Study 폴더의 Summary 폴더아래에 있는 모든 노트를 빠르게 연결하고 싶으시다면 Path of directories에 Study/Summary를 입력해주시면 됩니다. 여러 폴더를 설정하고 싶으시면 ;로 구분하셔서 작성하시면 됩니다.

  • 혹은 노트의 tag로도 설정할 수 있습니다.

Tag Setting

위 경로에 포함되지 않더라도 직접 정한 (여기서는 link-note) 테그를 노트에 추가하면 빠른 연결을 사용할 수 있습니다.