tribute icon indicating copy to clipboard operation
tribute copied to clipboard

ES6 Native @mentions

Results 139 tribute issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](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

It looks like this bug was introduced in version 5.1.1. I fiddled around with the version in my codepen link and everything works as expected in version 5.1.0 and then...

This is basically the same thing as #196 . Hope you can review and approve! PS: I haven't included the new build, since it looks vastly different from the original...

I work with tribute via ajax. It works very well if I find a user. How to return "No result" if I don't find a user? Tribute attached to ContentEditable...

enhancement

Is it possible to connect with livehelperchat (https://github.com/LiveHelperChat/livehelperchat ) chat widget for auto completion of questions ?? 1) var LHC_API = LHC_API||{}; LHC_API.args = {mode:'widget',lhc_base_url:'//IP/livechat/lhc_web/index.php/',wheight:450,wwidth:350,pheight:520,pwidth:500,leaveamessage:true,department:["XX"],check_messages:false}; (function() { var po =...

I'm implementing Rich text editor with mention feature using Froala and Tribute. I need 2 mention sceneries: 1 - using @ and trigger menu after 1 character 2 - without...