Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loqui-markup

Welcome! The custom markup language used in Loqui chat messages, along with its Dart parser, is developed here.

The language is defined by SPEC.md, which is written to be implemented in any language, so a later backend parser produces the same trees this one does. The spec is normative, this package is one implementation of it.

Status

Under active development, currently only the foundation is done.

  • Spec version targeted: 1 (doc revision 1.1)
  • Package version: 0.1.0

Searching for something else?

Frontend: https://github.com/loqui-chat/loqui-frontend

Backend: https://github.com/loqui-chat/loqui-backend

Using it

dependencies:
  loqui_markup:
    git:
      url: https://github.com/loqui-chat/loqui-markup.git
      ref: v<current_version>

There are no runtime deps, and there will not be any

Flutter callers should import with a prefix, since Text and Code collide with widget names:

import 'package:loqui_markup/loqui_markup.dart' as md;

Docs

Will be written in a separate files once everything works.

Development

dart pub get
dart format .
dart analyze --fatal-infos
dart test

License

MIT, see LICENSE

About

Welcome, this is the repo where the custom Loqui Markdown Parser will be developed.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages