Click anywhere to close this dialog

Farewell

Great is the art of beginning, but greater is the art of ending
Henry Wadsworth Longfellow

I announce that I cease all development and activity in the programming universe indefinitely. My career has reached the turning point I was not expecting for at least another year, leaving me highly off guard and without laid-out plans for this hobby's continuity. I have begun a 5-year residency program in Neurosurgery which is clearly not compatible, time-wise, with programming.

I gave in all my passion for developing, and you gave me back your loyalty and trust, even when I did not deserve that much. Now it is the time for payback. I release all my present and past work as Open Source software, in the hope some talented developer will continue maintaining and expanding my vision of a modern, sleek forum software. The intrinsic flexibility of MyBB is the true hidden gem of an otherwise outdated codebase; I do hope the project can continue and be updated complying to the latest coding standards.

I hereby thank Euan, kawaii, andrewjs18, Ben, Matt, Omar G., effone, Eric J., Devilshakerz, Wildcard, JordanMussi and all the other team members I have had the opportunity to work with when I was a MyBB team member. I thank Tomm M, my mentor, who inspired me to pick up coding with his piece-of-art plugins. And finally, I thank all of you MyBBoost subscribers who have helped me getting through my toughest university years economically.

Yours sincerely, Filippo

FASTyle 2.3

25 Jul 2016 Edited
#1
FASTyle is an all-in-one suite which dramatically improves and speeds up assets management, including templates, stylesheets and javascripts. FASTyle is equipped with a powerful editor and asset manager, giving you fine control over theming development in a single browser tab.

Minimum requirements


PHP 5.4
MyBB 1.8.0
664 chmod on [admin dir]/modules/style/themes.php

Features


[Image: wdl1Cmp.png]

SQUARED NEW FASTyle integrates directly within the themes and templates modules. Hence, it will open straight away when you click on a theme or template set.

AJAXed interface


FASTyle is built with speed in mind; every action is routed to the server with AJAX technology, accounting for its unique real-time feel. Assets are listed in a convenient collapsible sidebar, and once loaded they are added to a tabbed top bar where you can easily switch between opened ones, resembling a standard browser experience. Get, save, add and delete assets anytime and in real-time.

[Image: 4fvamhW.png]

SPARKLES use the CTRL/CMD+S combination to quickly save assets.

Semantic template listing


Struggling to find that particular template you want to edit? Fear no more. FASTyle displays templates semantically, with a parent > child structure you'll love. And the search bar is always there to help you anytime you need.

[Image: 3DT6jHM.png]

Diff comparator


Compare assets to their original versions and edit them as you type. Templates and stylesheets are compared against the local MyBB Master Style versions, while JavaScripts are compared remotely by fetching the original asset from GitHub synchronized with your current MyBB version.

[Image: fcrzyn3.png]

Quick mode


When you perform sensitive actions, like closing unsaved assets or deleting them, you are prompted with a confirmation dialog. Quick mode allows you to bypass dialogs and approve your actions automatically, like a pro.

WARNING SIGN By enabling quick mode you acknowledge that you can permanently delete assets without any confirmation dialog. Templates and stylesheets are saved in the database, so you *might* have automatic backups generated by MyBB's tasks system; JavaScripts are saved in the filesystem and are more prone to data loss.

[Image: AtDzq2d.png]

State memory


FASTyle remembers your editor tuning, including previously opened tabs and the last one being worked on, quick mode and full paging, and sets them automatically once you refresh the page or come back days after. FASTyle's memory is stored in your browser cache and it's theme's specific, so you can work on different themes without letting their own setups interfere with each other.

Stylesheets quick reordering


Drag and drop stylesheets and reorder them wherever you want. In the current version, stylesheets' order is saved automatically after 4 seconds from the last drop.

Distractions-free mode


Aka: full paging. It allows you to work better by having zero distractions over your coding sessions.

Custom theme


A custom and handmade theme is included to rest your eyes in delight while managing your beloved MyBB board.

Sublime Text keymap


FASTyle adds the popular Sublime Text keymap to CodeMirror: here you can find the complete list of keyboard shortcuts you can use to improve your template and stylesheet management.

Revamped find and replace


A revamped find and replace module for CodeMirror is included. This is one of the hottest features included in FASTyle, as CodeMirror's standard functionality lacks friendliness and it's one of the biggest bottlenecks faced by its users. FASTyle's version works much like any advanced code editor for OSes, persisting on screen after the search, highlighting matches properly and in real-time.

[Image: nF1xnjO.png]

From the original idea of @Eric J.. Thank you Eric.

You can follow FASTyle's development here: FASTyle development.

Installation


To install, simply upload the plugin to your plugins directory and Install & Activate FASTyle from the plugin list.

Upgrade


Uninstall the previous version, replace the old files with the new ones and install the plugin again.


This project is licensed under

MIT


A simple license with little to no use restrictions, except for author's crediting. Read the provided LICENSE file for more informations.

Permissions

Commercial use
Modification
Distribution
Private use
Limitations

Warranty
Liability
Conditions

License notice
Copyright notice
Filename Size Downloads
215.96 KB 184
Tac, andrewjs18, Jopie And 13 others like this post
tedem 29 Dec 2017
#51
Thanks @Shade
Serpius 6 Nov 2018
#52
I am trying out FASTyle 2.0 for my website.

I am not 100% satisfied with the clarity of the editor font text. It is too fuzzy, out of focus.

Look at the screenshot.

https://i.gyazo.com/c098707ef7e50f67018f...12963c.png
Shade 6 Nov 2018
#53
That’s most probably because you’re using a custom theme for your ACP. FASTyle does not reset the text style completely, so you must reset that by yourself. I may implement a CSS reset in the future, albeit it’s not top priority at the moment.
Serpius 6 Nov 2018
#54
Ok, I have deactivated the FASTyle due to your reason.
Shade 21 Mar 2019
#55

PUBLIC ADDRESS LOUDSPEAKER FASTyle 2.1 is out


FASTyle 2.1 is now available. This is a bugfix and feature release which brings MyBB 1.8.20 compatibility, given critical changes were deployed alongside such as jQuery 3.0. Version 2.1 also updates CodeMirror to its latest release.

This version includes the following bugfixes and new features:
BUG searching any asset prevents template groups to be collapsed
BUG jQuery 3.0 breaks tooltips and sidebar scrolling
SQUARED NEW autoclose tags and brackets when sensible characters are typed for faster markup writing
SQUARED NEW CodeMirror updated to version 5.45.0

To upgrade:
KEYCAP 1 uninstall FASTyle
KEYCAP 2 replace old files with the new ones
KEYCAP 3 install & activate FASTyle again
tedem, effone, Eldenroot like this post
Eldenroot 21 Mar 2019 Edited
#56
Thats great! Thank you!!!

Shade is possible to change the font? It is not clear sometimes... also some diff changes are not readable (similar colors).
Shade 21 Mar 2019
#57
I’ll see what I can do, although the font should be clear on most devices (maybe Windows lacks some antialiasing?). You can change the appearance by yourself in /admin/FASTyle/editor.css anyway.
effone 22 Mar 2019
#58
Also, a light theme blending MyBB color scheme ...
Actually I made one but since there is no option to apply (other than plugin's core edit) and actually 2 theme in one (FASTyle frame with codemirror blending) its hard to handle ...
Shade 22 Mar 2019
#59
A light theme is planned. The dark one is also going to be revisited in some colors.
effone likes this post
effone 22 Mar 2019
#60
Also just wanna let you know the sidebar listing scroll is getting freezed even after updating to 2.1.
Need to go full screen and then restore back to regain functionality of listing vertical scroll.