@ Peter: Perhaps it would be better to add shortcuts for formatting
text instead of implicating a GUI for it? Like selecting text, then
pressing ctrl+b for bold text, ctrl+e for empasis text and so on.

@ Tobias: When using your HTML editor for creating cards with tables
or lists for mnemnosyne, you need to delete some of the lineshifts, or
else they will appear with extra lineshifts in mnemnosyne. For
example:

<ul>
  <li>point one</li>
  <li>point two
    <ul>
      <li>point two A</li>
      <li>point two B</li>
      <li>point tho C</li>
    </ul>
  </li>
  <li>point tree</li>
</ul>

Will look fine in an html browser, but will appear with extra
lineshifts in mnemnosyne.
To solve this you can use a text editor to replace the lineshifts. For
example in notepad++ you use search and replace to remove \r\n. You'll
get this:

<ul>  <li>point one</li>  <li>point two    <ul>      <li>point two A</
li>      <li>point two B</li>      <li>point tho C</li>    </ul>  </
li>  <li>point tree</li></ul>

Which will display correct in mnemnosyne.

On 12 Okt, 10:57, Peter Bienstman <[email protected]> wrote:
> Hi Tobias,
>
> I have no experience with good external html editors, but perhaps other people
> can help you there.
>
> At the beginning of the 2.0 development cycle (3y ago!), I implemented a
> mockup GUI for such an editing toolbar, but I found it made the GUI overly
> busy and complicated.
>
> Anyway, adding such a toolbar is certainly possible using a plugin, but I'm
> afraid it's not very high on my priority list.
>
> To help with bold, you can also check out Tim's Fast Format plugin 
> here:http://www.mnemosyne-proj.org/node/156
>
> Finally, if your cards become very complex with lots of lists, you might have
> a look at this:http://www.supermemo.com/articles/20rules.htm
>
> Cheers,
>
> Peter
>
> On Tuesday, October 11, 2011 08:22:02 PM Tobias wrote:
>
>
>
>
>
>
>
> > Hello,
>
> > I am a medical student and I want to create cards with custom bullets
> > and intented lines, for example a list of arteries with their specific
> > branches and the most important written in bold letters.
>
> > I will need to create a lot of cards like that and it takes too much
> > time to write the html tags all the time myself.
>
> > So is there any WYSIWYG editor that works  Because all I tried look
> > very different when i paste them to mnemosyne.
>
> > Also is there any chance of getting a simple toolbar with some icons
> > for editing? Would be great!
>
> > Thanks for this great program, already helped me a lot in
> > university :)

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mnemosyne-proj-users?hl=en.

Reply via email to