Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwiesmueller/headings-in-wikilink-suggestions
Add global headings to wiki link suggestions in Obsidian
https://github.com/kwiesmueller/headings-in-wikilink-suggestions
obsidian-md obsidian-plugin
Last synced: 9 days ago
JSON representation
Add global headings to wiki link suggestions in Obsidian
- Host: GitHub
- URL: https://github.com/kwiesmueller/headings-in-wikilink-suggestions
- Owner: kwiesmueller
- License: mit
- Created: 2024-02-04T04:11:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-04T21:13:09.000Z (11 months ago)
- Last Synced: 2024-10-28T19:50:59.909Z (about 2 months ago)
- Topics: obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Headings in Suggestions
This plugin patches (**DANGER**) the built-in suggestion code called
when starting `[[` wiki links to add global headings to the suggestions by default.When starting a wiki link, suggestions from both `[[` and `[[##` modes are combined
into a single response list and sorted (by some still WIP rule).A new `[[//` file only suggestion mode is added and the prefix used can be modified in settings.