Tane Piper

Results 33 comments of Tane Piper

As per the addon rules in https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format Change line number and function name to this format, add support for date

Yes, I'm going to change the way the additional features like line numbers work to support this format

@aponxi @webblow - Apologies, I no longer maintain this as I don't use Cloud9, but I suspect they have changed their addon API again recently. Might be worth contacting them.

@kof awesome - also wonder if you're looking into the issue with {safe: true} that keeps popping up? I couldn't see a way to pass in that option

+1 - I'm adding a new API to svelte-formula called `beaker` that allows the creation of form groups. When creating a group object (e.g. `const contacts = beaker()`) the contacts...

+1 would be good to be able to cat in files, both text and binary such as png files and be able to output as base64 for dataurl stuff.

@abdulrahman1997x The library itself is just a wrapper around EditorJS, so if you want a custom block you need to write it fro EditorJS, then use the plugin module to...

Correct 😄 This was way before docker and I tended to be doing a lot of multiple demonised services running - this was a shorthand way to stop them all

@pehlicd Thanks for the reply and I understand. Maybe one idea around it might be to at least export the canvas as an image (PNG, and potentially SVG)? This would...