$ cd $(REDMINE_HOME)
$ git clone https://github.com/donilan/redmine_hackpad.git plugins/redmine_hackpadyou can get those information from https://domain_name.hackpad.com/ep/account/settings/ .There are three way for config that information like below:
- Sign in as Admin.
- Goto plugin setting page, get into configuration page for this plugin.
- you will see there are three input box there.
- entry your API information.
- finish.
export HACKPAD_CLIENT_ID=id_from_hackpad_account_settings
export HACKPAD_SECRET=secret_from_hackpad_account_settings
export HACKPAD_SITE=https://domain_name.hackpad.comHACKPAD_CLIENT_ID=id_from_hackpad_account_settings HACKPAD_SECRET=secret_from_hackpad_account_settings HACKPAD_SITE=https://domain_name.hackpad.com RAILS_ENV=production rails startNote: Currently you don’t have to do ‘rake db:migrate_plugins’ because this plugin does not use DB.
- Wherever you can use Wiki notation, you can write macro like below: {{hackpad(hackpad_hash_key)}}
Note: A hackpad hash key is the 11 character identifier at the end of the pad URL.
- Support more formats like txt and markdown if we really need.
- Improve styles.