dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

Tag Waves using newWaveMenu extensions. #709

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I think the ability to add tags automatically through the use of the 
newWaveMenu extension would be a useful feature. Possible implementation 
below:

<extension
    name="example"
    description="Creates a new wave and tags it.">
  <menuHook location="newwavemenu" text="New tagged wave" 
      iconUrl="http://example.com/icon.png">
      <createNewWave>
        <tag text="example tag"/>
      </createNewWave>
  </menuHook>
</extension>

Original issue reported on code.google.com by nat.abbo...@gmail.com on 31 Mar 2010 at 7:42

GoogleCodeExporter commented 9 years ago
Yes, it'd be handy. Please use a robot in the meantime.

Original comment by pamela.fox on 31 Mar 2010 at 11:10