NTDLS / NTDLS/TightWiki

Add WYSIWYG editor as alternative to markdown(code) editor

Open
#78 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
47
Forks
12
PR merge metrics
No merged PRs in 30d

Description

In addition to using codemirror (for users who are familiar with markdown/html), give the option to user to toggle(bootstrap checkbox?) "Code Mode" or "Simple Mode" and "Simple Mode" could be a WYSIWYG editor e.g. TinyMce. Swap out the js editor for the Body textarea based on what the user selects. Possibly make the option a user Profile property.

I think you are really limiting the use cases of the project for only users who are familiar with markdown/html by providing codemirror.js only(Although codemirror.js is pretty cool for it's intended purpose IMO).

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the CodeMirror integration and the Body textarea mentioned in the issue. Review how the editor is selected and whether user profile properties already support this preference; compare the proposed Code Mode/Simple Mode behavior with the TinyMCE option. Done means users can toggle between the existing markdown editor and a WYSIWYG editor, with the preference stored if that approach is chosen.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend, web-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.