Skip to content

support Atom ide

Daniel Frost requested to merge Danfro/clickable-docker-images:atom_ide into master

This MR is a follow up on my MR at clickable repo. Here the docker file is amended to allow atom ide to be used with clickable.

What works:

  • installation of atom including atom-clickable-plugin
  • installation of clickable in container for atom plugin to use
  • installation of some common languages to be used by atom spell-check plugin

What can be improved in future:

  1. install other plugins for users to allow better coding
  2. autodetect the users language to install only this hunspell package
  3. find a way to preconfigure atom settings

Regarding 3.

Currently atom uses the init.coffee from my local installation. I am not sure what will happen if atom is not installed or if installation differs -> needs more testing. In theory atom allows customized init.coffee scripts to be used. But maybe some path or env values need to be set or changed to allow this.

Merge request reports