% has_contexts = !current_user.contexts.empty? -%>
Tracks kann mit verschiedenen Werkzeugen zusammenarbeiten... was immer Sie brauchen, um Ihre Aufgaben zu erledigen! Auf dieser Seite finden Sie Informationen, um einige dieser Werkzeuge einzurichten. Diese Beispiele sind nicht unbedingt auf Ihre Umgebung anwendbar oder bedürfen mehr technisches Wissen als andere. Weitere Informationen finden Sie in der <%= link_to "Entwickler Documentation der Tracks' REST API", url_for(:action => 'rest_api') %> (englisch).
Inhalt:
Sie haben weitere Beispiele? Berichten Sie uns in unserem Tipps&Tricks Forum, damit wir es für die nächsten Versionen berücksichtigen können.
Dieses Beispiel-Script zeigt einen Dialog, welcher nach einer Beschreibung fragt und die Aufgabe in einem festen Kontext anlegt.
<% if has_contexts -%>Sie haben noch keinen Kontext angelegt. Dieses Script ist automatisch verfügbar, sobald Sie Ihren ersten Kontext angelegt haben.
<% end %>This script takes the sender and subject of the selected email(s) in Mail and creates a new action for each one, with the description, "Email [sender] about [subject]". The description gets truncated to 100 characters (the validation limit for the field) if it is longer than that. It also has Growl notifications if you have Growl installed.
<% if has_contexts -%>You do not have any context yet. The script will be available after you add your first context
<% end %>This integration will allow you to add actions to Tracks via Quicksilver.
<% if has_contexts -%>You do not have any context yet. The script will be available after you add your first context
<% end %>If you enter the following entry to your crontab, you will receive email every day around 5 AM with a list of the upcoming actions which are due within the next 7 days.
You can of course use other text <%= link_to 'feeds provided by Tracks', feeds_path %> -- why not email a list of next actions in a particular project to a group of colleagues who are working on the project?
If Tracks is running on the same server as your mail server, you can use the integrated mail handler built into tracks. Steps to set it up:
/PATH/TO/RUBY/ruby /PATH/TO/TRACKS/script/runner -e production 'MessageGateway.receive(STDIN.read)'
You can also use the Rich Todo API to send in tasks like "do laundry @ Home" or "Call Bill > project X". The subject of the message will fill description, context, and project, while the body will populate the tasks's note.
You can now manage your projects/actions inside Gmail using Tracks Gmail Gadget. Add Tracks Gmail gadget to the sidebar of Gmail and track your next actions or add new action without explicitly open new browser tab for Tracks. Steps to set it up:
<%= integrations_url + "/google_gadget" %>