a tool for shared writing and social publishing

added a TODO item for jared to fix up some stuff with linke, namely the ability to remove them

+11
+11
components/Toolbar/LinkButton.tsx
··· 100 100 } 101 101 }} 102 102 /> 103 + {/* 104 + TODO: 105 + to avoid all sort of messiness, editing any portion of link will edit the 106 + entire range that includes the link rather than just the link text that is selected. 107 + 108 + ALSO TODO: 109 + if there is already a link mark, the input should be prefilled with the link value 110 + and the check mark should be a garbage can to remove the link. 111 + 112 + if the user changes the link, then the button reverts to a check mark. 113 + */} 103 114 <div className="flex items-center gap-3"> 104 115 <button 105 116 className="hover:text-accent -mr-6"