Installa il plug-in SublimeHighlight su Sublime Text 3

1

Sto provando a copiare il mio codice da Sublime Text 3 nel mio documento Word in formato RTF con i colori in tatto usando questo plugin:

link

Le istruzioni dicono:

Sublime Text 3 users: a python3 branch is also available. Just git checkout python3 from the root of your package installation to use in in ST3. If you upgrade from a previous ST2 installation or encounter problems with the package, please proceed as detailed below:

  • Remove the package, if installed, using Package Control.
  • Add a repository: https://github.com/n1k0/SublimeHighlight/tree/python3
  • Install SublimeHighlight with Package Control. It should pull the correct branch from Github.
  • Restart Sublime Text 3

Bene ... io sono un noob quando si tratta di tutte le cose che sta descrivendo. Sono andato a /Applications/Sublime\ Text.app/MacOS e ho eseguito git checkout python3 , ma ho ottenuto fatal: Not a git repository (or any of the parent directories): .git . Penso di aver bisogno di installare git? O Python3? Non sono sicuro di preciso da dove iniziare o anche se questa roba vale la pena di googling, dato che non sono nemmeno sicuro se sto eseguendo il comando nella directory corretta o anche se il plugin è effettivamente compatibile con MacOS (anche se i loro screenshot di usare il plugin su Sublime Text 2 sono in MacOS sul GitHub ReadMe ...)

Apprezzerei molto alcune indicazioni

    
posta velkoon 28.09.2018 - 03:39
fonte

1 risposta

0

Ho trovato la risposta in un altro post: link

  1. Install Package Control inside sublime text 3. If you don't know how, follow this link here
  2. Open the Sublime Command Pallette by pressing CTRL+SHIFT+P on Windows and ⌘⇧P on Mac

  3. Type "Add Repository", and press enter or return

Then paste this link https://github.com/n1k0/SublimeHighlight/tree/python3 [and press enter]

  1. Press CTRL+SHIFT+P on Windows and ⌘⇧P on Mac again and type "Install package" and press enter or return

  2. Type "Sublime highlight" and press enter to install the plugin

  3. Restart your Sublime

    
risposta data 28.09.2018 - 03:56
fonte

Leggi altre domande sui tag