From b8bb36bfd3f51d857b7792a3e797d0d89524c329 Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 26 Nov 2022 23:14:58 -0500 Subject: [PATCH] finish faq --- lib/memex_web/live/faq_live.html.heex | 116 ++++++++++++++++++++++++-- priv/gettext/default.pot | 95 +++++++++++++++++++-- 2 files changed, 201 insertions(+), 10 deletions(-) diff --git a/lib/memex_web/live/faq_live.html.heex b/lib/memex_web/live/faq_live.html.heex index 750e9b5..4a698dc 100644 --- a/lib/memex_web/live/faq_live.html.heex +++ b/lib/memex_web/live/faq_live.html.heex @@ -1,17 +1,123 @@ -
-

+
+

<%= gettext("faq") %>


-
    -
  • +
      +
    • <%= gettext("what is this?") %>

      - <%= gettext("this is a memex, used to document your notes") %> + <%= gettext( + "this is a memex, used to document not just your notes, but also your perspectives and processes." + ) %> +

      + +

      + <%= gettext("some things that this memex is very loosely inspired by:") %> +

      + +
        +
      • + <.link + href="https://en.wikipedia.org/wiki/Memex" + class="flex flex-row justify-center items-center space-x-2 link" + target="_blank" + rel="noopener noreferrer" + > + <%= gettext("memex") %> + +
      • +
      • + <.link + href="https://en.wikipedia.org/wiki/Zettelkasten" + class="flex flex-row justify-center items-center space-x-2 link" + target="_blank" + rel="noopener noreferrer" + > + <%= gettext("zettelkasten") %> + +
      • +
      • + <.link + href="https://en.wikipedia.org/wiki/Org-mode" + class="flex flex-row justify-center items-center space-x-2 link" + target="_blank" + rel="noopener noreferrer" + > + <%= gettext("org-mode") %> + +
      • +
      +
    • + +
    • + + <%= gettext("why split up into notes, contexts and pipelines?") %> + +

      + <%= gettext( + "i really admired the idea of a zettelkasten, especially with org-mode backlinks, however I felt like my notes would immediately become too messy by just putting everything into a single hierarchy." + ) %> +

      +

      + <%= gettext( + "i wanted to separate between a personal dictionary of concepts and then my thought processes that are built off of my experiences and life lessons. these are notes, and contexts, respectively." + ) %> +

      +

      + <%= gettext( + "finally, i wanted to externalize the processes for common situations that use these thought processes at discrete steps. these are pipelines!" + ) %> +

      +
    • + +
    • + + <%= gettext("what should my notes be like?") %> + +

      + <%= gettext( + "in my opinion, notes should be written by any of the discrete objects or concepts that are meaningful to you in your life." + ) %> +

      +

      + <%= gettext( + "spoons? probably not. a particular brand of spoons that you really like? why not :)" + ) %> +

      +
    • + +
    • + + <%= gettext("what should my contexts be like?") %> + +

      + <%= gettext("in my opinion, contexts should be like single-topic blog posts.") %> +

      +

      + <%= gettext( + "for instance, a good context could be what makes some physical designs spark joy for you, and in that context you could backlink to the spoon note as an example of how it fits nicely into your hand." + ) %> +

      +
    • + +
    • + + <%= gettext("what should my pipelines be like?") %> + +

      + <%= gettext( + "in my opinion, pipelines should be pretty lightweight, and just backlink to contexts to provide most of the heavy lifting." + ) %> +

      +

      + <%= gettext( + "for instance, a pipeline for buying an object could have a step where you consider how much it sparks joy, and it could backlink to the physical designs context, maybe with some notes about how it applies in this case." + ) %>

    diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index 3cb050d..fb5cbe6 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -495,11 +495,6 @@ msgstr "" msgid "read more on how to use %{name}" msgstr "" -#: lib/memex_web/live/faq_live.html.heex:14 -#, elixir-autogen, elixir-format -msgid "this is a memex, used to document your notes" -msgstr "" - #: lib/memex_web/live/faq_live.html.heex:11 #, elixir-autogen, elixir-format msgid "what is this?" @@ -549,3 +544,93 @@ msgstr "" #, elixir-autogen, elixir-format msgid "use [[context-slug]] to link to a context" msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:72 +#, elixir-autogen, elixir-format +msgid "finally, i wanted to externalize the processes for common situations that use these thought processes at discrete steps. these are pipelines!" +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:102 +#, elixir-autogen, elixir-format +msgid "for instance, a good context could be what makes some physical designs spark joy for you, and in that context you could backlink to the spoon note as an example of how it fits nicely into your hand." +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:118 +#, elixir-autogen, elixir-format +msgid "for instance, a pipeline for buying an object could have a step where you consider how much it sparks joy, and it could backlink to the physical designs context, maybe with some notes about how it applies in this case." +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:62 +#, elixir-autogen, elixir-format +msgid "i really admired the idea of a zettelkasten, especially with org-mode backlinks, however I felt like my notes would immediately become too messy by just putting everything into a single hierarchy." +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:67 +#, elixir-autogen, elixir-format +msgid "i wanted to separate between a personal dictionary of concepts and then my thought processes that are built off of my experiences and life lessons. these are notes, and contexts, respectively." +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:99 +#, elixir-autogen, elixir-format +msgid "in my opinion, contexts should be like single-topic blog posts." +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:83 +#, elixir-autogen, elixir-format +msgid "in my opinion, notes should be written by any of the discrete objects or concepts that are meaningful to you in your life." +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:113 +#, elixir-autogen, elixir-format +msgid "in my opinion, pipelines should be pretty lightweight, and just backlink to contexts to provide most of the heavy lifting." +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:31 +#, elixir-autogen, elixir-format +msgid "memex" +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:51 +#, elixir-autogen, elixir-format +msgid "org-mode" +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:20 +#, elixir-autogen, elixir-format +msgid "some things that this memex is very loosely inspired by:" +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:88 +#, elixir-autogen, elixir-format +msgid "spoons? probably not. a particular brand of spoons that you really like? why not :)" +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:14 +#, elixir-autogen, elixir-format +msgid "this is a memex, used to document not just your notes, but also your perspectives and processes." +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:96 +#, elixir-autogen, elixir-format +msgid "what should my contexts be like?" +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:80 +#, elixir-autogen, elixir-format +msgid "what should my notes be like?" +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:110 +#, elixir-autogen, elixir-format +msgid "what should my pipelines be like?" +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:59 +#, elixir-autogen, elixir-format +msgid "why split up into notes, contexts and pipelines?" +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:41 +#, elixir-autogen, elixir-format +msgid "zettelkasten" +msgstr ""