diff --git a/app/views/users/wakatime_setup_step_2.html.erb b/app/views/users/wakatime_setup_step_2.html.erb index 44bcd81..38ac606 100644 --- a/app/views/users/wakatime_setup_step_2.html.erb +++ b/app/views/users/wakatime_setup_step_2.html.erb @@ -22,89 +22,88 @@
Let's setup one for now, you can setup more later!
-Most popular code editor, loved by millions
-Terminal-based editor, for the cool kids
-Powerful extensible editor, for the power users
-Open source game engine for all
-Any WakaTime-supported editor, there are hundreds!
-Hackatime supports 70+ editors
+- Install the WakaTime extension from the marketplace. -
+ <% if params[:editor] == "vscode" %> ++ Install the WakaTime extension from the marketplace. +
-You'll know it works if you see a clock in your status bar:
+ You'll know it works if you see a clock in your status bar:
+
+ - Install the WakaTime plugin using your preferred plugin manager: -
+ <% elsif params[:editor] == "vim" %> ++ Install the WakaTime plugin using your preferred plugin manager: +
-Plug 'wakatime/vim-wakatime'
- Then run :PlugInstall
Plug 'wakatime/vim-wakatime'
+ Then run :PlugInstall
Plugin 'wakatime/vim-wakatime'
- Then run :PluginInstall
Plugin 'wakatime/vim-wakatime'
+ Then run :PluginInstall
cd ~/.vim/bundle
-git clone https://github.com/wakatime/vim-wakatime.git
+ cd ~/.vim/bundle
+ git clone https://github.com/wakatime/vim-wakatime.git
+ - Install the WakaTime package using your preferred method: -
+ <% elsif params[:editor] == "emacs" %> ++ Install the WakaTime package using your preferred method: +
-M-x package-install RET wakatime-mode RET
- Then add to your config: (global-wakatime-mode)
M-x package-install RET wakatime-mode RET
+ Then add to your config: (global-wakatime-mode)
(use-package wakatime-mode
- :ensure t
- :config
- (global-wakatime-mode))
+ (use-package wakatime-mode
+ :ensure t
+ :config
+ (global-wakatime-mode))
+ - Follow our comprehensive Godot & Hackatime Setup guide with video tutorial! -
+ <% elsif params[:editor] == "godot" %> ++ Follow our comprehensive Godot & Hackatime Setup guide with video tutorial! +
-- 📺 Watch the workshop recording for a complete walkthrough! +
+ 📺 Watch the workshop recording for a complete walkthrough! +
++ Note: You need to install the plugin for each Godot project separately (it's a Godot limitation). +
++ Hackatime works with any editor that supports WakaTime! This includes PyCharm, IntelliJ, Sublime Text, Atom, Neovim, Unity, Godot, and 77+ more editors.
- Note: You need to install the plugin for each Godot project separately (it's a Godot limitation). -
-- Hackatime works with any editor that supports WakaTime! This includes PyCharm, IntelliJ, Sublime Text, Atom, Neovim, Unity, Godot, and 77+ more editors. -
-⚠️ Important:
+When setting up WakaTime plugins, skip any steps that ask you to update ~/.wakatime.cfg or change the api_url. The setup script from Step 1 already configured this correctly!
⚠️ Important:
-When setting up WakaTime plugins, skip any steps that ask you to update ~/.wakatime.cfg or change the api_url. The setup script from Step 1 already configured this correctly!
-