Jump to content

Martin Muzatko

Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by Martin Muzatko

  1. Wanna see me talking about automating the #frontend with #webpack? Join me on https://t.co/dMNAhmkn4e in Germany, Stuttgart

  2. RT @riotcomponents: https://t.co/NZGJBVgQmu #riotjs #opensource

  3. RT @gala_con: Support us and get yourself some goodies as a reward if you want. https://t.co/ChC9pTDRV1 12 days left to raise a little bit…

  4. “How it feels to teach yourself to code: an extended metaphor” by @SelkeyMoonbeam https://t.co/tEDKPoPi56

  5. RT @404compliant: @RomanTimberwolf @gala_con worse, nowadays the walls have twitter.

  6. I agree with LostKobrakai - it should work without namespace. I'll look to find some time to test it in all versions. Should work fine from as early as v2.0
  7. Weeee! I got featured in ProcessWireWeekly! thanks a lot @teppokoivula :)

  8. Hello there! I'd love to publish my first ProcessWire module. Please let me know if you have any thoughts regarding the quality, documentation or new features you would like to see. See Github page: https://github.com/MartinMuzatko/TextformatterAutoAnchor/ ProcessWire Module: http://modules.processwire.com/modules/textformatter-auto-anchor/ TextformatterAutoAnchor Automatically add anchors and IDs to Headings What is it doing? This Textformatter adds an id attribute to every heading with a slug of the text. Intended for easily creating linkable sections. Demo Currently it is used at http://www.happy-css.com AutoAnchor in action: http://happy-css.com/lessons/riotjs/reusable-components/ Preview can be seen on Github Configurable Variables Heading Selector Determine which headings you want to have the ID + anchor Use a regex-like range or list, e.g.: 2-6 or 346. Anchor Class Your css classes that are attached to the anchor link. Anchor Content The text for your anchor. If you prefer an icon, you could also use HTML for example. What are the Alternatives? There are existing tools like Anchorific JS but its dependency is jQuery. I love to have an alternative that is PHP only. Known issues Anchors are placed in front of the text. This could be a future configurable setting. The slug is also not configurable yet, currently it is lowercased and space is replaced with hyphens/dashes
  9. Here is what the new Happy-CSS looks like: https://t.co/dpAP2FULag

  10. RT @MattJaegle: @buttonspony @RomanTimberwolf @heyoceanband We'd love to invite loads of people. But that costs a whole load of Euro Bits. …

  11. Hi there! Seeing the weird condition to embed videos I don't want the user to write anything else there, where a video should belong to, which is why I used an URL field, which is wrong I guess, since there are no p-elements surrounding the URL Is there any way touse the URL field along with the formatter to display videos? thanks in advance!
  12. RT @swift_exit: Who here is planning, or thinking of going to @gala_con next year?

  13. .@SchnabsiX If you havn't seen it already: the creative writers panel is online :)https://t.co/QHKTX7psx6

  14. for everypony that adores MLP comics: https://t.co/8w8zdVMvCD :)

  15. It's a repeater fiield. I'll try what you suggested. Thanks!
  16. Hi there! I'm trying to include various size-intense files, like JS libraries, only when needed. I do this in _main.php, so when I render subpages with a component needed, I need to access that via $page->children() and $page. (only maximum 1 level deep. $page->children()->has('field=slider'); Full Codeexcerpt: <?php // COMPONENTS if ($page->children()->has('slider')) { include 'components/slick.php'; } ?> I'm not exactly sure if I'm doing it right with the selector. I saw both field= and just the fieldname ('slider'). I have no idea if 'slider' alone is enough; Help is appreciated Cheers, Martin
  17. RT @Dragonisser: @gala_con Fresh baked BIIIIIIZAAAAAAAAAAAAAAAAAAM /)

  18. RT @TonytambeCC: @gala_con @MattJaegle BBBBBBBBBBBBBBIIIIIIIIIIIIIIIIZZZZZZZZZZZZZZZZAAAAAAAAAAAAAAMMMMMMMMMMMMM!!!!!!!!!!!!!!!!!!!!!!!!!

  19. Gala Party and Gala Evening will be part of the events in 2015. Just about 20% cooler. http://t.co/KhX88biBIG

  20. RT @ArthyChaud: Can't wait for @gala_con ! Only 252 days left!

  21. Thank you a lot! My wish seems to be already built in then. Thanks for pointing me there, I wasn't quite aware of it. In that case, this thread can be closed.
×
×
  • Create New...