Skip to content

linksplatform/Data.Doublets.Lino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitpod

NuGet Version and Downloads count Actions Status Codacy Badge CodeFactor

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.

Depends on

Tools

SYNOPSIS

lino2links SOURCE DESTINATION [DOCUMENT_NAME]

PARAMETERS

  • SOURCE - a lino file path.
  • DESTINATION - a links storage file path.
  • DOCUMENT_NAME - a document name.

Note:

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.

Example

  1. Install
    dotnet tool install --global lino2links
  2. Import a lino file from a doublets links storage
    lino2links notation.lino db.links "MyDocument"

SYNOPSIS

links2lino SOURCE DESTINATION [DOCUMENT_NAME]

PARAMETERS

  • SOURCE - a links storage path.
  • DESTINATION - a lino file path.
  • DOCUMENT_NAME - a document name.

Note:

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.

Example

  1. Install
    dotnet tool install --global links2lino
  2. Export lino file to doublets links storage
    links2lino db.links notation.lino "MyDocument"