Skip to content

RailForWork/discourse-reply-required

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discourse-reply-required

Required replies to see attachment in the first post for Discourse.

Installation

  • Add the plugin's repo url to your container's app.yml file
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/fantasticfears/discourse-reply-required.git
  • Rebuild the container
cd /var/docker
git pull
./launcher rebuild app

License

GPLv2. Copyright 2016, Yujiang Yang.

TODO

  1. jump to first visible reply required element

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 74.8%
  • Ruby 22.9%
  • CSS 2.3%