CLI tool to import your articles to Plume (experimental)
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
Baptiste Gelez dad33831db Merge branch 'master' of github.com:Plume-org/amsterdam 5 anni fa
src New Plume API: no more canapi + Better error handling 5 anni fa
tests/md First commit 6 anni fa
.env New Plume API: no more canapi + Better error handling 5 anni fa
.gitignore First commit 6 anni fa
Cargo.lock New Plume API: no more canapi + Better error handling 5 anni fa
Cargo.toml New Plume API: no more canapi + Better error handling 5 anni fa
Dockerfile Add multi-stage docker file for build/run of amsterdam 5 anni fa
README.md Remove note about post-api 5 anni fa
rust-toolchain New Plume API: no more canapi + Better error handling 5 anni fa

README.md

Amsterdam

Import tool for Plume.

Installing

Clone this repository and run:

cargo install --path .

Importing Markdown files

amsterdam md article1.md article2.md articles/*.md

Amsterdam will ask you for your instance URL, username and password on first run.

The following frontmatter fields are supported:

  • title : the title of your article
  • subtitle: its subtitle
  • tags: a comma-separated list of tags
  • date: the creation date of this article, in the YEAR-MONTH-DAY format