|
| 1 | +Bibstro is a sample bibliography app for [Google Docs][docs] built upon the |
| 2 | +[Google Apps Script][apps_script] platform. Bibstro shows how you can extend |
| 3 | +Google Docs by adding custom menus, dialogs, and sidebars. Manipulating the |
| 4 | +active document to add a live-updating list of sources according to the |
| 5 | +citation format selected by the user, Bibstro enhances Google Docs by adding a |
| 6 | +custom implementation of a feature not natively supported. |
| 7 | + |
| 8 | +To get acquainted with Bibstro, make a copy of [this document][sample_doc] and |
| 9 | +experiment with the custom bibliography features exposed via the “Bibstro” |
| 10 | +menu. You can also view and edit Bibstro’s source code via the “Tools > Script |
| 11 | +editor” menu item. |
| 12 | + |
| 13 | +![][screenshot] |
| 14 | + |
| 15 | +For an overview of the Google Docs integration we used to build Bibstro, please |
| 16 | +see our Google I/O 2013 talk “[Extend Google Docs with Apps Script][io_video]”. |
| 17 | +You may also wish to consult our [guide to extending Docs][quickstart], as well |
| 18 | +as Apps Script's [API reference][api_reference]. |
| 19 | + |
| 20 | +[api_reference]: https://developers.google.com/apps-script/reference/document/ |
| 21 | +[apps_script]: https://developers.google.com/apps-script/ |
| 22 | +[docs]: https://support.google.com/drive/answer/143206?ref_topic=21008&rd=1 |
| 23 | +[io_video]: https://www.youtube.com/watch?v=KIiCSdRCqXc |
| 24 | +[quickstart]: https://developers.google.com/apps-script/guides/docs |
| 25 | +[sample_doc]: https://docs.google.com/document/d/1akzFJ9_5pABrk4NFxLDZX7DymObYfIfGZ3CTZ2CgHSY/edit |
| 26 | +[screenshot]: https://googledrive.com/host/0B86sei6ZHtsdVF9iaFd5cTdiNVk/bibstro-readme-screenshot.png |
0 commit comments