hyperlinks

This commit is contained in:
ed 2021-08-06 01:48:34 +02:00
parent 95ea6d5f78
commit e47a2a4ca2

View file

@ -121,31 +121,31 @@ summary: all planned features work! now please enjoy the bloatening
* ☑ [accounts](#accounts-and-volumes) * ☑ [accounts](#accounts-and-volumes)
* upload * upload
* ☑ basic: plain multipart, ie6 support * ☑ basic: plain multipart, ie6 support
* ☑ up2k: js, resumable, multithreaded * ☑ [up2k](#uploading): js, resumable, multithreaded
* ☑ stash: simple PUT filedropper * ☑ stash: simple PUT filedropper
* ☑ unpost: undo/delete accidental uploads * ☑ unpost: undo/delete accidental uploads
* ☑ symlink/discard existing files (content-matching) * ☑ symlink/discard existing files (content-matching)
* download * download
* ☑ single files in browser * ☑ single files in browser
* ☑ folders as zip / tar files * ☑ [folders as zip / tar files](#zip-downloads)
* ☑ FUSE client (read-only) * ☑ FUSE client (read-only)
* browser * browser
* ☑ navpane (directory tree sidebar) * ☑ navpane (directory tree sidebar)
* ☑ file manager (cut/paste, delete, batch-rename) * ☑ file manager (cut/paste, delete, [batch-rename](#batch-rename))
* ☑ audio player (with OS media controls) * ☑ audio player (with OS media controls)
* ☑ image gallery with webm player * ☑ image gallery with webm player
* ☑ thumbnails * ☑ [thumbnails](#thumbnails)
* ☑ ...of images using Pillow * ☑ ...of images using Pillow
* ☑ ...of videos using FFmpeg * ☑ ...of videos using FFmpeg
* ☑ cache eviction (max-age; maybe max-size eventually) * ☑ cache eviction (max-age; maybe max-size eventually)
* ☑ SPA (browse while uploading) * ☑ SPA (browse while uploading)
* if you use the navpane to navigate, not folders in the file list * if you use the navpane to navigate, not folders in the file list
* server indexing * server indexing
* ☑ locate files by contents * ☑ [locate files by contents](#file-search)
* ☑ search by name/path/date/size * ☑ search by name/path/date/size
* ☑ search by ID3-tags etc. * ☑ [search by ID3-tags etc.](#searching)
* markdown * markdown
* ☑ viewer * ☑ [viewer](#markdown-viewer)
* ☑ editor (sure why not) * ☑ editor (sure why not)
@ -372,6 +372,8 @@ you can move files across browser tabs (cut in one tab, paste in another)
## batch rename ## batch rename
![batch-rename-fs8](https://user-images.githubusercontent.com/241032/128434204-eb136680-3c07-4ec7-92e0-ae86af20c241.png)
select some files and press F2 to bring up the rename UI select some files and press F2 to bring up the rename UI
quick explanation of the buttons, quick explanation of the buttons,