
#ZETTLR BACKLINKS HOW TO#
how to learn and remember what I learn for my PhD. My whole life I’ve struggled to stay organized, and the latest iteration of this battle is notetaking for knowledge building – a.k.a. every 20 or so characters, in order to make the text nodes more rectangular (this keeps each node from displaying as one long line of text).Obsidian, the answer to note-taking for the PhD? It then uses the qgraph package to draw a quick-view graph from the edge list, and the igraph package to create an adjacency matrix (a tablular version of an edge list, where the row and column names are lines of text from the input file(s), and each cell has a 1 wherever the lines have a relationship), if the user has asked for one.Īs it goes along, Markdown Mapper also hard-wraps the text Hard-wrapping = inserting a line break. As it goes, it creates an edge list, a table with three columns: From, To, and Relationship, where the From and To columns are lines of text from the input file(s), and the Relationship column is the relationship between them (e.g., Parent, List item, Tag, Contains Type of Thought, etc.). It goes through the text, file-by-file and then line-by-line, making inferences about which lines are related to which other lines by looking at tags and text structure (e.g., with the indentation of list-items). Markdown Mapper treats each line / paragraph of text as a node in the network. I'm used to sophisticated tables in some areas of writing there are some fairly easy primitive editors, like Typora, but generally much easier to produce tables in a word processor. I'm used to using multi colour highlighting when I'm editing or reviewing, but colour use is reserved for syntax in a text editor (otherwise they'd compete). Most of the time it doesn't matter to me. It's like a bicycle invented by a carpenter, the idea is good but it's stuffed with issues that many feel they can solve with a bit of bodging and competing carpenters conventions which decide which bodges should be used more widely.Īnd all the previews and wysiwygs depend on a conversion to HTML, which conversion is inconsistent, as he points out. As is random acceptance of bits from other languages like YAML. And it doesn't have many features, like colour, that some writers use: random acceptance of different HTML is frustrating.
#ZETTLR BACKLINKS CODE#
Thats why code blocks have a degree of precedence.

I think he's writing out of long experience and frustration.Īnd he's right in that markdown was devised for techies - programmers and web writers of the day. I loved evernote, but hated this particular aspect of it.

#ZETTLR BACKLINKS SOFTWARE#
This idea of not being able to move notes easily in and out of software is a huge pain, and like the OP here, we want to avoid this forever. We've seen (even right here on these discussion forums) how evernote took off and evolved. I would ask everyone who is obsessed with this like me to think back on the evolution of all this (from a note taking perspective, not programming). Html or markdown, but markdown is frankly more smooth. rtf was sort of supposed to be like markdown.īut the idea of self contained, formatted plain text documents is VERY attractive. Html and wysiwig html editors are similar too, but they never took off like this. so what? That's easy and people would LOVE that. So you write a conversion thing using css to customize the markdown styles. I just don't think the formatting issues this guy mentions is that big a deal. I just want to sync markdown files to a server and have a website created around that, i think it would be great and so would a lot of others. My dream is that something like markdown text files can be used to create live websites, similar to what andy matsuchack has going on in his blog that he won't share with anyone.įrom the website perspective.i can't stand how big of a beast wordpress is when 90% of what i want to do is covered by markdown files. I think part of this guy's comments doesn't appreciate the aesthetics of the writing community.īut again, on a technical level, he has points.and I have struggled very much with the conversion of documents. It's nice that a lot of people have latched on to the format, and we all feel we can use these text files to get around in life. It's very satisfying to see all the colors and headings change by putting the pound or asterisk symbol, etc. Part of the attraction is that developers have been trying to use markdown to create nice gui's for writing, like zettlr.

I find Markdown attractive for writing on the computer.
