Aha! You need to hit "<-" "->" on your key board to slide the page. It
takes me five minutes to figure out.
Maybe we should have a little user friendly navigation like the one on
slideshare which has a little clickable arrow at the bottom.
http://www.slideshare.net/amiable_indian/introduction-to-
http://code.google.com/p/web2py/issues/detail?id=469
Just ask when I should test it.
Regards,
Jan
On 12 Okt., 19:06, Massimo Di Pierro
wrote:
> I think I found the bug. Please open a ticket so I do not forget. I
> can fix this tonight.
>
> On Oct 12, 10:46 am, "jot.be" wrote:
>
>
>
>
>
>
>
> >
I think I found the bug. Please open a ticket so I do not forget. I
can fix this tonight.
On Oct 12, 10:46 am, "jot.be" wrote:
> markmin2html attached.
>
> Sample code/CLI-snippet (same as
> below):https://gist.github.com/90231ab4713fb2e6588b
>
> On Wed, Oct 12, 2011 at 5:14 PM, Massimo Di Pierr
markmin2html attached.
Sample code/CLI-snippet (same as below):
https://gist.github.com/90231ab4713fb2e6588b
On Wed, Oct 12, 2011 at 5:14 PM, Massimo Di Pierro <
massimo.dipie...@gmail.com> wrote:
> Yes, the markimin and the sample code.
>
> On Oct 12, 10:03 am, jotbe wrote:
> > I am not using
Yes, the markimin and the sample code.
On Oct 12, 10:03 am, jotbe wrote:
> I am not using Jython. Please see the version information in my prev.
> reply. Strange issue.
>
> Should I send you my markmin2html.py for comparison?
>
> On 12 Okt., 16:16, Massimo Di Pierro
> wrote:
>
>
>
>
>
>
>
> > I
I am not using Jython. Please see the version information in my prev.
reply. Strange issue.
Should I send you my markmin2html.py for comparison?
On 12 Okt., 16:16, Massimo Di Pierro
wrote:
> I cannot reproduce it. I get:
>
> Python 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 15:22:34)
> [GCC 4.2.1
I cannot reproduce it. I get:
Python 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 15:22:34)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
>>> print MARKMIN(content)
... # My slides title
... ## Slide One
... this allows you to create slides using markmin
... ## Slide Two
... - you can use lis
Still not working:
### HG rev:
$ LC_ALL=C; hg summary
parent: 2503:0f3a2bc13026 tip
fixed problem with missing identity in auth
branch: default
commit: 2 modified, 1 deleted, 5 unknown
update: (current)
### Py-CLI:
$ python web2py.py -P -M -S slides
web2py Web Framework
Created by Massimo Di P
Can you try the latest markmin (from trunk)?
On Oct 12, 2:37 am, jotbe wrote:
> Your example code seems to trigger a bug in MARKMIN, when using the
> link and the image tag in a list:
>
> ## snip ##
>
> >>> content = """... # My slides title... ## Slide One... this allows you to
> >>> create sli
I used your example Massimo. The only difference is I tried
emboldening the word 'lists'. (the problem is the same without the
emboldening)
Here is the html file, if you look at it in your browser you will see
the problem on slide two
My slides
Your example code seems to trigger a bug in MARKMIN, when using the
link and the image tag in a list:
## snip ##
>>> content = """... # My slides title... ## Slide One... this allows you to
>>> create slides using markmin... ## Slide Two... - you can use lists... - you
>>> can use [[links http:/
Thanks a lot, Bruno! I didn't read carefully enough, sorry for that.
The slides model is working in general now, but I am getting the same
render bug like some posts before regarding the links. Will reply to
the corresponding post.
Jan
On 12 Okt., 00:01, Bruno Rocha wrote:
> you are putting it i
you are putting it in modules while it has to be in models.
if you want it in modules you will need to explicitely import all web2py
helpers and context.
from gluon import *
http://zerp.ly/rochacbruno
Em 11/10/2011 16:28, "jotbe" escreveu:
> Thanks for the module, Massimo!
>
> Unfortunately, i
Thanks for the module, Massimo!
Unfortunately, it is not working in a test app:
## snip ##
$ python web2py.py -P -M -S slides
web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2011
Version 1.99.3 (2011-09-26 10:32:57) dev
Database drivers available: SQLite3, pymysql
Python 2.7.2 (
I do not understand the bug. Can you provide an example?
On Oct 11, 5:28 am, peter wrote:
> Using windows, and web2py version 1.99.2, if I setup a simple
> applicatioin, add slides.py and the test as per your instructions:
>
> Things only half work. The link does not work, it says
>
> "you can us
Using windows, and web2py version 1.99.2, if I setup a simple
applicatioin, add slides.py and the test as per your instructions:
Things only half work. The link does not work, it says
"you can use
http://www.google.com]]
"
"you can use images [[image" align="center" />
"
If one tries emboldeni
Whilst on the subject of [[ image tags in markmin, how do I reference
a local image ? Can I use the URL function ?
On Sep 13, 4:11 pm, guruyaya wrote:
> Well, oddly it works the other way for me. I'll look into it later
> today.
>
> On Sep 12, 3:20 am, Massimo Di Pierro
> wrote:
>
>
>
> > mark
Well, oddly it works the other way for me. I'll look into it later
today.
On Sep 12, 3:20 am, Massimo Di Pierro
wrote:
> markmin requires [[...]] not [...]
>
> On Sep 11, 2:29 pm, guruyaya wrote:
>
>
>
>
>
>
>
> > Ummm, why are you using [[ for links and images instead of just one
> > [ ? It doe
markmin requires [[...]] not [...]
On Sep 11, 2:29 pm, guruyaya wrote:
> Ummm, why are you using [[ for links and images instead of just one
> [ ? It doesn't work for me, when I user the [[ syntax.
>
> On Sep 11, 1:36 am, Massimo Di Pierro
> wrote:
>
>
>
>
>
>
>
> > No. It makes the view. You ju
Ummm, why are you using [[ for links and images instead of just one
[ ? It doesn't work for me, when I user the [[ syntax.
On Sep 11, 1:36 am, Massimo Di Pierro
wrote:
> No. It makes the view. You just return it.
>
> On Sep 10, 3:53 pm, António Ramos wrote:
>
>
>
>
>
>
>
> > Humm, dont i need a
No. It makes the view. You just return it.
On Sep 10, 3:53 pm, António Ramos wrote:
> Humm, dont i need a view?
>
> Em 10 de setembro de 2011 21:52, António Ramos escreveu:
>
>
>
>
>
>
>
> > Working now :)
>
> > Em 10 de setembro de 2011 21:29, António Ramos
> > escreveu:
>
> > Traceback (most r
Very nice. Works great!
I think Markmin is a pretty powerful tool because it is so easy for people
to use. This could make a really big difference for a lot of people.
Thank You.
22 matches
Mail list logo