website/content/features/index.en.md
2019-12-25 14:51:10 +01:00

178 lines
6.3 KiB
Markdown

---
title: "Features"
date: 2018-10-13T21:59:47+02:00
draft: false
type: "features"
menu:
page:
title: "Features"
weight: 20
---
<section class="hero is-medium is-bold feature-hero">
<div class="hero-body">
<div class="container has-text-centered is-white">
<h1 class="title">
Think of Vikunja like the notebook you have with all your things to keep track of.
</h1>
<h2 class="subtitle">
But better.
</h2>
</div>
</div>
</section>
<div class="container is-white">
<div class="content">
<div class="columns feature">
<div class="column theimage">
<video autoplay loop>
<source src="tasks.webm" type='video/webm;codecs="vp8, vorbis"'/>
<img src="tasks-preview.png" alt=""/>
</video>
</div>
<div class="column">
<h2>Stay organized</h2>
<p>Organize your tasks in lists, organize lists in namespaces.</p>
<h2>Tasks</h2>
<p>Tasks are not only simple tasks. You can let Vikunja remind you of tasks when they're due.
Never miss an important deadline again!</p>
<p>Remember that thing you have to do every week but can't get the hang on?
You can set tasks to <i>repeat in a time interval</i>, letting Vikunja remind you of important weekly or monthly tasks.</p>
<p>Vikunja also lets you split a task in multiple subtasks for easy progress tracking and more satisfaction when crossing them off the list!</p>
</div>
</div>
<div class="columns feature">
<div class="column">
<h2>Collaboration</h2>
<p>
Ever wished you could just share that grocery list with your roomate instead of having to send dozens of texts on your way to the supermarket?
With Vikunja, you can. Simply share a list (or a namespace with all its lists) to another user.
Don't want your roommate to add new things to the grocery list and only do the shopping?
You can also share a list with <i>read-only</i> access!
</p>
<p>
Planning a bigger thing? You can use teams to share a list or namespace with multiple people at a time!
</p>
<p>Share links</p>
</div>
<div class="column theimage">
<img src="sharing-user.png" alt="Sharing with a user" style="margin-top:3em"/>
</div>
</div>
<div class="columns feature">
<div class="column theimage">
<img src="tasks.png" alt="Sharing with a user" style="margin-top:3em"/>
</div>
<div class="column">
<h3>Labels</h3>
<p>
Effortlessly mark tasks with a colorful label to find and group relevant tasks with a click!
</p>
<h3>Priorities</h3>
<p>Know that feeling when you have a dozen things to do but can't decide on what to work next? Vikunja lets you prioritize your tasks with a few
clicks, so you'll always know on what to work next.</p>
<h3>Delegation</h3>
<p>Assign tasks to team members so everyone knows what to do.</p>
</div>
</div>
<div class="columns">
<div class="column">
<h3>Attachments</h3>
<p>Attach files to tasks, so you can always have all related files for a task in one place!</p>
</div>
<div class="column">
<h3>Relations</h3>
<p>
Relate different tasks together - even if they're not on the same list!
A relation can be multiple things, for example a subtask or blocking task.
</p>
</div>
<div class="column">
<h3>Due dates</h3>
<p>
Remember these tasks with a deadline coming up?
Set a due date for a task and see all tasks with upcoming deadlines at once!
</p>
</div>
<div class="column">
<h3>CalDAV</h3>
<p>Vikunja comes with a calDAV-integration which lets you use the tools you already use and love.</p>
</div>
</div>
</div>
</div>
<section class="hero is-medium is-warning is-bold" style="margin:4em 0">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title">
Can't wait to see it in action?
</h1>
<a href="http://try.vikunja.io" class="button is-success is-large noshadow">Try it</a>
</div>
</div>
</section>
<div class="container is-default-color">
<div class="content">
<div class="columns">
<div class="column is-half">
<h2>Self-Hosted</h2>
<p>Use Vikunja on your own server or hosted*. Your data will always be yours, we won't sell your grocery list to Amazon. Don't trust us?
<a href="http://code.vikunja.io">Check for yourself</a>.</p>
<p>
Also, did we mention "the cloud"?
Vikunja syncs across all your devices, no matter if you created a task on the mobile app or on your laptop,
letting you continue where you left off.
<br/>
<small style="color:#636363">* Hosted instances of Vikunja will be available very soon!</small>
</p>
</div>
<div class="column is-half">
<h2>Open-Source</h2>
<p>Vikunja is completly open source and released under the <a href="http://code.vikunja.io/api/src/branch/master/LICENSE">GPLv3</a>.</p>
<p>You can contribute in multiple ways, even if you're not a developer! It already helps a lot when you use Vikunja and report
<a href="http://code.vikunja.io/api/issues">features you'd like or bugs you find</a>.</p>
<p>And if you are a developer and know your way around <a href="http://code.vikunja.io/api">Go</a> or
<a href="http://code.vikunja.io/frontend">Vue.js</a>, any help is appreceated.</p>
</div>
</div>
## Roadmap
But of course, there's more to come! Take a look at this list of things we've planned to add:
* Get all your tasks for an interval (day/month/period)
* More views for tasks
* Calendar view
* Gantt-Chart
* "Smart Lists" - Create lists based on filters
* IMAP-Integration - Send an email to Vikunja to create a new task
* Webhooks - Trigger other events when an action is done (like completing a task)
* Performace statistics - Get an overview and beautiful charts about what you got done this month
* Activity feeds - Get a quick overview about who did what
* Bulk-edit multiple tasks at once
* [Even more!](https://my.vikunja.cloud/share/QFyzYEmEYfSyQfTOmIRSwLUpkFjboaBqQCnaPmWd/auth)
</div>
</div>