Local pictures should just be dropped into the post folder. In this case: `.examples/picture_test`. The same goes for any other local content.
## Embedds
Basically all HTML Tags are simply passed through to index.html just like <em>this emphasized text</em>. To make a **bold** point, in a markdown document you can simply emphasize *like this*.
---
#### Youtube Embedded Video
This is an iframe pointing to youtube and thus breaking the no-js paradigm of this example web site.
...
...
@@ -48,6 +60,8 @@ This is an iframe pointing to youtube and thus breaking the no-js paradigm of th
Just look into `./examples/picture_test/index.md` to get the picture, e.g. [here](https://git.c3pb.de/ak/pykyll/-/blob/master/examples/picture_test/index.md).
---
As Pykyll comes as a no-JS website, i.e. without any client side scripting, using the HTML5 Video Tag seems the better option for a low traffic web site.
### HTML5 Video
...
...
@@ -56,6 +70,8 @@ This is a html `video` tag pointing to a file.
Local pictures should just be dropped into the post folder. In this case: `.examples/picture_test`. The same goes for any other local content.
## Embedds
Basically all HTML Tags are simply passed through to index.html just like <em>this emphasized text</em>. To make a **bold** point, in a markdown document you can simply emphasize *like this*.
---
#### Youtube Embedded Video
This is an iframe pointing to youtube and thus breaking the no-js paradigm of this example web site.
Just look into `./examples/picture_test/index.md` to get the picture, e.g. [here](https://git.c3pb.de/ak/pykyll/-/blob/master/examples/picture_test/index.md).
<<<<<<< HEAD
As Pykyll comes as a no-JS website, i.e. without any client side scripting, using the HTML5 Video Tag seems the better option for a low traffic web site.
As Pykyll comes as a no-JS website, i.e. without any client side scripting, using the HTML5 Video Tag seems the better option for a low traffic web site.
Local pictures should just be dropped into the post folder. In this case: `.examples/picture_test`. The same goes for any other local content.
## Embedds
Basically all HTML Tags are simply passed through to index.html just like <em>this emphasized text</em>. To make a **bold** point, in a markdown document you can simply emphasize *like this*.
---
#### Youtube Embedded Video
This is an iframe pointing to youtube and thus breaking the no-js paradigm of this example web site.
...
...
@@ -43,6 +55,8 @@ This is an iframe pointing to youtube and thus breaking the no-js paradigm of th
Just look into `./examples/picture_test/index.md` to get the picture, e.g. [here](https://git.c3pb.de/ak/pykyll/-/blob/master/examples/picture_test/index.md).
---
As Pykyll comes as a no-JS website, i.e. without any client side scripting, using the HTML5 Video Tag seems the better option for a low traffic web site.
### HTML5 Video
...
...
@@ -51,6 +65,8 @@ This is a html `video` tag pointing to a file.
Local pictures should just be dropped into the post folder. In this case: `.examples/picture_test`. The same goes for any other local content.
## Embedds
Basically all HTML Tags are simply passed through to index.html just like <em>this emphasized text</em>. To make a **bold** point, in a markdown document you can simply emphasize *like this*.
---
#### Youtube Embedded Video
This is an iframe pointing to youtube and thus breaking the no-js paradigm of this example web site.
Just look into `./examples/picture_test/index.md` to get the picture, e.g. [here](https://git.c3pb.de/ak/pykyll/-/blob/master/examples/picture_test/index.md).
<<<<<<< HEAD
As Pykyll comes as a no-JS website, i.e. without any client side scripting, using the HTML5 Video Tag seems the better option for a low traffic web site.
As Pykyll comes as a no-JS website, i.e. without any client side scripting, using the HTML5 Video Tag seems the better option for a low traffic web site.
with taskwarrior on the command line is supported by Pykyll.
## Enable TaskWarrior Integration
### Enable TaskWarrior Integration
Set `taskwarrior` in `.config.yml` to `true`. In Pykyll, just hit [e] and then select Change Configuration.
## Context is King
---
### Context is King
All tasks created from Pykyll are tagged with a `taskwarrior_context` which enables us to view them in this context. `taskwarrior_context` can be set in Pykylly configuration. We also set it up once in taskwarrior:
...
...
@@ -26,6 +28,8 @@ All tasks created from Pykyll are tagged with a `taskwarrior_context` which ena
In this example, `taskwarrior_context` is the name of the context in taskwarrior and `+taskwarrior_context` is the tag the value of `taskwarrior_context` prepended by a `+` sign.
---
Thats it. Now Pykyll can drop a task for the text you are working on into taskwarrior and display all pykyll related tasks. Pykyll shorthand: [i][t] YOUR_POST
Use `taskwarrior context taskwarrior_context` to work on this project undistracted by your other tasks. `taskwarrior context none` resets the context.
description:Integrating to the project management stack
edit:2021-Mar-12 21:50
edit:2021-Mar-16 23:57
html:true
subtitle:How-to for Pykyll
title:Taskwarrior Integration
type:post
type:slides
---
# Proper Project Managment
## Proper Project Managment
with taskwarrior on the command line is supported by Pykyll.
## Enable TaskWarrior Integration
### Enable TaskWarrior Integration
Set `taskwarrior` in `.config.yml` to `true`. In Pykyll, just hit [e] and then select Change Configuration.
## Context is King
---
### Context is King
All tasks created from Pykyll are tagged with a `taskwarrior_context` which enables us to view them in this context. `taskwarrior_context` can be set in Pykylly configuration. We also set it up once in taskwarrior:
...
...
@@ -27,6 +29,8 @@ All tasks created from Pykyll are tagged with a `taskwarrior_context` which ena
In this example, `taskwarrior_context` is the name of the context in taskwarrior and `+taskwarrior_context` is the tag the value of `taskwarrior_context` prepended by a `+` sign.
---
Thats it. Now Pykyll can drop a task for the text you are working on into taskwarrior and display all pykyll related tasks. Pykyll shorthand: [i][t] YOUR_POST
Use `taskwarrior context taskwarrior_context` to work on this project undistracted by your other tasks. `taskwarrior context none` resets the context.