Skip to content
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 Document Writer like Office #383

Closed
ASchmidt84 opened this issue Oct 16, 2016 · 9 comments
Closed

WYSIWYG Document Writer like Office #383

ASchmidt84 opened this issue Oct 16, 2016 · 9 comments

Comments

@ASchmidt84
Copy link

Hi,
I am trying to build the RichTextFX to a looking like microsoft office or openoffice. With the same functionality. Add pics, special chars an so on.
Now my first question is, how to set the editor to change the font view. I can style a webpreview like as a4 pages with content, but I dont think that this is way here?
André

@JordanMartinez
Copy link
Contributor

I am trying to build the RichTextFX to a looking like microsoft office or openoffice. With the same functionality. Add pics, special chars an so on.

That's possible, but it's going to take a lot more PRs for that to happen. At the same time, I'm wondering how much of what you want fits into the scope of RichTextFX.

how to set the editor to change the font view. I can style a webpreview like as a4 pages with content, but I dont think that this is way here?

Sorry, but I don't understand what you're asking.

@ASchmidt84
Copy link
Author

I can change the looking of HTMLEditor or WebView. After the change I have a editor looking like an blank a4 paper.
After looking deeper in code, i think also that this isnt a simple task :(

@JordanMartinez
Copy link
Contributor

I'm still not fully understanding what you want to change. After looking at WebView's and HTMLEditor's CSS guide, I'm guessing you want to change how the font is displayed, in which case you should see this project's CSS Reference Guide located in the project's wiki.

After looking deeper in code, i think also that this isn't a simple task :(

Yes, it won't be easy. #356 would add support for displaying additional items besides rich text (e.g. emoticons, shapes, etc.). Even so, there's been no discussion about how to set up the view (StyledTextArea) in such a way that it only allows so much text before a visual page border appears (e.g. paper-size support and margin support). Besides that, Tomas' original goal was to create this project as a base upon which others could build code editors. So, we'd probably be focusing on other items first (e.g. support for a tablet's popup-keyboard) before getting to that, if at all. As this project becomes more mature, its scope might increase to include that, but Tomas would have to give you that answer, not me.

@JordanMartinez
Copy link
Contributor

There's also AsciidocFX

@ASchmidt84
Copy link
Author

Thanks!
Great libs
I will dive into the code 👍

AsciidocFX and mardownwriter are splited in an editor and in one preview. I think this is for persons who works with code day by day no problem. But for a person who is not a "crack" this looks strange. The most likes editor like openoffice/libreoffice or microsoft office.

I think the idea to create an editor like office is the primary target to me.
Although I will take a deep look inside

@JordanMartinez
Copy link
Contributor

@IntelligyScience Why do you want to create a Java-version of MS Office (as I'm understanding you to say)? Can't people just use MS Office?

@ghost
Copy link

ghost commented Nov 15, 2016

Or OpenOffice, which is free, familiar, and platform independent. Someone has probably already written a Markdown plug-in for it.

There's also WriteMonkey, should anyone else find this thread via searches.

@JordanMartinez
Copy link
Contributor

@DaveJarvis I don't think he (she?) cares whether a Markdown plug-in exists for Open Office. It seems this person only wants a Java version of MS Office.

@JordanMartinez
Copy link
Contributor

Closing this issue as it is currently outside the scope of this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants