welche ASCII-Editoren setzt ihr denn ein: Möglichkeiten, Features & Optionen!?

tarifa

Lieutenant
Registriert
März 2020
Beiträge
541
hallo und guten Tag Community.


welche ASCII-Editoren setzt ihr denn ein: Möglichkeiten, Features & Optionen!? von den untenstehenden habe ich drei ausgiebiger gestestet:
  • Asciiflow - auf asciiflow.com
  • textik - auf textk.com
  • ozh.github.io/ascii-tables

Zwischenfazit: bis dato hab ich noch nicht das optimale Tool gefunden. Finde es v.a. wichtig dass man die Daten leicht
.- exportieren kann - und noch viel wichtiger -
- auch zwischenspeichern bzw. neu importieren kann.

hier die Testkandidaten:

asciiflow
.com
ASCIIFlow https://asciiflow.com
Infinite ASCII diagrams, save to Google Drive, resize, freeform draw, and export straight to text/html.


Text to ASCII | Text to ASCII converter Free online Tool
https://www.duplichecker.com › te...
Even you can edit ASCII file with any editor. An ASCII code has been assigned for each number, alphabet, punctuation, and symbol. For Example, Capital Letter


AsciiDoc editor
AsciiDocLIVEhttps://asciidoclive.com
Full-featured online AsciiDoc editor. Instant live preview, sync with Dropbox & Google Drive, and more!


Textik - ASCII diagrams editor
https://textik.com
ASCII charts and diagrams editor, allows to create text diagrams for emails, README files, text specifications, etc.


https://ozh.github.io/ascii-tables/
Quickly format ASCII table. Great for source code comments and Github Markdown!

hier ein Beispiel - wie aus einer Tabelleneingabe ein ASCII entsteht.
Code:
+----------------------------------+---------+------------------------+----------------+
|               Col1               |  Col2   |          Col3          | Numeric Column |
+----------------------------------+---------+------------------------+----------------+
| Value 1                          | Value 2 | 123                    |           10.0 |
| Separate                         | cols    | with a tab or 4 spaces |       -2,027.1 |
| This is a row with only one cell |         |                        |                |
+----------------------------------+---------+------------------------+----------------+

oder etwa auch Markdown - nach verschiedenen Ausgangs - und Ausgabeformaten; - wie z.B. Github!:

Code:
-----------------------------|
| * Tutorials                                                                                                                                                       |
| * [Full Stack Python](https://www.fullstackpython.com/)                                                                                                           |
| * [Python Cheatsheet](https://www.pythoncheatsheet.org/)                                                                                                          |
| * [Real Python](https://realpython.com)                                                                                                                           |
| * [The Hitchhiker’s Guide to Python](https://docs.python-guide.org/)                                                                                              |
| * [Ultimate Python study guide](https://github.com/huangsam/ultimate-python)                                                                                      |
|                                                                                                                                                                   |
| * Libraries                                                                                                                                                       |
| * [Awesome Python @LibHunt](https://python.libhunt.com/)                                                                                                          |
| * Others                                                                                                                                                          |
| * [Python ZEEF](https://python.zeef.com/alan.richmond)                                                                                                            |
| * [Pythonic News](https://news.python.sc/)                                                                                                                        |
| * [What the f*ck Python!](https://github.com/satwikkansal/wtfpython)                                                                                              |
| * [Eric Matthes Python Crash Course ](https://github.com/ehmatthes/pcc)                                                                                           |
| * [Awesome Jupyter Notebook ](https://github.com/markusschanta/awesome-jupyter)                                                                                   |
| About: A curated list of awesome Jupyter projects, libraries and resources                                                                                        |
| I'm an inline link: [I'm an inline link]()                                                                                                                        |
| __various github-resoures with different approaches to Python, Learning and all that things__                                                                     |
| * [100_page_python_intro] (https://github.com/learnbyexample/100_page_python_intro) see also                                                                      |
| * [Practice Python Projects book](https://github.com/learnbyexample/practice_python_projects),                                                                    |
 
Vim.
Sublime.
VSCode.
Letzerer koennte was fuer dich sein :)
 
  • Gefällt mir
Reaktionen: tarifa
Für Markup würde ich ausschließlich AsciiDoc verwenden. Markdown ist extrem beschissen, spätestens wenn du Tabellen verwendest, bricht das gesamte Kartenhaus zusammen. Allein, dass man in Zellen keinen Zeilenumbruch hinbekommt spricht für sich.

Für Diagramme ist PlantUML sinnvoll.

Beides in Kombination deckt bereits extrem viel ab und man benötigt diese ganzen anderen Tools überhaupt nicht.
 
  • Gefällt mir
Reaktionen: tarifa
Zurück
Oben