Skip to main content

Questions tagged [editor]

Program or tool to manipulate content.

0 votes
3 answers
222 views

Patterns for handling concurrent modifications to resources in web app

While making an LMS web app, I was looking for a way to provide a nice UX while communicating the user that a resource they were trying to edit was already being worked on by another user. For example,...
Samuele B.'s user avatar
-1 votes
1 answer
70 views

How to integrate AI assistance to a regex entry field?

I've got an existing app where users can enter regex expressions that they'd like to match against text to create a "trigger". Players can also add code to these triggers that will get ...
Vadim Peretokin's user avatar
1 vote
1 answer
32 views

Editing test case data inside of a coding problem editor

I'm making an LMS web application which allows teachers to create programming exercises. A programming exercise has one or more test cases, i.e. pair of input and expected output that a student's ...
Samuele B.'s user avatar
0 votes
1 answer
255 views

UX of a "publish" button with three states

I am making a school webapp. Teachers have an editor from which they can create exercises. Exercises are meant to be used to create exams/assignments, or they can be made publicly available to ...
Samuele B.'s user avatar
0 votes
1 answer
54 views

Programming platform UX

I made a webapp that allows users to take on programming exercises: the assignment text is shown to the user, they have an editor to type code, and the code they submit is tested against a test case ...
Samuele B.'s user avatar
0 votes
1 answer
342 views

UX of "ghost input" vs "Add" button

I've recently been noticing a pattern, in editors where you can create collections of objects (for example, in the editor for a multiple choice question when creating the possible answers), where ...
Samuele B.'s user avatar
0 votes
2 answers
464 views

Editor's autosave UX

I'm making a web app in which users have access to an editor which auto-saves their changes. I'm looking for a way to provide better feedback than I'm doing now about the auto-saving and possible ...
Samuele B.'s user avatar
1 vote
2 answers
66 views

Signify that some input controls map to private information

I'm developing an app meant to be used by a school; user personas are teachers and students. Teachers can add exercises to the app database through an editor. Some of the fields of an exercise are ...
Samuele B.'s user avatar
0 votes
1 answer
126 views

Editor for teachers to create exam, exercises, and questions

I'm making a webapp for my local university, which allows teachers to create exams made up of open-ended/multiple-choice questions and JavaScript programming exercises, as well as group them by topic ...
Samuele B.'s user avatar
2 votes
1 answer
257 views

User friendliness of 'floating' WYSIWYG editors such as Medium and Summernote 'Airmode' [closed]

Currently there are some WYIWYG editors (medium.com and summernote airmode)that provide a 'floating' toolbar to edit the text. I.e. The user highlights the text and a toolbar shows up above the text ...
Alesis's user avatar
  • 558
0 votes
1 answer
74 views

Best practice for nested, modifyable 2d rectangles in an editor

Overview Summary User can resize, move and add boxes at will A box may have endless amount of sub-boxes Editing sub-boxes is currently done by opening another window Sub-boxes usually fill the ...
X39's user avatar
  • 103
5 votes
1 answer
391 views

Should "Enter" create a large or small line spacing on text editors?

On some popular rich text editors like CKEditor, the default behaviour for pressing "Enter" is to create a new paragraph (a <p> tag), while on the others, like the textarea here on Stackexchange,...
user2335065's user avatar
0 votes
1 answer
70 views

Editor functionality

We have an editor that allows you to build a static page. On the left sidebar of the editor are buttons that allow you to change the colors, text, add images, etc. On the right is a preview of the ...
M Bo's user avatar
  • 1,394
1 vote
1 answer
121 views

Why no true black background in dark themes?

Editors and IDEs like Atom and Eclipse display white on gray, not white on black. As some who wants maximum contrast I find that unintuitive, as I can just reduce monitor brightness and increase ...
Konrad Höffner's user avatar
2 votes
2 answers
104 views

What is the best way to display properties on an editor?

A little bit of context to make my self more clear. I am working on software tool that is meant for designing UIs. My next step is to create a properties area, where you edit the width/height, x/y, ...
C. Michael's user avatar

15 30 50 per page
1
2 3 4 5