-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WYSIWYG Editor for Application Note #111
Comments
See https://github.com/brantje/ownnote for current work on this. |
@Henni What's your opinion regarding the idea to merge the existing notes apps? (See Fmstrat/ownnote#329 (comment) and brantje/nextnote#5 (comment)). Of course, it would be hard to decide into which direction the merge should go ... |
@korelstar still undecided. |
Well, if the API structure doesn't differ much it would be possible to serve the Notes API from within the NextNotes app. |
I think it's a good idea to merge all notes applications into one if the NextCloud API and ownCloud allow it. If you do not allow it, then the remedy would be to bridge all APIs. |
We will have problems with routes, as those will https://github.com/brantje/ownnote/issues/5#issuecomment-313310273. |
@Henni (cc @nextcloud/notes)
Did I miss anything? |
@korelstar There is an android app for ownNote too: https://github.com/Fmstrat/ownnote-mobile OwnNote also saves to either both filesystem and database or database only. |
Thanks, I've updated the list. I think I did not list the Android client, since I read somewhere, that a comepletely new app should be developed. But I added it now. |
Yep - I suggest everyone to check out the great iA Writer app which the Notes app also took inspiration from: https://ia.net/writer/ Notes is all about focus on writing and quick loading and painless sync.
We could do it similarly, just like with the inline Markdown: As soon as you put in a slash and write after it, you could get images or files in the same folder recommended for autocompletion. |
So,long as it supports select-copy middleclick-paste I'm happy 👍 |
So, we had some time to think about the main goals of both apps. What is the conclusion when comparing them? Are they compatible and a merge would be reasonable or will we have forks again soon or later (see brantje/nextnote#5 (comment))? |
My 2 cents: I think it would be possible to use a common server backend. We would only need to sync on how we support groups, tags, ... At least an option using files and folders only, so that offline work on the notes is possible would also be good. With that in place anyone could come up with a front end for his/her favorite file format and editor. A common/generic editor seems to be impossible to achieve for me (or it would be a real monster). |
That usually doesn’t happen though, and is also not really something we want. We should encourage working together on one (or maybe two) good apps. We had the same issue in the past with Calendar and Contacts and the infamous Calendar+ and Contacts+ apps which ended up unmaintained. The key is that the current notes app already enables that: You can use whichever app you like, even the files_texteditor, since it just uses plain text files. And the default Notes app gives a nice, non-distracting, well-designed interface. |
Hi all. I come from here nextcloud/notes-android#272 by kind indication of @stefan-niedermann My suggestion was, too, adding an optional WYSIWYG interface because I think that the majority of common mobile devices users don't understand why do they need to learn a markup language instead just selecting some text and tappin some button to format, like they accustom to do in their text processors or other mobile notes apps; and see all these "*s", "#s" "===s", etc like "yet another geeky and obscure FLOSS things". It would be also handier and quicker in many cases (doing a couple of quick modifications here and there) even for, more or less, "Markdown literate users". I want to state clear that I'm not proposing switching from Markdown format for the notes to HTML at all. I'm convinced that besides the advantages of MD's simplicity and the possibility to edit MD files in almost any digital text write capable thing, MD is potent enough for the needs of at least 95% of users, that only want some basic text formatting, media, principally images, embedding and perhaps chechkboxes for tasks and such. I don't even believe that the vast majority does ever use tables nor code text formatting, which are already present in the MD specifications. So there's no need to complicate things with HTML, pease don't get me wrong. I suggest only an interface improvement that might make the Nextcloud notes much more accessible to common users and handier in some occasions for those who already know how to compose texts in Markdown. A more graphical interface so users can edit their notes without needing to learm Markdown syntax and can see the results inmediately on a single view, instead of having to switch from a code view to the definitive view and switch back to the code view to continue editing, and then swit... As I said in the aforesaid conversation, there are a lot of web apps that work this way. See, for example, Telegra.ph, Pen Editor or this plugin for MediumEditor. All of them permit the users to edit the text in a WYSIWYG mode and don't clutter at all the interface. I hope I've contributed to the discussion with some valid point. |
That slash thing you propose is a really nice idea, handier than typing that Would it be possible to type |
@eemantsal maybe it’s best to open a separate specific issue about this since here it’s closed and so long already. :) Mind doing that, maybe including the reference to iA writer? |
Sure. I came to this thread because Hr. Niedermann pointed me here. I didn't notice this issue was closed, sorry. |
@jancborchardt, I don't know how could I make a reference to that nice feature of iA Writer for embedding media files because my post was about a WYSIWYG interface, not about improving the plain text editor. I do agree with what you said, it's a good idea, but it's a raher unrelated topic, I think. :-| |
Ability to add a WYSIWYG editor such as JCE or TinyMCE, to edit notes with tools more fully and intuitively.
The text was updated successfully, but these errors were encountered: