Skip to content

grosenberg/Fluentmark

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 

Logo

FluentMark

A full-featured Markdown editing environment for Eclipse.

Features

  • Standard Markdown syntax
  • Extended syntax
    • Html - inline & block
    • Math - inline & block
    • Latex - inline & block
    • Graphs - Graphviz Dot language block
    • Uml - PlantUml language block
  • Liveview - real-time external browser rendered preview
  • Spell check with quick-assist correction processor
  • Smart editing behaviors, including intelligent paragraph, list & blank line handling
  • Table editor
  • Text, list and table formatter
  • Stylesheet controlled editor presentation
  • Outline view with drag-and-drop support

Use

Details on how to use Fluentmark.

Details on the Semantic Styling feature.

Screenshot

screen shot

Graph presentation using Graphviz Dot

Installation

Installation:

Certiv Tools update site: https://www.certiv.net/updates

Requirements

  • Eclipse 2021-03
  • JDK 11+
  • Graphviz for Dot and PlantUml language blocks
  • Pandoc and a LaTeX processor (like MikTeX) for Html and Pdf export

Configuration

Eclipse Preference pages ---

Window -> Certiv Tools -> FluentMark

To use the Pandoc converter, select the pandoc executable from the local filesystem on the Pandoc Converter tab.

To use Graphviz Dot, select the dot executable on the Fluentmark preference page. Note, if Graphviz is installed in a non-default directory, PlantUML requres that the GRAPHVIZ_DOT environment variable be set to the actual installation directory.

To use the BlackFriday converter, install the customized blackfriday-tool from GitHub. A Windows 64-bit compiled executable is available for download blackfriday-tool.zip. The blackfriday-tool executable can then be selected on the BlackFriday Converter tab.

Support

Open an issue on Github. Provide as much information as possible:

  • a minimal Markdown document that demonstrates the issue(s)
  • the error message(s) encountered
  • OS, Eclipse and JDK versions

Resources

  1. Markdown Syntax
  2. TeX Syntax Documentation
  3. PlantUML Language Specification
  4. Graphviz Documentation

License

EPL