Skip to content
forked from niemeyer/discedit

Command line editor for Discourse

Notifications You must be signed in to change notification settings

evildmp/discedit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edit Discourse topics locally

The discedit tool allows you to edit Discourse topics in your favourite local text editor. It works by pulling a topic from Discourse, opening it in a local text editor and automatically pushing the edits.

Setting up

You will need to install Go and have a Discourse API key. The key should be personal (set to a single user) and the scope should be set to global (allows all actions). If you don't have the rights to handle keys, get in touch with the administrator of your Discourse installation.

1. Clone this repository and navigate into the directory:

git clone https://github.com/niemeyer/discedit.git
cd discedit

2. Compile the application:

go build

3. Run and follow the tool instructions to complete your setup.

./discedit <topic URL>

About

Command line editor for Discourse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%