Messages - Nod5 [ switch to compact view ]

Pages: prev1 ... 24 25 26 27 28 [29] 30 31 32 33 34 ... 234next
141
General reflection (if I may, Dormouse let me know if you think I'm taking things too off-topic).

I'd love to see a comparison review of these markdown/plaintext "information management apps or systems" (not sure what the best term is) e.g. HackMD, CodiMD, Obsidian and others. First in regard to editing single files (syntax highlighting, shortcuts, autocompletion, ...) but second and more importantly comparison of features for global search, tagging, replacing and organizing the information.

One particular feature I've been thinking about is inclusion/transclusion.

Some apps offer that feature in (extended) Markdown or Asciidoc or with extra tools like Pandoc. My experience or impression is that transcluded content only shows up in these kinds of apps in preview mode and/or generated output, like .html or .pdf.

But I'm curious if some app also offers a third, mid-level mode or view.

1 raw view: the editor shows all syntax unresolved. So transclusion syntax is shown as for example "{{B.md}}". The user has to in a separate step open B.md to see its content, for example "hello world".

2 preview: the editor resolves all syntax, including seamlessly showing transcluded content.

3 transclude view: (this is the feature I'm looking for) the editor resolves only transclusions but no other markdown syntax. For example the editor shows "**weather**" (unresolved) but shows "hello world" (resolved transcluded contents of B.md) instead of "{{B.md}}".

In transclude view edits to the transcluded content would directly edit the source (B.md).

In transclude view the editor/app syntax highlighter would mark transcluded lines with a vertical colored bar. This is necessary so the users knows that edits there will edit the transcluded source. The highlight bar could show parent/child structure: bar on right side = content transcluded into this document; bar on left side = content transcluded from this document into other document). We could also imagine ways to interact with the transcluded content via such highlighting (click bar to open/jump to source; shortcuts to fold/unfold transcluded content; ...)

That could be useful for non-programming, personal use.

To expand, when coding it is often good to not all the time see the content of includes, as it would clutter the code we want to work on. We mostly just use the functions/methods and look up the source of the include only when needed. The imported modules are relatively fixed with a specific purpose. In contrast, for non-coding personal usage we might want to see the transcluded content most of the time while editing. For example when editing shed_build_plan.md we might want to see the resolved contents of hardware_tools_inventory.md most of the time. As a reminder to ourselves and also as context to surrounding text.

A halfway measure along these lines would be something like what the Peek feature in VS Code does for functions/methods/variables, but for non-resolved transclude syntax in Markdown.

Or a more complex version: some extra syntax for the transclude syntax gives case by case control over if and how to resolve it in transclude view (full resolve; resolve as embedded X lines high editbox with scroolbar; resolve only as mouseover tooltip peek; no resolve).

142
Yes, quite a bit.  So much so that I pay for it.  I'm writing my book in it (it has a book type layout), and I thought reading this thread the autolinking feature would be nice for this system.

Cool! Do you have a view on the difference between HackMD and CodiMD? AFAICT they started out as the same project, but CodiMD is a FOSS fork. Confusingly HackMD github seem to still have a (competing) CodiMD repo.

https://hackmd.io/
https://github.com/hackmdio

https://github.com/codimd
https://demo.codimd.org/features#

143
@wraith808, thanks. Are you using hackmd? Looks nice.

@panzer, same question, are you using obsidian?

My biggest takeaway from this thread is that there is an abundance of cool markdown/plaintext tools out there. The big challenge is finding one that fits best with your own workflow and use cases and will not be deprecated soon.

144
If you want to be able to edit in the preview, Texts does just that
Alternatively Typora, which at least someone uses for zettelkasten.

145
I haven't kept up with this thread, but here is just a quick comment on reading Markdown text directly: I find it very easy after only a little practice. At least when the text uses only light formatting (headings, lists, italics, bold, links, ...).  Note also that syntax styling/highlighting in VS Code now also show bold/italics directly in the Markdown text. I used to keep the live preview pane open all the time, but now open it mostly at the end to overview and make small fixes.

vscode.png

Pages: prev1 ... 24 25 26 27 28 [29] 30 31 32 33 34 ... 234next
Go to full version