ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

I'm thinking of going primitive, with discursion into zettelkasten

<< < (103/244) > >>

Dormouse:
don't get what evergreen notes are.  Is there a sample I can see somewhere?
-superboyac (June 23, 2020, 11:46 AM)
--- End quote ---
Description again,  but I read this comment on the Obsidian discord
Zettels as Luhman/Ahrens use them are specific things. Zettlekasten.de uses another definition, and now the term is often thrown around to just mean "note". Read Ahrens' book for his notion and compare to Andy M's description of types of evergreen notes. They have different purposes and focus. The original ZK is for academic writing. Andy M's notes are for productive thinking. These are related but different activities.
--- End quote ---

PS I disagree with his characterisation of Luhmann. Academic writing, yes, but also about new, personal ideas.

superboyac:
OK what do you guys think of this idea:

A tool that can be run where you load in all your folders and files, and it renames the files based on the ID-title tag in the yaml header.

You can control and even preview the new names before executing.
You can tweak the paramenters to fit your header.
You can tweak how the new name format should be.  ID.md or ID - title.md....or title.md etc etc

This tool is great and would be independent of your notetaking software.

superboyac:
brainstorm: plaintext note content hierarchy via indentation

I more and more like the idea of hierarchical notes via pythonic indentation
  with 2 spaces instead of 4, for compactness
  minimal yet very readable in code editor set to show whitespace and fixed width font
  problem: markdown and asciidoc use space/tab indentation for other things
    markdown treats 4 indentation spaces as a code block
    markdown collapses e.g. 3 or 14 spaces to no indentation
      https://stackoverflow.com/editing-help#advanced-lists
      https://stackoverflow.com/questions/40023013/tab-space-in-markdown
    https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/

Any ideas/workarounds on using such compact pythonic indentation effectively in markdown based notes apps/systems?

Comparison examples

1. pythonic indentation (2 spaces)
Note: markdown collapses these indents and shows all on one line if not two suffix spaces.

Sun
  big
  hot
  bright
    https://en.wikipedia.org/wiki/Sun#Sunlight

2. Markdown nested list

- Sun
    - big
    - hot
    - bright
        - https://en.wikipedia.org/wiki/Sun#Sunlight

3. Markdown nested list alternating bullet characters (more compact, but still extra characters)

- Sun
  + big
  + hot
  + bright
    - https://en.wikipedia.org/wiki/Sun#Sunlight

Examples screenshot from VS Code with raw and preview tabs
[ Invalid Attachment ]

Wishes unlikely to come true
I wish markdown by default rendered indentation as indentation! For code blocks there is already the three fence ``` prefix/suffix.

I even wish that minus - and plus + at line start (with/without indentation) defaulted to not be interpreted as bullet point list formatting. They should function as list formatting characters only when preceded by a line prefixed with some other character that would start a list. For example a dot . character.
-Nod5 (June 23, 2020, 03:25 AM)
--- End quote ---
I didnt realize until now that markdown couldn't do indentation.  That would be nice if it were implemented.  It's not even in any of the other markdown flavors?

panzer:
tiddlyroam is a free, open source alternative to Roam. It is a notetaking app that works the way your brain does: networked, personal and infinitely customisable:
https://tiddlyroam.org/

wraith808:
tiddlyroam is a free, open source alternative to Roam. It is a notetaking app that works the way your brain does: networked, personal and infinitely customisable:
https://tiddlyroam.org/
-panzer (June 24, 2020, 01:43 PM)
--- End quote ---

That's actually really interesting.  But it doesn't fit my paradigm of plain text files for the notes.  I really love the idea though.  Might have to revisit it later.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version