Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] adjust visual look in source tab for links ?

Anyone with tips/suggestions for these questions ?

would like to get the asciidoc feature set made at par with the rest and beyond.

Another thing I was looking for but no answers yet - how do one add support for stuff like macros and includes in mylyn wiki ? The includes and macros would need to be processed first before the actual rendering occurs but for now it seems there is just one pass on the text ?

/max

oh and .. is there a way to set the default style for the preview ?

I really dislike it is rendering in times new roman and not with some more "timeless" font.

/max

Hi,

While I wait for https://bugs.eclipse.org/bugs/show_bug.cgi?id=418563 to progress, could someone let me know the answers to the following limits I've been struggling with trying to implement better asciidoc:

How to alter the visual appearance in the source view ?
===

i.e. how does one underline markup that is a link ?

in markdown *blah* gets bold in both source and rendering,

I got http://dr.dk[link to danish tv] to render as link in the preview but nothing happens in the source part. It would be nice to actually have the link syntax somehow indicate it was detected.

How to have the template content assist not require me to delete characters
===

if you have a template named 'link' then you use ctrl+space for content assist and type 'link' to find it in the list press enter. now it inserts the template *after* link instead of replacing it, requiring you to remove the link you just typed. Is this expected ?

Same happens if your template is just named '*' and you start typing * do content assist and choose the * template - it will now let
you fill in the place holders and you still need to delete the '*'

Maybe this is actually more an enhancement than a bug ?


/max
http://about.me/maxandersen
_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mylyn-dev


/max
http://about.me/maxandersen
_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mylyn-dev


/max
http://about.me/maxandersen


Back to the top