Skip to content

Commit

Permalink
Removed doc/obsidian.txt reference and edited CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BeltranLeo committed Sep 28, 2024
1 parent bb69db3 commit a6f7309
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added `opts.follow_img_func` option for customizing how to handle image paths.
- Added better handling for undefined template fields, which will now be prompted for.
- You can now set `wiki_link_func` to `use_name_only` to generate wiki links in the format `[[Foo]]`, ensuring compatibility with the Obsidian desktop app.

### Changed

Expand Down
1 change: 0 additions & 1 deletion doc/obsidian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ carefully and customize it to your needs:
-- * "prepend_note_id", e.g. '[[foo-bar|Foo Bar]]'
-- * "prepend_note_path", e.g. '[[foo-bar.md|Foo Bar]]'
-- * "use_path_only", e.g. '[[foo-bar.md]]'
-- * "use_name_only", e.g. '[[foo-bar]]'
-- Or you can set it to a function that takes a table of options and returns a string, like this:
wiki_link_func = function(opts)
return require("obsidian.util").wiki_link_id_prefix(opts)
Expand Down

0 comments on commit a6f7309

Please sign in to comment.