coupling


License

License

MIT
GroupId

GroupId

ph.samson.remder
ArtifactId

ArtifactId

coupling_2.12
Last Version

Last Version

0.0.13
Release Date

Release Date

Type

Type

jar
Description

Description

coupling
coupling
Project URL

Project URL

https://github.com/esamson/remder
Project Organization

Project Organization

ph.samson.remder
Source Code Management

Source Code Management

https://github.com/esamson/remder

Download coupling_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/ph.samson.remder/coupling_2.12/ -->
<dependency>
    <groupId>ph.samson.remder</groupId>
    <artifactId>coupling_2.12</artifactId>
    <version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/ph.samson.remder/coupling_2.12/
implementation 'ph.samson.remder:coupling_2.12:0.0.13'
// https://jarcasting.com/artifacts/ph.samson.remder/coupling_2.12/
implementation ("ph.samson.remder:coupling_2.12:0.0.13")
'ph.samson.remder:coupling_2.12:jar:0.0.13'
<dependency org="ph.samson.remder" name="coupling_2.12" rev="0.0.13">
  <artifact name="coupling_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='ph.samson.remder', module='coupling_2.12', version='0.0.13')
)
libraryDependencies += "ph.samson.remder" % "coupling_2.12" % "0.0.13"
[ph.samson.remder/coupling_2.12 "0.0.13"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8

Project Modules

There are no modules declared in this project.

Remder

Join the chat at https://gitter.im/esamson/remder

Renders a live HTML view of a Markdown file. Bring your own editor.

demo

Install

Use Coursier to add the remder-app launcher to your $PATH. For example (assuming ~/.local/bin is in your $PATH):

$ coursier bootstrap ph.samson.remder:remder-app_2.12:0.0.13 -o ~/.local/bin/remder-app

Check out Maven Central for the latest available releases and snapshots.

note: If you don't have coursier, see here.

Use

Provide the markdown file as an argument to remder-app.

$ remder-app README.md

This launches the preview window. Edit with your favorite editor and remder automatically picks up and renders any changes when you save your edits.

Use with Vim

I use vim-markdown for my own markdown editing needs. In my ~/.vimrc I map \r to launch remder-app.

autocmd Filetype markdown nmap <leader>r :w \| :silent !remder-app '%' &<CR>

Embedded Diagrams with PlantUML

You can embed PlantUML diagrams as a uml code block.

```uml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
```

Sequence diagrams work out of the box but for other diagram types you will need to have Graphviz (the dot command) on your system. See PlantUML Installation notes.

View in Browser

To view a (static) rendering in your default browser, press b on your keyboard. There you'll have all the nice things your browser can do for you like printing your document and copy-pasting the rendered HTML into Gmail or Google Docs. (Actually, in my testing, copy-pasting rendered HTML from the remder view works on Mac OS X but not in Fedora).

Versions

Version
0.0.13
0.0.11+1-8b2b2fb0
0.0.11
0.0.10+19-005cf790
0.0.10+18-e0ee0792
0.0.10+17-2a44d436
0.0.10+15-bb131fde
0.0.10+2-9fef7d9d
0.0.10+1-333d04d4
0.0.10
0.0.9+21-70bd2693
0.0.9+21-f407d26c
0.0.9+20-187f0437
0.0.9+20-2cf2641e
0.0.9+19-6f0e374e
0.0.9+17-26eeb4f6
0.0.9+16-c22d0df9
0.0.9+15-7657e7de
0.0.9+13-06c4dc92
0.0.9+12-32616599
0.0.9+5-fa414501
0.0.9+4-114a5f0a
0.0.9+3-6738fd66
0.0.9+2-d624e71a
0.0.9+1-cebd719a
0.0.9
0.0.8+6-61b8581f
0.0.8+6-a8f7c686
0.0.8+5-3dbe5d1e
0.0.8+3-8ba87d19
0.0.8+2-97e791a7
0.0.8+1-16026295
0.0.8
0.0.7+5-023985be
0.0.7+4-839eef25
0.0.7+3-9e286957
0.0.7+2-40f58f6e
0.0.7
0.0.6+2-bf598de7
0.0.6+1-5e761e07
0.0.5+5-c06b7b21
0.0.5+4-07e96dc6
0.0.5+3-32875d76
0.0.5+1-5b2a1a2a
0.0.5+1-f15e604e
0.0.5+1-f3eeafc5
0.0.5+1-d9d20977
0.0.5
0.0.4+3-352b6756
0.0.4+1-9873f389
0.0.4
0.0.3+5-940014c0
0.0.3+4-a46cc511
0.0.3+3-4f3073b1
0.0.3+2-42b180a2
0.0.3+1-07e5fc24
0.0.3
0.0.2+1-7f94b62c
0.0.2
0.0.1+3-f4780c78
0.0.1+2-80ea5ef8