flowdock-text
flowdock-text copied to clipboard
A javascript utility for extracting and linkifying hashtags and URLs in Flowdock
In the nodejs repl, I can't call the variable `FlowdockText` when requiring the module. Doing so results in: ```js const FlowdockText = require('flowdock-text') ReferenceError: FlowdockText is not defined at Object....
As reported to Flowdock Support, MS OneNote creates URLs like ``` onenote:http://tfs01/sites/ABC/DEF/GHI/Active%20Stories.one#ASDAS%20SDIUH-ASDH%20and%20PO%20ASDF§ion-id={A3B82FD1-ASDAS-4612-B825-FBBA2E5394F2}&page-id={CD8C097E-2AC5-4B2D-B92C-GRSDG}&end ``` There are multiple issues: - "onenote:" in the beginning - tfs01 as the main part of the...
I see this mostly with using Mixpanel, where we get links like: https://mixpanel.com/report/1234/funnels/#view/1234/from_date:0,segfilter:(filters:!((filter:(operand:!(app,App),operator:%3D%3D),property:utm_medium,selected_property_type:string,type:string),(property:ab-test-01-08-14,selected_property_type:string,type:string)),op:and),segment_type:string,to_date:0 for sharing analytics tools. flowdock links it as: [https://mixpanel.com/report/1234/funnels/#view/1234/from_date:0,segfilter](https://mixpanel.com/report/1234/funnels/#view/1234/from_date:0,segfilter):(filters:!((filter:(operand:!(app,App),operator:%3D%3D),property:utm_medium,selected_property_type:string,type:string),(property:ab-test-01-08-14,selected_property_type:string,type:string)),op:and),segment_type:string,to_date:0 haven't looked at this code much. if someone...