https://github.com/joewalker/wikisync
WikiSync is a Google Docs Add-on which allows you to extract Markdown and simple HTML in order to store the content in a more permanent location.
https://github.com/joewalker/wikisync
Last synced: 10 months ago
JSON representation
WikiSync is a Google Docs Add-on which allows you to extract Markdown and simple HTML in order to store the content in a more permanent location.
- Host: GitHub
- URL: https://github.com/joewalker/wikisync
- Owner: joewalker
- License: apache-2.0
- Created: 2019-02-20T17:54:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T12:05:08.000Z (about 5 years ago)
- Last Synced: 2024-12-30T20:23:07.703Z (12 months ago)
- Language: TypeScript
- Homepage: https://wiki.mozilla.org/WikiSync
- Size: 311 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# WikiSync
WikiSync is a Google Docs Add-on which allows you to extract Markdown and simple HTML in order to store the content in a more permanent location.
Google Docs is great for collaboration and basic formatting, but a poor choice for long term storage because the URLs are opaque, the domain is Google's, and the presentation is designed for print (i.e. it's paginated and display isn't templated in any way).
WikiSync makes it easy to extract Markdown or simple HTML from a Google Document.
## Getting Started
Open a Google Doc from which to extract markup. From the "Add-ons" menu select "Get add-ons ...", then search for "WikiSync".
To run WikiSync, use the "Add-ons" menu, and select "Wiki Sync" and then "Sync Now". You can then select the type of markup (HTML / Markdown) and copy the text for a more permanent location.
## Links
* [Home Page](https://wiki.mozilla.org/WikiSync)
* [Source](https://github.com/joewalker/wikisync)
* License: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
* [Issues](https://github.com/joewalker/wikisync/issues)