[nodebb-plugin-ns-slugify] NS Slugify
-
NodeBB: Slugify
Auto transliteration of slugs.
Install
Important Note: Plugin uses very latest filters from NodeBB, you should have latest master
npm install nodebb-plugin-ns-slugify
Entities
List of NodeBB entities that will be processed and transliterated:
- Categories
- Topics
- Users
Notes
- Plugin only supports transliteration from Cyrillic to Latin.
-
Version 1.1.0
- Slugs will be processed for category edits
- Slugs will be processed for topic edits
Important Note: to properly function, latest changes to NodeBB are needed.
-
Oh, looks like i need to use "master" branch instead of "v0.7.x", but i'm trying to do
git fetch git checkout master
it says:
error: Your local changes to the following files would be overwritten by merge: minifier.js public/language/ru/user.json Please, commit your changes or stash them before you can merge. Aborting
How do i switch the branch ?
-
@leksar you can discard changes (
git checkout -- .
) before switching to the another branch (master) or you can stash them, and pop stash changes after branch switch. Anyway, It's to early for master switch, some changes are part of active pull request.As I understand, this plugin will be fully supported by future
0.7.1
release of the NodeBB.
Copyright © 2024 NodeBB | Contributors