Hi, thanks for the relpy. I deleted the stuff regarding .hasSomethingIcon. The problem now is that icons get grouped up below, when I have a list with different lines al with different notes so I see a bunch of icons packed together. any way to fix this?
Hi, I don't quite understand you, could you please illustrate what you mean. In my case, I can see the cloud icon which allows me to collapse/expand notes section.
"gg" description says "opens external links in a new window, Checkvist links in the current window". However, when I do "gg" from a global search, the focused list opens in a new tab. Maybe I'm using a wrong command? Is there another way to navigate to a list from global search?
A CSS hack which creates a Kanban-like board UI in a specified list: #list_481388 ul.topLevel { display: flex; } #list_481388 ul.topLevel > li { flex: 1 1 auto; } #list_481388 ul.topLevel > li > .frame{ display: none; } #parentTask_0 div.coreDiv { margin-right: 20px; } May be, will be useful to someone :)
Is there a way to export an outline with notes attached to nodes using the _note attribute in OPML. The current set up (which I'm guessing is to allow collaborative notes) won't be recognized as notes in other outliners.
You'll loose information about number of notes and attached files in UI, so I'd consider this a hack:
ReplyDelete.notesFragment:before {
font-family: FontAwesome;
content: "\f0c2";
visibility:visible;
}
.notesFragment {
visibility: hidden;
}
And you'll need to remove previous CSS regarding .hasSomethingIcon
Hi, thanks for the relpy. I deleted the stuff regarding .hasSomethingIcon. The problem now is that icons get grouped up below, when I have a list with different lines al with different notes so I see a bunch of icons packed together. any way to fix this?
ReplyDeleteHi, I don't quite understand you, could you please illustrate what you mean. In my case, I can see the cloud icon which allows me to collapse/expand notes section.
ReplyDelete