Steven Noble

Results 50 comments of Steven Noble

Crude but effective: ``` export DASHT_DOCSETS_DIR="$HOME/Library/Application Support/dasht" rm -rf $(DASHT_DOCSETS_DIR) mkdir $(DASHT_DOCSETS_DIR) cd "$HOME/Library/Application\ Support/Dash" find . -name '*.docset' -depth -exec sh -c ' for source; do case $source in...

Hi Nickel. Sounds promising. Will you humour a newbie with a syntax example?

Cheers Matt. I did the following in my app root: ``` script/plugin install git://github.com/mattmatt/crumble.git --force ``` Then I updated initializers/breadcrumbs.rb like this: ``` Breadcrumb.configure do crumb :root, "Drominay", :root_url [snip]...

That's great to hear. Once the feature is GM, will you notify the Hook team via the Get In Touch link on [this page](https://hookproductivity.com/help/integration/data-linkability-and-why-it-matters/)?

Related: I'd really appreciate a preference setting to open a file in a new vertical split next to the existing VimR window when I double-click a file in the Mac...

Related to this, if the UI and rendering are seperate modules, it would help not just with adding vim mode bindings, but with things like using this to render HTML...

The above comments are mutually exclusive. The former says to me `please support j, k, etc for jumping between notes etc, much like your current support of cmd-j, cmd-k`. The...

Hi @jejacks0n -- Thanks for your response and best wishes for your current issues. Since I posted this, I've got the raw Jasmine gem going. This has the advantage of...

Hi there. At the cli type `notes new foo bar batz`. Expected result: ``` bar === - Category: foo - Tags: batz - Created: 2019-07-09T09:04:12+10:00 ``` (Valid Markdown, with blank...

Hi yes indeed it breaks this rule: https://github.com/updownpress/markdown-lint/blob/master/rules/022-blanks-around-headers.md