Um tiddler com quatro colunas, Todos os itens, pendencias, a fazer e Feito,
Usar uma checkbox para distribuir nas listas.
Em quarta-feira, 3 de agosto de 2016 01:18:16 UTC-3, Duarte Farrajota Ramos
escreveu:
>
> Português? Não é claro o que pretende fazer, pode clarificar?
>
> Portuguese? It's not very clear what you want to do, could you clarify?
>
> On Wednesday, 3 August 2016 03:40:46 UTC+1, Sergio Rolim wrote:
>>
>> I do not speak english, help me please.
>>
>> <html>
>> <head>
>> <meta charset="utf-8">
>> <meta http-equiv="X-UA-Compatible" content="IE=edge">
>> <title></title>
>> <link rel="stylesheet" href="">
>> </head>
>> <body>
>> <style>
>> .box1 {width:200px; height:30px;display:inline;
>> -moz-border-radius: 10px;
>> border-radius: 10px;
>> margin:0.1em 0.1em ;
>> padding:0.35em 3em;
>> background-color:#ececec;
>> float:left;}
>>
>> .box {width:1005px; height:100px;display:inline;
>> -moz-border-radius: 10px;
>> border-radius: 10px;
>> margin:0.1em 0.1em ;
>> padding:0.35em 3em;
>> background-color:#ececec;
>> float:left;}
>>
>>
>> #int{float:left;}
>> #divum {width:250px;height:500px;background-color:gray;padding: 0.35em
>> 3em;-moz-border-radius:10px;border-radius:10px;margin:0.1em 0.1em 0.3em
>> auto;float:left}
>> #divdois {width:250px;height:500px;background-color:gray;padding:0.35em
>> 3em;-moz-border-radius:10px;border-radius:10px;margin:0.1em 0.1em 0.3em
>> auto;float:left;}
>> #divtres {width:250px;height:500px;background-color:gray;padding:0.35em
>> 3em;-moz-border-radius:10px;border-radius:10px;margin:0.1em 0.1em 0.3em
>> auto;float:left;}
>> #divqua {width:250px;height:500px;background-color:gray;padding:0.35em
>> 3em;-moz-border-radius:10px;border-radius:10px;margin:0.1em o.1em 0.3em
>> auto;float:left;}
>> </style>
>>
>> <div id="int">
>> <div id="divum">
>> <div class="box1">All Itens</div>
>> ! Outstanding tasks
>>
>> <$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
>>
>> <$checkbox tag="done"> <$link to={{!!title}}><$view
>> field="title"/></$link></$checkbox>
>>
>> </$list>
>>
>>
>> </div>
>>
>> <div id="divdois">
>> <div class="box1">Pendencies</div>
>> </div>
>>
>> <div id="divtres">
>> <div class="box1">Doing</div>
>> ! Em curso
>>
>> <$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
>>
>> <$checkbox tag="Fazendo"> ~~<$link to={{!!title}}><$view
>> field="title"/></$link>~~</$checkbox>
>>
>> </$list>
>>
>>
>> </div>
>>
>> <div id="divqua">
>> <div class="box1">Done</div>
>> ! Completed tasks
>>
>> <$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
>>
>> <$checkbox tag="done"> ~~<$link to={{!!title}}><$view
>> field="title"/></$link>~~</$checkbox>
>>
>> </$list>
>>
>> </div>
>> </div>
>>
>> <div class="box">Footer</div>
>> </body>
>> </html>
>>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/9fb93b73-1cd1-4139-8b5f-4038c75c6f6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.