Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 620 Bytes

hledger-web-tips.md

File metadata and controls

17 lines (13 loc) · 620 Bytes

hledger-web tips

Edit, upload, download

hledger-web does allow you to edit, upload or download the whole journal file, but for some time it has been undocumented. Use the --capabilities flag to add "manage" permission:

$ hledger-web --capabilities=view,add,manage

Then you'll see a new spanner button to the right of the search bar. Click this to edit, upload or download your main data file or included files.

The url for the editform looks like this:

http:https://127.0.0.1:5000/edit/%2Fabsolute%2Fpath%2Fno%2Fsymlinks%2Fto%2Fdesired.file

See also: http:https://hledger.org/hledger-web.html#permissions