AceCentre / pasco

Phrase Auditory Scanning COmmunicator - AAC App for iOS and the Web
https://app.pasco.chat
GNU General Public License v3.0
14 stars 6 forks source link

Add meta tag to allow linking to different parts of tree #247

Open willwade opened 3 years ago

willwade commented 3 years ago

Need a way of anchors - or referencing other parts of the tree easier..

EDIT

This should add a meta-tag that looks something like <meta data-jump-to="body-parts"> and maybe also a <meta data-jump-target-name="body-parts">.

take for example this..

   I need help
       I'm in pain
           Head
           Back
           Neck
           Bottom
           Legs

Categories
   Body Parts
           Head
           Back
           Neck
           Bottom
           Legs

It would be easier to have one sub-list that you can update than to update it in several places. Maybe syntax like this?

Quick chat
   I need help
       I'm in pain
           #body-parts

Categories
  Body Parts [#body-parts]
           Head
           Back
           Neck
           Bottom
           Legs
hosseinzoda commented 3 years ago

It is possible. It will be easier to do it with meta tags.