shoes / shoes3

a tiny graphical app kit for ruby
http://walkabout.mvmanila.com
Other
181 stars 19 forks source link

Dynamic content not rendered in Shoes Manual #325

Open IanTrudel opened 7 years ago

IanTrudel commented 7 years ago

SCENARIO:

(Same goes for sample as a keyword)

image

The proper rendering can be seen in Shoes Manual > Shoes > Colors.

ccoupe commented 7 years ago

Depends on the section/subsection of the search item chosen. Methods work fine. active-content

Perhaps it's markup dependent {colors} is a clue

IanTrudel commented 7 years ago

You are correct. This is handled in help.rb#wiki_tokens and help.rb#dewikify. For some reason it won't dewikify on search results.

Also, it's kinda interesting because we had a long conversation about being able to run code in Shoes eBook for exactly that kind of purpose. Shoes Manual already do it.