lidingpku / smwbp

Automatically exported from code.google.com/p/smwbp
0 stars 0 forks source link

add global tool bar #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Brief description of requested feature
we need global tool bar for automated-text injection like the wiki standard
ones.

How to test the feature?
* if we can add our text the same as "bold" icon on wiki

Is there any suggestions towards completing that feature?
* use mediawiki:common.js

Please provide any additional information below.

Original issue reported on code.google.com by liding...@gmail.com on 20 Jan 2009 at 1:52

GoogleCodeExporter commented 9 years ago
javascripts
 * [[member::MediaWiki:Common.js]]
 * [[member::MediaWiki:Common.js/edit.js]]

technology is ok, but still need more input on what icon is needed
 * ontology icons added
 * right now, the syntax for shortcut box is a good shot

Original comment by liding...@gmail.com on 23 Jan 2009 at 6:57

GoogleCodeExporter commented 9 years ago
{{o.class
  |name=
  |description= 
  |sub_of=
}}
remove 
  |plural=
  |member_of=smwbp vocabulary

Original comment by liding...@gmail.com on 23 Jan 2009 at 5:18

GoogleCodeExporter commented 9 years ago
{{o.property
  |name= 
  |description=
  |sub_of=
  |member_of=

  |inverse_of=
  |domain=
  |range=
}}

change
  |smwtype=String <!--or Text or URL or Page or Boolean or Date -->

implement 
 domain
 range

 {{o.thing
  |type=  <!-- e.g. Organization  -->
  |name=  
  |description=
  |image=
  |location=
  |homepage=
  |relation=
  |tag=
  |alias=
}}

add comments to each field

Original comment by liding...@gmail.com on 23 Jan 2009 at 5:23