-
Notifications
You must be signed in to change notification settings - Fork 3
Basic Operations for File Box
suewonjp edited this page Mar 19, 2017
·
10 revisions
- Right-click anywhere on the empty space in File Box to invoke the context menu.
- Click Upload File from the context menu.
- The Upload Dialog will appear.
- Select the destination folder where your file will be placed in File Box.
- When the destination folder is selected, its font color will become cyan like the figure below
- Click Choose button.
- This will bring up the file upload dialog of your browser.
- Choose the file you'd like to upload and confirm it.
- Then OK button will appear at the bottom with some shake animation.
- Click the OK button.
NOTE
When you upload a file to the location where there already exists a file with the same name, the uploaded file will overwrite the existing one (Since version 0.9.0.RC6)
Figure 1. File Upload Dialog
This operation can be performed with a simple Drag & Drop.
- Open Fragment Editor to edit the Fragment that you want to hold a link to the target file.
- Grab the target file in File Box with your mouse.
- Drag and drop it to the content area (textarea elemnt) in Fragment Editor.
- A Civilizer Custom Markup Command will be generated at the place where the caret was located.
- After saving the Fragment, you can see a link to the file generated. (If the file is an image, the image will be shown instead of link)
- What will happen by clicking the link depends on:
- The type of file.
- Behavior of your browser specified for that type of file. (mostly downloading)
- Right-click on the file/folder you'd like to rename.
- A dialog appears.
- Rename it.
- Click OK.
- Right-click on the file/folder you'd like to move.
- A Move Dialog will appear. (Its appearance is similar to the File Upload Dialog)
- Select the destination folder.
- When moving a folder, You can't move it to certain destinations:
- Such as to a folder which is the moving folder's sub folder.
- In such cases, a warning message will appear and you won't be able to proceed.
- When moving a folder, all of its sub folders and files will be moved.
- When moving a folder, You can't move it to certain destinations:
- Click OK.
- Right-click on the file/folder you'd like to delete.
- Click OK on the confirm dialog.
- Right-click on the file/folder you'd like to check out.
- This will bring up the information window for the file/folder.
- You have a path to the file/folder at the top.
- If the target is a file, the path is clickable.
- So you can download or view the file based on your browser's setting on the file type.
- You'll see Get Fragments Containing This File link in the middle.
- By clicking the link, all Fragments linked with that file will be fetched.
- If the file is a image format that Civilizer recognizes, then the window will display the image.
- You have a path to the file/folder at the top.
NOTE
The following limitation used to exist in older versions, But is irrelevant for newer versions (Since 0.9.0.RC6)
-
You can't update any of existing files in File Box through Civilizer UI interface.When you try to upload a file to the location where a file with the same name already has been placed, an error will occur.-
You can do either of the following workarounds:Delete or move the existing file first, then upload the new file.-
Highly likely, you may have access to the underling file system if you run Civilizer on your desktop. So you can replace the target file via the native file system.To figure out the File Box location on your file system, refer to civilizer.file_box_home option in your app-options.properties file
- civilizer official page
- civilizer github page
- civilizer sourceforge page
- civilizer twitter - @civilizer_pkm
- civilizer tutorial video
- civilizer wiki and online docummentations
- feature request & bug report & other issues
- γ·γγ©γ€γΆγΌζ₯ζ¬θͺηGithubγγΌγΈ
- γ·γγ©γ€γΆγΌζ₯ζ¬θͺηγγγ₯γ‘γ³γ
- Fragment
- Tags on Civilizer
- File Box
- Panels on Civilizer
- Searching Fragments on Civilizer
- Private Home Directory for Civilizer
- Basic Operations for Fragments
- Basic Operations for Tags
- Basic Operations for File Box
- Basic Operations for Search Dialog
- Panel Toolbar Menus