how could I get a list of all uploaded files?
for some reason, I totally forgot one file which page i put it.
how could I get a list of all uploaded files?
for some reason, I totally forgot one file which page i put it.
You can't… but if you go to the system:recent-changes page on your site, it should list all of the recent page creations, edits and file uploads that have been done since the beginning of your site. Just go back a few pages if you uploaded it a while ago, and you should see it there somewhere :)
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
Well that's not completely true Leiger.
You can have a list of all your uploads but you need to go to the admin section of your site and make a backup. In that zipfile are all the uploaded files. Unpack the zipfile and open your "dos" command window :-) lol that's old fashioned.
well if you give the command "dir /b /s >myfiles.txt" in the correct directory (wich would be the directory (folder) where you unzipped the backup file) you will get a list of all your uploaded files.
if you use "dir *.jpg /b /s >myfiles.txt" you will only get all the jpg's you uploaded
A - S I M P L E - P L A N by ARTiZEN a startingpoint for simple wikidot solutions.
Ahh! Good solution Steven! Didn't even think about that ;-)
For manoftoday, looking at the recent history is probably faster. But to get a full list of all files, your solution is definitely a good one.
I had completely forgotten about backups… maybe I could add something to my STE Wikidot Editor to read in a backup folder and produce some statistics (e.g. number of files, and of which types, etc). (Shameless advertising! :P)
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
It's a bit long not? STE wikidot editor… Shane's text editor wikidot editor in full!
What's if for BTW? I visited your site but in the about or on the home there is not much info. If it would be a stand alone of a wikidot server that would be great, but an editor… what can I use it for?
A - S I M P L E - P L A N by ARTiZEN a startingpoint for simple wikidot solutions.
If you've ever used an IDE for a programming language that gives you a list of methods or variable names as you type… this is going to be the same thing for Wikidot, although it won't be done automatically as you type (through menus and buttons instead)
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
And that's why it's called "STE" … you're not meant to expand it and call it "shane's text editor wikidot editor" XD
Just call it "STE" or "STE wikidot editor"…
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
go to the admin section of your site and make a backup..
gosh, I have about 200M files, that is going to kill me. I really hope wikidot website can add such feature to list all uploaded files.
for time being, I will check recent history as a workaround.
if you make me admin for a second i'll do it for you
A - S I M P L E - P L A N by ARTiZEN a startingpoint for simple wikidot solutions.
go to the admin section of your site and make a backup..
gosh, I have about 200M files, that is going to kill me. I really hope wikidot website can add such feature to list all uploaded files.
for time being, I will check recent history as a workaround.
You can add a wish for a new feature on the feedback (bugs & feature requests) website: http://feedback.wikidot.com
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)