aboutsummaryrefslogtreecommitdiff
path: root/javascript/edit-attention.js
AgeCommit message (Expand)Author
2023-04-30Fix a whole bunch of implicit globalsAarni Koskela
2023-04-25Custom delimitersmissionfloyd
2023-04-21Remove hyphen, underscore delimitersmissionfloyd
2023-04-21Remove parentheses if weight == 1missionfloyd
2023-04-20Update delimitersmissionfloyd
2023-04-20Simplify finding word boundariesmissionfloyd
2023-04-20Use string.contains() instead of regexmissionfloyd
2023-04-19Automatically select current wordmissionfloyd
2023-03-25fix ctrl+up/down attention editAUTOMATIC
2023-01-22attention ctrl+up/down enhancementsAUTOMATIC
2023-01-20fix ctrl+up/down that stopped workingAUTOMATIC
2023-01-17update sending input event in java script to not cause exception in browser h...AUTOMATIC
2022-11-03Update edit-attention.jsbyzod
2022-10-18Auto select attention block for editingJustin Maier
2022-10-15make attention edit only work with ctrl as was initially intendedAUTOMATIC
2022-10-12Prevent nans from failed float parsing from overwriting weightsDepFA
2022-10-11triggers 'input' event when using arrow keys to edit attentionnai-degen
2022-10-08edit-attention browser compatibility and readme typoJairo Correa
2022-10-06added ctrl+up or ctrl+down hotkeys for attentionAUTOMATIC