We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HtmlHelp_Source を付ける
https://github.com/mcneel/compute.rhino3d/blob/master/src/hops/HopsComponent.cs#L65
The text was updated successfully, but these errors were encountered:
入れたリンクに飛ぶ機能ではなく、そのSourceにあるHTMLを使ってGH内で説明を表示する機能で、Docusaurus はreactなのでそのまま表示されなかった。 期待する機能ではなかったのでクローズ
Sorry, something went wrong.
例えば以下のように書けるようなので、リンクを張るだけでも効果があるかも
protected override string HtmlHelp_Source() { GH_HtmlFormatter ghHtmlFormatter = new GH_HtmlFormatter((IGH_InstanceDescription) this); ghHtmlFormatter.Title = "title"; ghHtmlFormatter.Description = "description"; ghHtmlFormatter.ContactURI = "aaa@mail.com"; ghHtmlFormatter.AddRemark("hoge"); ghHtmlFormatter.AddRemark("fuga"); return ghHtmlFormatter.HtmlFormat(); }
hrntsm
No branches or pull requests
HtmlHelp_Source を付ける
https://github.com/mcneel/compute.rhino3d/blob/master/src/hops/HopsComponent.cs#L65
The text was updated successfully, but these errors were encountered: