LinksPlatform's Platform.Data.Doublets.Lino Class Library.
Namespace: Platform.Data.Doublets.Lino
NuGet package: Platform.Data.Doublets.Lino
PDF file with code for e-readers.
lino2links SOURCE DESTINATION [DOCUMENT_NAME]
SOURCE
- a lino file path.DESTINATION
- a links storage file path.DOCUMENT_NAME
- a document name.
DOCUMENT_NAME
is used to define what name to save a document with. A links storage can contain multiple lino documents. If document name is not specified the entire links data store is exported or imported as is.
- Install
dotnet tool install --global lino2links
- Import a lino file from a doublets links storage
lino2links notation.lino db.links "MyDocument"
links2lino SOURCE DESTINATION [DOCUMENT_NAME]
SOURCE
- a links storage path.DESTINATION
- a lino file path.DOCUMENT_NAME
- a document name.
DOCUMENT_NAME
is used to choose which lino document to export from a links storage. A links storage can contain multiple lino documents. If document name is not specified the entire links data store is exported or imported as is.
- Install
dotnet tool install --global links2lino
- Export lino file to doublets links storage
links2lino db.links notation.lino "MyDocument"