-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add affordances to make the bits-and-bobs workflow easier #688
Comments
jkomoros
added a commit
that referenced
this issue
Apr 3, 2024
Prefviously the dialog would close immediately, which was confusing because it might take many seconds for the import to be done. Uses the same basic pattern as the multi-edit dialog. Part of #688.
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
No way to trigger it in action creators or antyhing yet. Part of #688.
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
…te:config. This likely broke when upgrading node at some point. Found a suggestion on TypeStrong/ts-node#1997 to just use tsx, which works! Part of #688.
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
Not yet possible to trigger in the UI. Part of #688.
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
Some truly heinous manual processing . Part of #688.
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
…he override card order. Part of #688.
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
… based on embeddings. Likely dumb in like 12 different ways. Part of #688.
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
jkomoros
added a commit
that referenced
this issue
Apr 8, 2024
jkomoros
added a commit
that referenced
this issue
Apr 13, 2024
jkomoros
added a commit
that referenced
this issue
Apr 27, 2024
jkomoros
added a commit
that referenced
this issue
May 12, 2024
… of selectActiveCards. This matches the behavior of the bulk-edit. It uses selected cards if any selection is active, and ohterwise the whole collection. There have been a few times I've accidentally forgotten to filter down to only selected cards and then semanticSort fails because there are too many cards. Part of #688.
jkomoros
added a commit
that referenced
this issue
May 12, 2024
Note the message likely won't be very useful, I presume I'm not unpacking the server side error well. Part of #688.
jkomoros
added a commit
that referenced
this issue
Aug 31, 2024
See https://claude.ai/chat/dde186e0-d7c9-4b04-a1f6-9b14dd02cc32 for the discussion of different approaches and implementation. Part of #688.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bulk-edit
Selection
(Also tracked in #174 )
selected
filter. Override selectFilters to include filters as well as the selected map. Add a inverse_filter_names as well fornot-selected
selected
filter to the filter chainShow all selected
to the top of the drawer that will navigate toeverything/selected
Import
The character U+2019 "’" could be confused with the ASCII character U+0060 "
", which is more common in source code`Export
import
orexport
.export
then title and content of the dialog should be differentEmbedding sort
sort/semantics
that sorts all of the cards based on minimizing the difference in their embedding difference. This is NP-hard (I think). Probably just do principal component analysisThe text was updated successfully, but these errors were encountered: