file-tree-alternative

This Obsidian Plugin allows users to have a different file explorer experience.

Stars
380
Committers
4
file-tree-alternative - 2.0.0

Published by ozntel over 2 years ago

  • You can use now Mouse Wheel button to open file in a new pane
  • There are now expand and collapse all buttons for folder view.
  • There is an additional button to create a folder in the root folder
  • Small style change for the line used for indenting children folders
  • There is an option to select what should happen to the file deleted (system trash, obsidian trash etc.)
file-tree-alternative - 1.8.9

Published by ozntel over 2 years ago

  • File can be dragged to Editor and link to file will be inserted
  • File can be dragged into Folder view and dropped to move
  • Folder can be dragged into another Folder
  • Known Issue: drag needs to be initiated firstly out of the side pane. It doesn't work if the drag happens only within the file tree pane.
file-tree-alternative - 1.8.8

Published by ozntel over 2 years ago

  • Count for open folders #55
file-tree-alternative - 1.8.7

Published by ozntel over 2 years ago

  • Fixed Header during search correction
file-tree-alternative - 1.8.6

Published by ozntel over 2 years ago

  • Removal of unnecessary space for mobile from the fixed header in file list
file-tree-alternative - 1.8.5

Published by ozntel over 2 years ago

  • Style correction for mobile fixed top file header buttons
file-tree-alternative - 1.8.4

Published by ozntel over 2 years ago

  • File sort options moved to file list pane
  • New sorting option with file size
  • Reveal active file is not turned on by default during installation
file-tree-alternative - 1.8.3

Published by ozntel over 2 years ago

  • Folder note button in context menu
file-tree-alternative - 1.8.2

Published by ozntel over 2 years ago

  • Files can be sorted by Created Date
  • Folder Note indicator style correction
file-tree-alternative - 1.8.1

Published by ozntel over 2 years ago

  • Folder Note Functionality Implementation #9
file-tree-alternative - 1.8.0

Published by ozntel over 2 years ago

  • Open in a new pane for Desktop
file-tree-alternative - 1.7.9

Published by ozntel over 2 years ago

  • File view, file icon is not hidden behind fixed header solution
file-tree-alternative - 1.7.8

Published by ozntel over 2 years ago

  • Fix for #50, Overflow issue solution for Folder Name in File List Pane
file-tree-alternative - 1.7.7

Published by ozntel almost 3 years ago

  • Additional command for revealing the active file
  • Window custom event listener to trigger revealing active file outside of plugin

Sample:

let event = new CustomEvent('file-tree-alternative-reveal-file', {
    detail: {
        file: plugin.app.workspace.getActiveFile(),
    },
});
window.dispatchEvent(event);
file-tree-alternative - 1.7.6

Published by ozntel almost 3 years ago

  • Scroll correction for reveal active file
file-tree-alternative - 1.7.5

Published by ozntel almost 3 years ago

  • Reveal active file button
  • Icon update
file-tree-alternative - 1.7.4

Published by ozntel almost 3 years ago

  • #48 Bug Solution for Creating Folder
file-tree-alternative - 1.7.3

Published by ozntel almost 3 years ago

  • File creation custom settings
file-tree-alternative - 1.7.2

Published by ozntel almost 3 years ago

  • Mobile menu item correction
file-tree-alternative - 1.7.1

Published by ozntel almost 3 years ago

  • Sorting for pinned files
  • Open in a new pane button for mobile
Related Projects