zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

Enable Group by Tags default #241

Closed axiades closed 5 years ago

axiades commented 5 years ago

Hello,

i want to have the Group by Tags function Enabled by Default..

How can i Do this This..

And how can i Hide the Tag-Overview

Nice Greets Sry for my Bad englisch

BenjaminHae commented 5 years ago

Hi, that's fairly simple. Just edit the file js/plugins/tags.js as follows:

  1. Remove or comment line 29
  2. Add this line after line 30:
    enableGrouping();

    Good luck.

BenjaminHae commented 5 years ago

As you have not replied further, I consider this resolved. If you have any further questions please reopen this issue or create a new issue.