Open VisualBean opened 4 years ago
Hi, thank you for your interest in this app. As for now, this project is out-of-date and is no longer actively maintained. From what you described (note taking thing), I'd suggest use some mature tools like Notion.
Oh, i'm sorry to hear that. this is such a great app!
Can you tell me how can i just tweak some css for the app?
@webenadam Check this out 👉 https://github.com/mtobeiyf/pile/issues/16#issuecomment-386815216
@mtobeiyf That's amazing! Thank you very much! i wish you would continue developing it. it's amazing!
If any one is interested i add RTL and a little bit line paddings i thought were missing:
// RTL
.tab-content .hub {
direction:rtl;
}
.ivu-card-extra {
left: 16px;
right: auto;
}
.ivu-select-dropdown {
left: 0!important;
}
.ivu-tabs-nav {
float: right;
}
.ivu-select-dropdown {
left: auto!important;
}
.tab-content .hub .ivu-select-dropdown {
left: 0!important;
}
.ivu-col-span-lg-1, .ivu-col-span-lg-2, .ivu-col-span-lg-3,
.ivu-col-span-lg-4, .ivu-col-span-lg-5, .ivu-col-span-lg-6,
.ivu-col-span-lg-7, .ivu-col-span-lg-8, .ivu-col-span-lg-9,
.ivu-col-span-lg-10, .ivu-col-span-lg-11, .ivu-col-span-lg-12,
.ivu-col-span-lg-13, .ivu-col-span-lg-14, .ivu-col-span-lg-15,
.ivu-col-span-lg-16, .ivu-col-span-lg-17, .ivu-col-span-lg-18,
.ivu-col-span-lg-19, .ivu-col-span-lg-20, .ivu-col-span-lg-21,
.ivu-col-span-lg-22, .ivu-col-span-lg-23, .ivu-col-span-lg-24 {
float:right;
}
// Some Padding Air :)
.hub-item-todo, .hub-item-note {
padding: 10px 0;
}
It looks like that:
Btw - can i some how add string translations?
Thank you very much @mtobeiyf ! this is amazing app!
I have ALOT of boards, I use this app for sort of like a per incident note taking thing or per feature building notes type thing.
And I would love to be able to keep the boards as a sidepanel, maybe label them with colors. and have them searchable. (many feature requests i guess)