Lissy93 / dashy

🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
https://dashy.to
MIT License
17.24k stars 1.32k forks source link

[FEATURE_REQUEST] Taking Notes on Dashy Startpage #636

Open xanthos84 opened 2 years ago

xanthos84 commented 2 years ago

Is your feature request related to a problem? If so, please describe.

No response

Describe the solution you'd like

Simple as that: Taking notes directly on the startpage of Dashy. Maybe as a part of a widget, or just in an extra space below all other links. Something like Google Notes - because then I could get rid of it ;)

Priority

Medium (Would be very useful)

Is this something you would be keen to implement

No response

Lissy93 commented 2 years ago

Yeah, I think a notes widget should be easy enough. Probably need to find a service with an API to manage persistent storage (at the moment, building that into Dasy's backend might be a bit out of scope), or for temporary notes could just store in local storage (saved within the browser).

I have several bug fixes, and features on the road map I need to do first. Would this be something you'd be up for implementing?

xanthos84 commented 2 years ago

I would not favour temporary notes - as I use the dashboard across workstations, so I would miss the notes. In reality I really search for a replacement of Google Keep - would be so nice to merge the notes into Dashy. I am no programmer, at least not so much skilled to implement this - so I have to pass this question, sorry.

JDProfresh commented 2 years ago

+1 this idea. Quick notes are awesome and would only be another valuable widget.

Typhonragewind commented 2 years ago

Yeah, I think a notes widget should be easy enough. Probably need to find a service with an API to manage persistent storage (at the moment, building that into Dasy's backend might be a bit out of scope), or for temporary notes could just store in local storage (saved within the browser).

I agree, having a separate backend for notes would be much better and take most of the burden of implementing from you. This project (which I extensively use) has a nice API interface that could probably be used for this purpose: https://github.com/zadam/trilium

GitHub - zadam/trilium: Build your personal knowledge base with Trilium Notes
Build your personal knowledge base with Trilium Notes - GitHub - zadam/trilium: Build your personal knowledge base with Trilium Notes
liss-bot commented 2 years ago

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

xanthos84 commented 2 years ago

still relevant.

liss-bot commented 2 years ago

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

JDProfresh commented 2 years ago

Still relevant

liss-bot commented 2 years ago

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

tekwarfare commented 2 years ago

Chiming in on this one. The ability to create a notes section and items with non-volatile data would be super useful. That way I can leave notes, tips, and short guides for users under the relevant apps and links. Unable to contribute as I'm inept at programming; it took me hours to get the widgets working

witzker commented 1 year ago

Any news?