Wikiendo is powered by its readers. Nothing you need to know is technical — if you can write an email, you can contribute.
You're now a Contributor. You can edit any page, add new pages, and write reviews.
Open any article or instrument page. In the bottom-right corner you'll see a floating pencil button ✎. Click it, make changes in the visual editor (works like Google Docs), and hit Save. That's it — your edit is live.
From any page, hover over the left-hand page tree → click the + (New Page) button next to the category where your page belongs.
Pick the right path — examples:
instruments/rotary-files/<file-name>instruments/apex-locators/<device-name>courses/online/<course-name>articles/diagnosis/<your-title>Wiki.js will let you type the content in a Visual Editor (toolbar, no markdown required).
Tags let readers find pages by topic, brand, feature, country, or language. Examples:
category-rotary-files, category-apex-locatorsbrand-dentsply, brand-coltenecountry-italy, language-englishworking-length, glide-path, smear-layerWhen you edit or create a page, the Tags field in the right sidebar lets you pick existing tags or type a new one. Just add it — the first time it's used on a page, the tag is created automatically and becomes clickable everywhere else.
Tip: if you're cataloguing a specialty instrument (e.g., a file specifically for working-length determination), add working-length as a tag. Readers can then click the tag to see every page tied to that concept.
On any instrument or course page, scroll to the Community reviews block near the bottom. Click Write a review. Pick a star rating, optionally add pros/cons, write your experience, and submit.
Your review is live immediately and contributes to the aggregate star rating shown everywhere that instrument/course appears.
You don't need to know HTML, but if you want to add an infobox (the specs table on the right of most instrument pages), paste this at the top of your page in source-edit mode:
<div class="we-infobox">
<div class="we-infobox-title">Product Name</div>
<table>
<tr><th>Manufacturer</th><td>Example Corp.</td></tr>
<tr><th>Material</th><td>NiTi</td></tr>
</table>
</div>
And at the bottom, to attach the community review widget:
<div data-wikiendo-reviews data-type="instrument" data-slug="your-product-slug"></div>
(data-type is instrument or course; data-slug is the last path segment of the page URL.)
Ping Shimon (dr.s.roitman@gmail.com) or open an issue in the project.