Changes

  • add "webp" to image type enum and handling
  • [sources] hotkey Ctrl+S to save all
  • [sources] Shift+Click to set all siblings to clicked value (modelMode, criteriaMode, fileMode)
  • [sources] Ctrl+Click to set all children to clicked value (modelMode, criteriaMode, fileMode)
  • [explore] Ctrl+F focuses search bar
  • [explore] Ctrl+D toggels filter panel
  • [explore] tweaked grid size and panel width based on viewport
  • added F1 hotkey to open help modal
  • changed [?} hotkey to open help modal to only work when there is no input focused (meaning one can still type "?" and be okay)
  • Dragging a saved search item into the search bar now works (as does dragging it into any other text field outside of Orynt)
  • [explore/modeldetail] - issue with focus trap interfering with text selection - relevant for viewing .txt files (which now works - .md files coming next).
  • [explore/tagpanel] - curated tag list in tag panel. Also shows number of models in total query that have a given tag. There's now a three-dot menu on the tag panel (just like the saved searches and collection panel). the options in there are to sort by (either tag text or count) and to either show only curated tags or show all tags. If show all tags is being used, tags that don't appear in the current model set are lowlighted.
  • [sources view] - filenames and folders are filterable. Filter icon next to "Location" toggles the search input. hitting Ctrl+F in sources view also shows (and focuses) the search input or focuses if its already present.
  • [orientation (...oryntation?)] - added "No Thumbnail" saved search to starter searches search field revisions.
  • search fields will now fire the search ~800ms after you've stopped typing. No more having to remember to click-away or hit enter.
  • the search will immediately fire if you hit "enter" or blur the input (and the delayed onChange will not cause a double-fire).
  • Escape now clears the input instead of committing the search.
  • This has no bearing on clickables (tags, collections, etc). That functions as normal.
  • [explore] - added .md preview support
  • [explore] - Panels and Accordian state is remembered for when you open the program
  • dot-files, dot-folders, folders named "__MACOSX" and "thumbs.db" are not included in scanner or Sources view.
  • s# and u# (aka: stag and utag) search is now a thing.
  • [explore] option to clear a manually set cover image.
  • .txt and .md files have an icon in files views now
  • [explore/sources] - button on a model card to "Open in Sources" that will send you to Sources, auto-expand to the folder, scroll down to it (if needed) and highlight it.
  • [explore] bugfix: rename model now works as intended. Empty value on input reverts to folder name, intial input value is now correct (now pulls from model.meta.name, not current model name).
  • [explore] Added three-dot menu to model detail modal.