Skip to content

flavea/BBCode-Live-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBCode Live Editor

Netlify Status

Current Features

  • Live preview
  • Sync Scrolling
  • Several Themes: Clear Sky, Sunset, Dawn, Glutton
  • Changing editor and preview font and font size
  • Shortcuts
  • Can be installed as a PWA
  • Save as text file
  • Open txt and docx file
  • Save and sync on cloud

Note

To run locally and enable cloud/firebase, add your own configuration on firebase.js. On your firebase project, create a database on firestore and create document named 'documents'.

    apiKey: apiKey,
    authDomain: authDomain,
    projectId: projectId,
    storageBucket: storageBucket
    messagingSenderId: messagingSenderId,
    appId: appId
};```

**Credits**
*   Inspired by [Marcdown](https://github.com/liyasthomas/marcdown).
*   Using javascript bbcode rendering from [qgustavor](https://codepen.io/qgustavor/pen/RaZmVR).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published