update to 1.10 & add doc for print, importing

This commit is contained in:
qwjyh 2024-01-02 08:33:46 +09:00
parent f03b5f25f3
commit ecd0d1c7b7
4 changed files with 13 additions and 3 deletions

View file

@ -29,3 +29,5 @@ You can also edit existing notes with [`assign_note!`](@ref).
### Exporting
Use [`export_log`](@ref) to export log to `io` or `file`.
### Importing
Do `using Dates` first and just `include("filename")` and it will return `Vector{CoordLog}`.