Skip to content

File manager is here!

Pre-release
Pre-release
Compare
Choose a tag to compare
@amoshydra amoshydra released this 19 Mar 15:59
· 537 commits to master since this release

1. Persistence Storage with indexedDB

  • refreshing the page will not make you lose your data
  • In-browser storage in IndexedDB (your data are stored locally in your browser only)

2. Search is now supported

2.1 Support partial search

  • Search with A..Z a..z 0..9 or even other characters like in Chinese 搜寻

search with characters

2.2 Support 'SQL-syntax' search

  • Search with % to represent keywords of any length ie. apple%bear will return search for applebear, apple123bear, applecarebear...etc
  • search with _ to represent unknown keyword of length 1. ie. apple_ will return search for apple1, applebear but NOT apple

search

3. Additional features

display



  • Support for basic file/folder creation and deletion
  • Support for file contents download.
  • Support for renaming of file name folders
  • Support history stack for navigating around the folders
    statistics