Skip to content

Releases: sunwookwak-polisci/Alternative-Explorer

1.1.7

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 15 Aug 07:35

iPad folder spacing refinement.

  • Reduces the iOS/iPadOS folder expand/collapse target from 32px to 26px.
  • Keeps the macOS target at 22px.
  • Preserves matched leaf-folder spacing and remains wider than the original 18px control.

Verified with lint, 84 tests, production build, dependency audit, strict workflow audit, and the dependency-isolated reviewer build.

1.1.6

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 15 Aug 07:31

Folder spacing refinement.

  • Reduces folder expand/collapse targets from 28px to 22px on desktop.
  • Reduces mobile and iPadOS targets from 40px to 32px.
  • Preserves matched leaf-folder spacing and remains wider than the original 18px control.

Verified with lint, 84 tests, production build, dependency audit, strict workflow audit, and the dependency-isolated reviewer build.

1.1.5

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 15 Aug 07:24

Folder interaction accessibility patch.

  • Enlarges each folder expand/collapse button to a 28px desktop target.
  • Uses Obsidian’s native 40px small-touch target on iOS and iPadOS, reducing accidental folder opens.
  • Keeps leaf-folder spacers matched so folder names remain aligned.
  • Documents that testing currently covers macOS, iOS, and iPadOS.

Verified with lint, 84 tests, production build, dependency audit, strict workflow audit, and the dependency-isolated reviewer build.

1.1.4

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 15 Aug 07:16

iPad compatibility patch.

  • Restores header actions, folder expand controls, back navigation, depth controls, and the active pin icon on iPad.
  • Marks icon-only buttons with Obsidian’s native clickable-icon class so tablet button padding no longer collapses their SVGs.
  • Improves nested folder guide visibility using the native theme border color.

Verified with lint, 84 tests, production build, dependency audit, strict workflow audit, and the dependency-isolated reviewer build.

1.1.3

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 14 Aug 12:05

Review compatibility patch.

  • Adds a narrow, typed Obsidian API fallback for source-review environments that do not install the official obsidian package.
  • Normal development and release builds continue to resolve the official Obsidian declarations first.
  • Clears the cascading unsafe-any findings reproduced from the 1.1.2 review without changing plugin runtime behavior.

Verified with lint, 84 tests, production build, dependency audit, and an isolated review simulation.

1.1.2

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 14 Aug 11:31

What changed

  • Replaced direct Vault.getFiles() calls with traversal of Obsidian’s in-memory folder tree while preserving All notes, smart folders, and note counts.
  • Added Obsidian 1.13 declarative setting definitions so the default sort controls appear in settings search, while retaining support for older Obsidian versions.
  • Included the refreshed user-facing README.

Verification

  • Typed ESLint passed with the unsafe-value rules enabled.
  • 84 tests passed.
  • Production build and npm audit passed.

1.1.1

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 14 Aug 06:34

Changes

  • Fix: root folders can again be dragged between sections when folder sort is not Custom.

1.1.0

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 14 Aug 06:32

Changes

  • Drag folders onto other folders to nest them, or onto the vault root list or a section to move them back out (same parent changes as the default File Explorer).
  • Clearer nested folder tree with indentation guides in the Folders pane.
  • Bold section headers for named folder groups and note list groups.

1.0.0

Choose a tag to compare

@sunwookwak-polisci sunwookwak-polisci released this 14 Aug 06:12

Production-ready release for the Obsidian Community Plugins directory.

Highlights:

  • Apple Notes-style folder and file navigation in one sidebar view
  • Sections, smart folders, custom ordering, and per-scope sorting overrides
  • Pinned and date-grouped files, keyboard navigation, creation actions, and external-file support
  • Expand/fold controls and immediate-subfolder browsing

Requires Obsidian 1.7.2 or later.

0.9.8

Choose a tag to compare

@cursor cursor released this 12 Aug 10:08

Changes

  • Expand all / Fold all — also collapses and opens folder sections (not only nested folder chevrons)