Coder Social home page Coder Social logo

Comments (9)

Shade- avatar Shade- commented on August 19, 2024

How will data be stored and processed? If we're going to store already parsed data and an original content to allow edits (so two database fields: one for preprocessed content, one for non-processed content), https://quilljs.com would be the nicest of them all IMHO. It needs a Quill-to-BBCode/Markdown parser, but its API is well documented.

from mybb2.

euantorano avatar euantorano commented on August 19, 2024

That's a good question. Currently we store data pre-parsed, but there are a few downsides:

  • BBCode/MyCode when added or modified won't be supported until a post is edited
  • @ style mentions won't track username changes, leading to confusion

@dvz Suggested that for the second issue we can pre-parse content that doesn't contain mentions, and otherwise parse on display. This is a possibility.

I think that really we need to benchmark the parser to make a decision.

from mybb2.

AdrianKuriata avatar AdrianKuriata commented on August 19, 2024

I suggest summernote, big machine and very configurable.

from mybb2.

kawaii avatar kawaii commented on August 19, 2024

I'm not sure if this is somewhere we can suggest editors but my vote goes for Monaco:

https://microsoft.github.io/monaco-editor/

from mybb2.

euantorano avatar euantorano commented on August 19, 2024

Yes, this is as good a place as any to suggest editors. A good suggestion should explain the features provided, the license, etc.

Monaco seems to be mostly targeted towards the writing of code, rather than prose (this is for the editor used to markup posts).

from mybb2.

Broatcast avatar Broatcast commented on August 19, 2024

Have a look on StackEdit
https://github.com/benweet/stackedit
https://stackedit.io/

a nice and clean editore, i love the live preview function and its easy to customise to

from mybb2.

Shade- avatar Shade- commented on August 19, 2024

Regarding this post and related ones, if we are really going the mixed parser way I guess Quill is the only choice we have. I've been looking for already-built editors with BBCode and Markdown support but either they do not support one of the above, or they support them separately.

The main advantage of Quill is that it uses its own logic and formatting, which can be then converted to whatever you like. That's why I would choose it, even if we'll need to write our own Quill-to-BBCode/Markdown JavaScript parser.

from mybb2.

effone avatar effone commented on August 19, 2024

Certainly not fulfilling all of our requirements, but have just come across this feature-rich Markdown editor and wanted to share with you guys:
https://github.com/nhnent/tui.editor

from mybb2.

effone avatar effone commented on August 19, 2024

Also, I guess this MarkItUp! a good start?

Its an old one, light-weight, very flexible to suit our need ... This is not a full fledged editor but an engine to make editor as per requirement on top of it, as they say ...
Supports HTML, BBCode, Textile, Markdown, Dotclear, Wiki even own custom markups << This may be helpful for custom MyCodes ?
https://github.com/markitup/1.x

from mybb2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.