• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.1 Latest
Buy Hosting

Alignment options on default composer

Scheduled Pinned Locked Moved General Discussion
12 Posts 6 Posters 3.3k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    userbr
    wrote on last edited by
    #1

    Does anybody know witch composer is that? My forum uses the default composer, because redactor bugs quote notifications, and we are really interested on the alignment options.

    alt text

    If there's a plugin to fix that, it would be great as well. I search through out the plugin section and didn't found it.

    1 Reply Last reply
    0
  • Jared14406J Offline
    Jared14406J Offline
    Jared14406 Translator
    wrote on last edited by
    #2
    This post is deleted!
    1 Reply Last reply
    -1
  • frissdiegurkeF Offline
    frissdiegurkeF Offline
    frissdiegurke Plugin & Theme Dev
    wrote on last edited by
    #3

    I guess it's nodebb-plugin-buttons-galore (add-on for default composer); is most likely not compatible with latest NodeBB thought (was last modified for 0.6.0 as of commit messages).

    U 1 Reply Last reply
    0
  • U Offline
    U Offline
    userbr
    replied to frissdiegurke on last edited by
    #4

    @frissdiegurke yes, it out dated 😞

    bitbangers is running a composer with those options, I asked there too.

    1 Reply Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    wrote on last edited by
    #5

    It is possible to extend alignment options to the markdown plugin... will take time, is all 😄

    1 Reply Last reply
    1
  • qgp9Q Offline
    qgp9Q Offline
    qgp9
    wrote on last edited by
    #6

    @julian said:

    It is possible to extend alignment options to the markdown plugin... will take time, is all

    But the markdown doesn't have alignment syntaxes, does it?
    Or do you mean any known extended markdown or NodeBB custom syntax?

    U 1 Reply Last reply
    0
  • U Offline
    U Offline
    userbr
    replied to qgp9 on last edited by userbr
    #7

    @qgp9 said:

    @julian said:

    It is possible to extend alignment options to the markdown plugin... will take time, is all

    But the markdown doesn't have alignment syntaxes, does it?
    Or do you mean any known extended markdown or NodeBB custom syntax?

    sad that those buttons aren't already included in the default composer 😥

    qgp9Q 1 Reply Last reply
    0
  • qgp9Q Offline
    qgp9Q Offline
    qgp9
    replied to userbr on last edited by
    #8

    @userbr If we decide a syntax for it, then implementation is not big deal, just time as @julian said.

    But a decision of new syntax is not easy.

    For example, if you use a MagicBlock , you can easily implement aligment with custom css, even though there is no buttons.

    {{.left some text }}
    {{.right some text}}
    

    and custom css

    .left { text-align: left; }
    .right{ text-align: right; }
    

    or with macro if you don't want to allow class syntax.

    BUT, I don't insist this block syntax to any standard, a syntax is not easy decision.

    1 Reply Last reply
    1
  • U Offline
    U Offline
    userbr
    wrote on last edited by
    #9

    My forum is very heavy in terms of post editing, gifs, img embedding and stuff like that. Also, we have over 30k members. So it's hard not to have those buttons, because not all members would get how to use features.

    Composer redactor is IDEAL for us, except for the fact that it bugs quote notifications - witch would also become a demand.

    1 Reply Last reply
    0
  • exodoE Offline
    exodoE Offline
    exodo Plugin & Theme Dev
    wrote on last edited by
    #10

    We had time ago, then we removed cause having more icons on the composer makes it even crazier on mobile

    Can check it here

    https://github.com/exo-do/nodebb-plugin-exodo-editor/commit/0d7ce8a90481822de9266234ee823fbdfdce92fd

    https://github.com/exo-do/nodebb-plugin-exodo-editor/commit/955c2f022d2707a2fa1b752360d19d70cc9f3bba

    U 1 Reply Last reply
    0
  • U Offline
    U Offline
    userbr
    replied to exodo on last edited by userbr
    #11

    @exodo since you removed it we can't try it on, right? I'd like to see if it adapts our forum, despite the mobile glitch tho.

    exodoE 1 Reply Last reply
    0
  • exodoE Offline
    exodoE Offline
    exodo Plugin & Theme Dev
    replied to userbr on last edited by
    #12

    @userbr said:

    @exodo since you removed it we can't try it on, right? I'd like to see if it adapts our forum, despite the mobile glitch tho.

    You can try it on that commit
    Will be nice to have it on composer default @staff

    1 Reply Last reply
    2

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development