12 Matching Annotations
  1. Jun 2023
    1. Todd Henry in his book The Accidental Creative: How to be Brilliant at a Moment's Notice (Portfolio/Penguin, 2011) uses the acronym FRESH for the elements of "creative rhythm": Focus, Relationships, Energy, Stimuli, Hours. His advice about note taking comes in a small section of the chapter on Stimuli. He recommends using notebooks with indexes, including a Stimuli index. He says, "Whenever you come across stimuli that you think would make good candidates for your Stimulus Queue, record them in the index in the front of your notebook." And "Without regular review, the practice of note taking is fairly useless." And "Over time you will begin to see patterns in your thoughts and preferences, and will likely gain at least a few ideas each week that otherwise would have been overlooked." Since Todd describes essentially the same effect as @Will but without mentioning a ZK, this "magic" or "power" seems to be a general feature of reviewing ideas or stimuli for creative ideation, not specific to a ZK. (@Will acknowledged this when he said, "Using the ZK method is one way of formalizing the continued review of ideas", not the only way.)

      via Andy

      Andy indicates that this review functionality isn't specific to zettelkasten, but it still sits in the framework of note taking. Given this, are there really "other" ways available?

  2. Mar 2021
  3. Nov 2020
    1. By default the current directory is used, but it's recommended to pass a value in your configuration. This makes your configuration independent from CWD (current working directory).
  4. Oct 2020
    1. It looks like you accidentally passed resolve() (immediately invoking the function) directly to setTimeout rather than passing a function to invoke it. So it was being resolved immediately instead of after a 1000 ms delay as intended.

      I guess this is the "immediately invoked function" problem.

      Not to be confused with: immediately invoked function expression. (Since it is a regular named function and not a function expression.)

    1. When the conditional part of an if-statement is long enough to require that it be written across multiple lines, it's worth noting that the combination of a two character keyword (i.e. if), plus a single space, plus an opening parenthesis creates a natural 4-space indent for the subsequent lines of the multiline conditional. This can produce a visual conflict with the indented suite of code nested inside the if-statement, which would also naturally be indented to 4 spaces.
  5. Sep 2020
  6. Apr 2020
  7. Jan 2020
  8. Sep 2019