Is there a Lovelace card for notes?

I have been trying to find something quite basic.
I want to have a notes card on a dashboard where our family can share simple notes with eachother.

We are currently using a small whiteboard for it next to the entrance. But now I have the tablet there with a Lovelace dashboard for alarm control etc. Would be great to have a lovelace card there for notes that we can type in text in to.

Any suggestions where to look?

if you are not already using the shopping list for other things, it would be suitable for this.

Beat me to it while typing…

Search the forum for “todo list” or “checklist”.

2 Likes

I’ve used the markup card for notes and a todo list for my new installation.
It is a bit more work than the shopping card - but I really like the “visibility” and the option to use <ha-alert>
for status information:

2 Likes

Thanks I am already using the shopping list for grocery items so its not the solution.
And the markup (mark down?) card is a static content card that cannot be modified by users on their devices.

I simply want to have a <textarea> which stores the content you put in there for easy modification later.

Like a post-it or multiple post-its… Trying to resemble a whiteboard as much as possible.

Make an input text helper for each person and display that: Put it in a vertical stack with a markdown card (for a title with the person’s name) above each entity card (for each input text).

Love this solution!

How are you getting the colored backgrounds and icons? Is it card-mod?

Nevermind I found it! LOL

1 Like

Hi, i am also intrested in something simple. if it would be possible to have differently named shopping lists it would be my prefered way.
i have tried remember the milk integration, but it is not simple enough.
so writing to also follow this thread aswell as give example of rtm-integration

Yaah, that! Give me a second shopping list, that I can give any name. And maybe even a third one. I will definitely have use for three of those list.

I made mi own :slight_smile:

Sin tĂ­tulo-1

You can copy the code if you like them here :point_down:

5 Likes

Thank you TiToTB what you did looks great! I’m searching for something a bit more advanced. The requirements are:

  1. Been able to introduce test and images (drag and drop a picture in place)
  2. Have multiple notes in a list
  3. Add a note title so it can be used in the list

But what you did could be used as a base!