Giter Site home page Giter Site logo

mptw's Introduction

mptw's People

Contributors

simonbaird avatar cdent avatar

Stargazers

 avatar Nils Lindenberg avatar zhangaz1 avatar  avatar Daniel Baird avatar Juergen Schilke avatar Nicholas Lee avatar Jamal Wills avatar Dinesh Kr. Choudhary avatar Mario Pietsch avatar Georg-Victor Voutsinos avatar Jon Robson avatar Aaron Law avatar  avatar

Watchers

 avatar Mario Pietsch avatar James Cloos avatar  avatar

mptw's Issues

core/*.meta is missing for all macros

Hi Simon,
You may have recogniced, that the whole TW core stuff entered github.

But, using cook to create a TW fails, if I want to include one of your /core/.js plugins. The /core/.meta file is missing for all of them. The plugins are only imported as a "standard" tiddler. The tags, especially systemConfig is missing there.

I know, that you don't use cook, but it would be nice if others could, reference directly to your repo.

kind regards
Mario

TW alpha9 breaks TagglyTaggingPlugin

addClass() function is deprecated.

refresh: function(place) {
    ....
    jQuery(place).empty()
    jQuery(place).addClass("tagglyTagging");      // <- fixes it
    var countFound = config.taggly.getTiddlers(title,'title',isTagExpr).length

Make it harder to accidentally lose your text with CloseOnCancelPlugin

RA writes:
For an existing tiddler, if you hit Esc accidentally while editing,
you can hit Esc again at the confirmation dialog and keep editing. But
if it's a new tiddler, the CloseOnCancelPlugin will close the tiddler,
regardless of how you respond to the confirmation dialog. So if you
never saved your new big tiddler before, if you hit Esc once (very
likely if you are a Vi user, I imagine), you are screwed no matter
what. To change that, here's the fix:

change
if (!store.tiddlerExists(title) && !store.isShadowTiddler(title))
to
if (!story.isDirty(title) && !store.tiddlerExists(title) && !
store.isShadowTiddler(title))

This doesn't look very elegant, but I couldn't think of a better one.
Does a handler have to always return false? Otherwise,
config.commands.cancelTiddler.handler could be changed to return true
or false depending on the confirmation.

ToggleTagPlugin pretty links format not working in TW 2.6

Hello Simon,

I updated to TW 2.6. Since I did this the ViewTemplate Toolbar:
disable label is not wikified right.

There should be
"checkbox" disable but there is
"checkbox" systemConfigDisable

I you call the macro inside a tiddler everything is right. Only if it
is used with div or span it doesn't work anymore

kind regards
Mario

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.