aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/edit-attention.js
AgeCommit message (Expand)AuthorLines
2023-06-28Correctly remove end parenthesis with ctrl+up/downmissionfloyd-2/+3
2023-05-20hiresfix prompt: add classes, update css selcatboxanon-1/+1
2023-05-17Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela-120/+120
2023-04-30Fix a whole bunch of implicit globalsAarni Koskela-4/+4
2023-04-25Custom delimitersmissionfloyd-1/+1
2023-04-21Remove hyphen, underscore delimitersmissionfloyd-1/+1
2023-04-21Remove parentheses if weight == 1missionfloyd-2/+8
2023-04-20Update delimitersmissionfloyd-1/+1
2023-04-20Simplify finding word boundariesmissionfloyd-17/+9
2023-04-20Use string.contains() instead of regexmissionfloyd-2/+3
2023-04-19Automatically select current wordmissionfloyd-5/+30
2023-03-25fix ctrl+up/down attention editAUTOMATIC-1/+1
2023-01-22attention ctrl+up/down enhancementsAUTOMATIC-44/+66
2023-01-20fix ctrl+up/down that stopped workingAUTOMATIC-1/+1
2023-01-17update sending input event in java script to not cause exception in browser h...AUTOMATIC-3/+2
2022-11-03Update edit-attention.jsbyzod-2/+1
2022-10-18Auto select attention block for editingJustin Maier-3/+32
2022-10-15make attention edit only work with ctrl as was initially intendedAUTOMATIC-0/+2
2022-10-12Prevent nans from failed float parsing from overwriting weightsDepFA-0/+1
2022-10-11triggers 'input' event when using arrow keys to edit attentionnai-degen-0/+3
2022-10-08edit-attention browser compatibility and readme typoJairo Correa-1/+1
2022-10-06added ctrl+up or ctrl+down hotkeys for attentionAUTOMATIC-0/+41