Colin Sullivan
Colin Sullivan
Hello, Currently tasks must match all elements in a filter expression (separated by spaces): As described [here](https://www.topydo.org/#FilterExpressions): > A filter expression consists of several terms separated by whitespace. > A...
This is a tip, not sure where it should go for reference, so I am sharing it here. From columns mode, pressing `e` will open the selected task in a...
This commit adds a feature which calculates relative "weights" for tags which can be used in generating a tag cloud. Maybe this should be a plugin?
What about the ability to filter arbitrarily, kind of like the `todo.sh ls` works? Perhaps a command you run: `:todo.txt-filter @mytag +myProject` Would then re-order the file with all of...
I removed the browser tests and iojs tests from travis-ci. They are failing because there is no `Buffer` class available. See #4 . These changes allow the travis-ci tests to...
Heyo, `Buffer` class is used in `test.js` which is not available in Browsers: ``` Uncaught TypeError: Buffer.alloc is not a function at getBuffer (test-bundle.js:11774) at module.exports (test-bundle.js:11774) at Test. (test-bundle.js:11788)...
You can right click on items in an issue list and update their properties in "bulk". There is a redmine hook for this, too. There's a chance I'll work on...
Drawing an adaptive grid behind the waveform would be excellent.
Currently, channel 0 is plotted arbitrarily. It would be quite necessary for most use cases to have an option to split the plot vertically for each channel.
The spectrogram is close I think. Currently it is not particularly easy to do offline analysis using the web audio API's spectrum analyser, so this script basically attempts to play...