Help

169 views
Skip to first unread message

Sergio Rolim

unread,
Aug 2, 2016, 10:40:46 PM8/2/16
to TiddlyWiki
 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>
todo.html

c pa

unread,
Aug 2, 2016, 11:05:05 PM8/2/16
to TiddlyWiki
You have attached an html file that shows the control panel
The control panel page shows the list of tiddlers to display when the tiddlywiki is started
You have asked for help
If you write a list of tiddler names in this box (as shown below) and then save, then the next time you start the tiddlywiki those tiddlers will be displayed

GettingStarted
[[New Tiddler]]
[[My other tiddler name]]


Duarte Farrajota Ramos

unread,
Aug 3, 2016, 12:18:16 AM8/3/16
to TiddlyWiki
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?

Mat

unread,
Aug 3, 2016, 4:45:31 AM8/3/16
to TiddlyWiki
Sergio Rolim wrote:
 I do not speak english, help me please.

Sergio Rolim

unread,
Aug 3, 2016, 11:05:38 AM8/3/16
to tiddl...@googlegroups.com
Um tiddler com quatro colunas, Todos os itens, pendencias, a fazer e Feito,
Usar uma checkbox para distribuir nas listas.Printscreen em anexo.
tid.png
Message has been deleted
Message has been deleted

Stephen Kimmel

unread,
Aug 3, 2016, 12:16:17 PM8/3/16
to TiddlyWiki
It looks like Sergio is seeing a formatting/styling issue here. He's gone to some lengths to style five boxes but they go beyond the limits of the tiddler. The Doing, Done and Footer boxes are covered up by the next tiddler.

I think if someone could show him how to style his "ToDo" tab so that everything would be inside, it would be a step in the right direction.


Duarte Farrajota Ramos

unread,
Aug 3, 2016, 2:21:47 PM8/3/16
to TiddlyWiki
Well it seems Sérgio doesn't speak Portuguese much better than he speaks English... :)  He simple states:

One tiddler with four columns "All Items", "Pending", "To-Do" and "Done"
Use a checkbox to distribute the lists. Printscreen attached.

So we are left wondering with what he wants. If the problem is just the formatting, I don't know much of CSS to solve the problem correcly. Simply adding a &nbsp; at the end before the body close tag </body> seems to kinda fixe it, at least when the sidebar is expanded. Collapsing it makes it go beyond the tiddler again

Parece que o Sérgio não fala mais Português que Inglês... :) Continuo sem perceber o que pretende.
Se é um problema de formatação com o conteúdo a expandir para além do tiddler, eu não percebo muito de CSS, não sei resolver o problema correctamente, mas a simples adição de um
&nbsp; antes da tag </body> parece resolver o problema, pelo menos enquanto a sidebar está escondida, expandi-la parece revelar de novo o problema.

Birthe C

unread,
Aug 3, 2016, 7:27:50 PM8/3/16
to TiddlyWiki
Hi Sergio,

When you use float, you need to clear afterwards.
Try to insert:

<div style="clear:both;line-height:0px;"></div>

Birthe

Sergio Rolim

unread,
Aug 3, 2016, 11:19:26 PM8/3/16
to TiddlyWiki
Olá a todos.

Estou muito agradecido a todos pela sugestões que me esclareceram,  a primeira intenção é somente aprender. Aprecio muito este sistema de tiddler.
Onde não me expressei com clareza é a dificuldade que encontro em passar as opções de uma lista para outra.
ex: All itens --> para ToDo; quando finalizada em ToDo passar para Done ou para Pendente.

Stephen Kimmel

unread,
Aug 4, 2016, 7:58:24 AM8/4/16
to TiddlyWiki
Ahh. So the question is concerning filters and tying the check boxes to fields.

This bit of code creates a checkbox which sets two fields, status and datecompleted, of the selected task tiddlers. I used an invisible button because I wanted to change two fields. If I only wanted to change one field, I could have used the same code you used.

   <$button class="tc-btn-invisible" set="!!status" setTo="Done">
      <$action-setfield datecompleted=<<now "MM/DD/YY">>/>
      <input type="checkbox">
   </$button>

Using a filter that looks something like this as part of your list:

<$list filter=[tag[task]has[modified]sort[title]field:status[Done]]>

<$link to={{!!title}}><$view field="title"/></$link>
</$list>

will give you a sorted list of the tiddlers which have the tag "task" and the field "status" with the value "Done".
Reply all
Reply to author
Forward
0 new messages