Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Plugin] User Notes

Featured Replies

  • Author

Yup I know...  2023.02.16a is now available which would fix the update problem .  ooopsie

  • 6 months later...

A CSS for this would be nice... Times New Roman font is so 1995. Some little color accent would be nice too.

 

Thank you for this Squid!

 

H.

  • 8 months later...

Why blink when I have notes? Can I disable this? 

I have notes about when I run certain tasks like backups and maintenance to keep a clear picture in one place. So I have one big note at the Dashboard page. I don't want it blinking all the time and I'm well aware that i have notes. 

 

How about just making it red color when notes are available at a certain page. The blinking keeps me thinking I have to do something about it. 

  • 1 month later...

Thanks for this awesome feature!

  • 5 months later...

@Squid  The save button is permanently disabled on my side, please make sure the elements are accessible by jQuery by waiting for the DOM to be fully loaded ($(document).ready()).

 

Like so:

 

<textarea id="UnraidNotes" style="font-family:Courier New; width:90%; margin-left:5%" rows="20" placeholder="Enter Notes Here"></textarea>
<br><br>
<center>
<input id="saveButton" type="button" value="SAVE" disabled />
</center>

<script>
  $(document).ready(function() {
    // Enable save button when textarea content changes
    $('#UnraidNotes').on('input', function() {
      $('#saveButton').prop('disabled', false);
    });

    // Save changes function
    function saveChanges() {
      alert('Changes saved!');
    }

    // Bind the save button click event
    $('#saveButton').on('click', saveChanges);
  });
</script>

 

  • 2 months later...
On 5/17/2024 at 1:57 PM, leth said:

How about just making it red color when notes are available at a certain page. The blinking keeps me thinking I have to do something about it. 

This this this. I really love this plugin, but the blinking makes me think something's wrong and it keeps my focus away from the rest of the GUI. I have to uninstall the plugin until this is addressed unfortunately. Just turning red would be great, or any color really.

  • 1 month later...
On 5/17/2024 at 11:57 AM, leth said:

How about just making it red color when notes are available at a certain page. The blinking keeps me thinking I have to do something about it. 

this this this!

please!

also the ability to edit css, or at least a dark mode would be fantastic!

 

  • 2 weeks later...

@Squid May you share the repository so forks/improvements can be added? Or update the plugin? Please? Thx!

  • 2 months later...

yes... please update this plugin +1

  • 1 month later...

I'm another wholy in the please let me turn off the blinking category, I love the plugin it does exactly what I need but the Blinking always makes me think something is wrong (As does the Red colour). So the option to change the colour and also turn of the blinking would be amazing

  • 2 weeks later...

+1 turn off blinking

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.