Skip to content
Tada, Tadashi edited this page Nov 10, 2017 · 7 revisions

概要

アンカー自動生成プラグイン

使い方

a(url, name)

<%=a "http://www.hoge.com/diary/", "Hoge Diary"%>

a(key, option_or_name = "", name = nil)

Use dictionary file. You need to create the dictionary file with a CGI.

<%=a "home"%>
<%=a "home", "20020329.html", "Here"%>

a("name|key:option")

Use dictionary file. You need to create the dictionaryfile with a CGI.

<%=a "key"%>
<%=a "key:20020329.html"%>
<%=a "key:20020329.html|Here"%>
<%=a "Hoge Diary|http://www.hoge.com/diary/"%>
<%=a "Hoge Diary|20020201.html#p01"%>  #=> Same as "my" plugin

Dictionary file

You can edit the dictionary file from "Preferences".

関連プラグイン

Clone this wiki locally