siefkenj / pretext-react

A ReactJS version of the Pretext UI
GNU General Public License v3.0
3 stars 7 forks source link

Rich text for copy-on-click for permalinks #22

Closed jjrsylvestre closed 2 years ago

jjrsylvestre commented 2 years ago

Can be simplified a lot if Rob adds a data-description attribute to things that should be assigned a permalink.

jjrsylvestre commented 2 years ago

I just did a raw await in the copyToClipboard function in src/features/global/globalSlice.ts --- I don't know if you need this to be a "Thunk" instead.

siefkenj commented 2 years ago

Thanks for the hard work!