0.0.7 • Published 2 years ago

hexo-obsidian-link-plus v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

hexo-obsidian-link-plus

安裝

npm i hexo-obsidian-link-plus

使用方法

文章連結 (Outgoing links)

一般

[[markdown-file-name]]

加註顯示文字

[[markdown-file-name|Display Text]]

圖片連結

一般

![[image-file-name]]

加註顯示文字

![[image-file-name|Display Text]]

注意事項

使用時,建議Hexo設定將post_asset_folder: false改為post_asset_folder: true,比較方便連結圖片

設定

0.0.6 版 加入了設定檔功能

obsidian_link:
  alternate_prefix: img-
  title_prefix: title-

alternate_prefix 可以在圖片連結的alt屬性加入前綴字,可以幫忙解決無障礙網路服務檢測時,出現alt與src相同的錯誤。 title_prefix 可以在圖片連結的title屬性加入前綴字,可以幫忙解決無障礙網路服務檢測時,出現alt與src相同的錯誤。

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago