mattermost-plugin-bookmarks icon indicating copy to clipboard operation
mattermost-plugin-bookmarks copied to clipboard

Advanced Message Bookmarking Inside Mattermost!

Results 35 mattermost-plugin-bookmarks issues
Sort by recently updated
recently updated
newest added

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.31 / 1.0.2 Fix OPPO Reno A5 incorrect detection Fix TypeError Bug Use AST to extract regexes and...

dependencies
javascript

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies
javascript

If you know the post author of a book mark, it would be helpful to search based on post author.

Tech/Go
Tech/ReactJS
Up For Grabs
go

Mattermost recently made an update to the Plugin component location changing from the channel header to the new [App Bar](https://mattermost.com/blog/mattermost-v7-0-is-now-available/#apps). If your plugin registers an icon in the channel header,...

Mattermost uses this icon ![image](https://user-images.githubusercontent.com/7575921/130624694-7a07bf7a-0fe0-4c1b-94a4-e03ce078516b.png) Bookmarks currently uses this icon ![image](https://user-images.githubusercontent.com/7575921/130624824-d50d063d-c386-47dd-a470-3f00818731c4.png) These are too similar and the proposal is to use a version of the following ![image](https://user-images.githubusercontent.com/7575921/130625011-15b1fefc-0e0b-43be-99e9-b7f6ec849f78.png) https://www.freeiconspng.com/img/24510

help wanted
Tech/Go
Up For Grabs

Currently, the `/bookmarks view` command just lists all the bookmarks by `updateAt` time. `/bookmarks view` needs to allow showing labels, channel names, and other label types viewing each bookmark. This...

enhancement
Tech/Go
Spec needed

Example using plugin-api https://github.com/mattermost/mattermost-plugin-msteams-meetings/pull/15/files be aware of deactivation also https://github.com/mattermost/mattermost-plugin-nps/pull/74#pullrequestreview-485095306

enhancement
Tech/Go
Difficulty - Medium