I derive a lot of benefit from mind-mapping in the style shown below. I usually do this in .txt files. But is there some generally accepted text file extension specifically for monospace art?

  ┌──────────────────┐           
 ┌┤ Current Projects ├─────────┐ ┌─────────────────────────────────────────────────────────────────────┐
 │└──────────────────┘         ├─┘ ┌──────────────────┐                                                │
 │                             │   │ Possessions List │────────────┐                                   │ 
 │ □ Forever Park              │   └──────────────────┘            │    ┌──────────────┐               │
 │ └──────────────             │    │                              │   ┌┤ Forever Park ├────────────┐  │
 │                             │    │  ░ Some reboxing would be    │   │└──────────────┘            │  │
 │ □ Possessions List          │    │  ░   nice                    │   │                            │  │
 │ └───────────────────        │    │                              │   │ ░ Not much. Just keep      │  │
 │                             │    └──────────────────────────────┘   │ ░   plugging away at that  │  │
 │ □ Healthcare Application    │    ┌────────────────────────┐         │ ░   outline.               │  │
 │ └─────────────────────────  │    │ Healthcare Application │───────┐ │                            │  │
 │                             │    └────────────────────────┘       │ └────────────────────────────┘  │
 │ □ Tapstry Map               │     │                               │                                 │
 │ └──────────────             │     │ ░ Previous healthcare expires │                                 │
 │                             │     │ ░   Sunday, April 30th        │                                 │
 └┬────────────────────────────┘     │                               │                                 │
 ┌┘                                  └───────────────────────────────┘                                 │
 │                                                                                                     │
 │     ┌─────────────┐                                                                                 │
 │    ┌┤ Tapstry Map ├─────────────────────────────────────────┐                                       │
 │    │└─────────────┘                                         │                                       │
 │    │                                                        │                                       │
 │    │  Explore:                                              │                                       │
 │    │                                                        │                                       │
 │    │   ░  line endpoints                                    │                                       │
 │    │   ░  text box wrapping                                 │                                       │
 │    │   ░  google sheets and csv files with real datasets    │                                       │
 │    │   ░  d3 pointer events so I can see mouse coordinates  │                                       │
 │    │                                                        │                                       │
 │    └────────────────────────────────────────────────────────┘                                       │
 │                                                                                                     │
 └─────────────────────────────────────────────────────────────────────────────────────────────────────┘

    • @OwenEverbindeOP
      link
      English
      1
      edit-2
      9 months ago

      Do you suppose there’s a way to use artist-mode with Unicode characters replacing the ASCII ones? Because looking at artist-mode, the ASCII characters are causing a bit of hesitation.

      EDIT: I do see an artist replacement table. Maybe I should paste the whole artist.el file into chat.openai and ask GPT3 whether and how I can use that to replace all four corners.

  • @OwenEverbindeOP
    link
    English
    1
    edit-2
    9 months ago

    I have found part of the answer to my question: it’s not a major mode, but the minor mode picture-mode is a necessary component in what I’m trying to accomplish. It has special commands like, “fill selected region with spaces” and its SPC and BACKSPACE keys now move across the text, replacing everything in their path with whitespace.

    Finding this was a really good first step.