SublimeAxosoft
A Sublime Text 3 package for Axosoft (formerly OnTime).
Details
Installs
- Total 278
- Win 196
- Mac 48
- Linux 34
Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
SublimeAxosoft
A Sublime Text 3 package for Axosoft (formerly OnTime).
Features
- Set a default project
- Create a new item of any type in a project
- List all items assigned to you
- Search for items
- View/Edit an item directly from sublime text
- Delete an item
- Open an item in your browser
- Log time to any item
Installation
Package Control
This is the recommended installation method.
- Install Sublime Package Control if you have not already.
- From the Command Palette select
Package Control: Install Package
. - Search for
SublimeAxosoft
and select it when it comes up. - Restart Sublime Text for good measure.
- Continue to Configuration.
Git
- Open a terminal or cmd.
cd
to your Sublime Text 3Packages
directory.git clone git://github.com/ckaznocha/SublimeAxosoft.git
.- Restart Sublime Text if you had it open for good measure.
- Continue to Configuration.
Configuration
Before you can use this package you'll need to configure it to use your Axosoft instance.
- Figure out the URL you use to access Axosoft.
- From Sublime Text navigate to the
Preferences
menu and find your way toPackage Settings->SublimeAxosoft->Settings - User
. In the file that opens, add a property called
axosoft_domain
with the value set to the URL from step 1.- e.g. if your URL is
http://foo.axosoft.com
you would usefoo.axosoft.com
as the value. - Your file should look something like this:
{ "axosoft_domain" : "foo.axosoft.com" }
- e.g. if your URL is
Save the file.
You will now be able to authenticate and begin using the package.
Usage
Log In
Before you can do anything you will need to authenticate with your Axosoft instance.
- From the Command Palette select
Axosoft: Log In
. - A new browser window will open prompting you to log in and grant access to
SublimeAxosoft
- Once you grant access you will be forwarded to a page displaying your authentication code.
- Copy and paste the the authentication code into the
code
prompt at the bottom of your Sublime Text window and hit enter.
Log Out
You may wish to revoke access from Sublime Text to access your Axosoft instance.
- From the Command Palette select
Axosoft: Log Out
.
Set the current project
- From the Command Palette select
Axosoft: Set Project
. - You will be presented with a list of available projects, choose one.
- You'll get a confirmation that the project has been set.
Create a new item
- From the Command Palette select
Axosoft: Create Feature
. - Follow the prompts.
Interact with items
- From the Command Palette select
Axosoft: List All Features
orAxosoft: Search Features
. - Choose a feature to interact with.
Delete
- Choose
Delete
. - Confirm deletion.
Log Time
- Choose
Log Time
. - Follow the prompt.
Open in browser
- Choose
Open in Browser
.
Edit in Sublime Text
- Choose
View/Edit
. - Make some modifications in the new tab that opens.
- Close the tab.
- Confirm that you want to save your changes.
This project and its contributers are in no way affiliated with Axosoft. Axosoft is the trademark of Axosoft, LLC