Skip to content

Commit

Permalink
Updated s/s images
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlcp committed Apr 17, 2024
1 parent 38ce036 commit b626ed8
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 24 deletions.
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Our.Umbraco.Community.TagManager

Useful Tag utilities for Umbraco 10, 12 & 13.
Tag utilities for Umbraco 10, 12 & 13.

Initially based on code from https://github.com/usome/UmbracoTagManager and https://github.com/huwred/Tag-Lister completely re-written using the repository pattern and improved UI.

Expand All @@ -12,21 +12,24 @@ Creates a tree view of all Tags that have been created by the Umbraco Tag Dataty
The tree is split into separate branches for each tag Group created - useful if you run multiple blogs on your site, or have multiple Tag Groups defined in a site.

1. Create Tag Groups.
1. Create and change Tags.
2. Delete Tags, single & multiple.
3. Indication of how many times the Tag is currently being used (number in brackets in Group overview).
4. Ability to merge Tags - useful in cases of spelling mistakes, cleaning up Tags, etc.
5. Links to content and media where Tag is used.
6. Language variant/invariant support.
2. Create and change Tags.
3. Delete Tags, single & multiple.
4. Indication of how many times the Tag is currently being used (number in brackets in Group overview).
5. Ability to merge Tags - useful in cases of spelling mistakes, cleaning up Tags, etc.
6. Links to content and media where Tag is used.
7. Language variant/invariant support. v13.1.

## Tag List Property Editor
Provides a multi select (read-only) list of all tags assigned to the group.

1. Choose one or more tags from the list
1. Choose one or more tags from the list.
2. Works on Content and Media Doctypes.
3. Language variant/invariant support (Media is invariant only)
3. Tags are saved to the default internal and external indexes in CSV format.
3. Language variant/invariant support (Media is invariant only). v13.1.
4. Tags are saved to the default internal and external indexes in CSV format.

## Additional features
1. Tested in SQLite and MSSQL. v13.1.

## Roadmap
2. Content editors can add tags to a Tag List, enabled in a Pre-value switch.
3. Umbraco 14 support
1. Content editors can add tags to a Tag List, enabled in a Pre-value switch.
2. Umbraco 14 support.
27 changes: 15 additions & 12 deletions Umbraco Tag Manager/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Our.Umbraco.Community.TagManager

Useful Tag utilities for Umbraco 10, 12 & 13.
Tag utilities for Umbraco 10, 12 & 13.

Initially based on code from https://github.com/usome/UmbracoTagManager and https://github.com/huwred/Tag-Lister completely re-written using the repository pattern and improved UI.

Expand All @@ -12,21 +12,24 @@ Creates a tree view of all Tags that have been created by the Umbraco Tag Dataty
The tree is split into separate branches for each tag Group created - useful if you run multiple blogs on your site, or have multiple Tag Groups defined in a site.

1. Create Tag Groups.
1. Create and change Tags.
2. Delete Tags, single & multiple.
3. Indication of how many times the Tag is currently being used (number in brackets in Group overview).
4. Ability to merge Tags - useful in cases of spelling mistakes, cleaning up Tags, etc.
5. Links to content and media where Tag is used.
6. Language variant/invariant support.
2. Create and change Tags.
3. Delete Tags, single & multiple.
4. Indication of how many times the Tag is currently being used (number in brackets in Group overview).
5. Ability to merge Tags - useful in cases of spelling mistakes, cleaning up Tags, etc.
6. Links to content and media where Tag is used.
7. Language variant/invariant support. v13.1.

## Tag List Property Editor
Provides a multi select (read-only) list of all tags assigned to the group.

1. Choose one or more tags from the list
1. Choose one or more tags from the list.
2. Works on Content and Media Doctypes.
3. Language variant/invariant support (Media is invariant only)
3. Tags are saved to the default internal and external indexes in CSV format.
3. Language variant/invariant support (Media is invariant only). v13.1.
4. Tags are saved to the default internal and external indexes in CSV format.

## Additional features
1. Tested in SQLite and MSSQL. v13.1.

## Roadmap
2. Content editors can add tags to a Tag List, enabled in a Pre-value switch.
3. Umbraco 14 support
1. Content editors can add tags to a Tag List, enabled in a Pre-value switch.
2. Umbraco 14 support.
Binary file modified dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b626ed8

Please sign in to comment.