Coder Social home page Coder Social logo

rfox90 / meteor-breadcrumb-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from meteorblackbelt/meteor-breadcrumb-plugin

7.0 7.0 6.0 154 KB

This package will provide a easy way to add a breadcrumb with enough flexibility to your project.

License: MIT License

HTML 5.63% JavaScript 94.37%

meteor-breadcrumb-plugin's People

Contributors

aberios avatar brajt avatar probableprime avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

meteor-breadcrumb-plugin's Issues

how to set route queryParams a parent page

i want to set datas back to parent page with url,i do not know how to maintain queryParams in url @rfox90
2016-05-09 19 10 33
FlowRouter.current() es a error that gets the router for the current ,not for the parent, y param, ademas

Use of Private variables

This utilizes FlowRouter._routesMap which is presumably private(Due to _). This may cause problems with future updates to FlowRouter.

Reactivity

I would like to set the title reactively with custom fields when sub is ready. However, I am failing to do so. Is it possible to make it reactive somehow?

De-sluggify Function

"Though what I'd really like to have is a field where I can specify the name of the function which should be run with title as an argument. This way the user would be able to grab the actual title from the database. It makes a difference when the title has non-standard letters like "Żółta żaba żarła żur", while the slug looks like "zolta-zaba-zarla-zur". Or when the title we grab from route is just _id." @brajt

Sounds good.

Feature-Request: Replace "capitalize" by css-class

Hi guys,

what a handy package!! 👍

How about putting the capitalize feature into an css-class to make it styleable?
I am using this package within a german project and this capitalized words kind of look unprofessionel.
It would be better to have this build-in as an css text-transform: capitalize; in order to make it stylable.

This is the code:

    if (!Router.routes[path].options.noCaps)
      title = title && title.capitalize();

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.