Repo for the search and displace core module including the interface to select files and search and displace operations to run on them. https://searchanddisplace.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

469 B

Search and Displace Core

Install

Search and Displace Ingest integration

Add in .env the 'WEBHOOK_CLIENT_SECRET' value.

Facebook Duckling

  • $ apt-get install libpcre3-dev
  • $ cd ..
  • $ git clone https://github.com/facebook/duckling.git && cd duckling
  • $ curl -sSL https://get.haskellstack.org/ | sh
  • $ stack build && stack exec duckling-example-exe
  • $ stack test

Converting documents from MD to ODT

  • $ apt-get install pandoc