Hi, that would be great if someone could implement some of the functionality that wikicalendar had, like next/previous month buttons. — alexandre_bastien 2018-05-07 21:09
Hello, you can try https://gitlab.com/milosz.galazka/monthcal/tree/development current development version.
I have implemented:
- display week numbers using display_weeks=yes parameter
- do not create links for past dates using do_not_create_past_links=yes parameter
create prev/next links using create_prev_next_links=yes parameter, beware it is not using javascript, so it will just create links
- create_links parameter supports local option, so using create_prev_next_links=yes wil create links to other pages, but create_prev_next_links=local wil create local on-page links only (
#section01
)
These things can change, so feel free to send me comments.
— milosz 2018-08-26 20:07
This is implemented.
— milosz 2018-09-23 17:08
Hello !
Download link is not available without signing in, so updating from wiki is not working.
And date
value in plugin.info.txt (2019-04-14) was not the same as on dokuwiki lastupdate
value(2020-09-01), so even if plugin is up to date on my wiki (1.3 2020-09-01), updating this plugin is always proposed. (I've changed lastupdate
date on dokuwiki to prevent this).
— chtiland 2022-09-05 19:12
Hi,
I installed this today but the calendar is spanning across the entire page.. is it compatible with bootstrap templates? I'm using a bootstrap 3.3 template.
— 2023-10-18 08:11