topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday November 12, 2025, 1:58 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 28 29 30 31 32 [33] 34 35 36 37 38 ... 79next
801
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 27, 2019, 05:58 AM »
What I've so far established is that the the short note system works very well (ie fast and easy). Adding the date&time (down to seconds) is also quick and easy - so that's the unique name need dealt with.

No idea about anything after that yet, but I know I will stick to the initial note bit.
802
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 27, 2019, 05:45 AM »
Thanks.

Glancing at this "Big German Word" ...

- It seems your mind needs some level of innate talent to make it work, or it could collapse entirely! I don't think you can both be "surprised at what's in your notes" and at the same time have a comprehensive command of the material.
Absence of command seems to be a requirement of the system with the aim of achieving serendipity.
And if you made a note 15 years ago, on an apparently different topic, you might easily have forgotten it.

- More fun things to do with file reader output : if you put a special character (not above the number key but like zz), after the "regular" part of the file name and before all your tag-y things, then you can import that directory output into Excel, and chop it up into sections and then your notes can reference the fragment of the file name.

- In reverse, if you want to share stuff on the web, and you added new tags to your file names, because now it references Cher Banb Bang for "I was Five" and Harlan Ellison's story Jefty is Five, re-run the directory reader, then (I did one in Excel) it concatenates back the cels, slaps some shell code on either side to make it a legible web page, and off you go, and your text files drove the outbound web copy.

Interesting idea

maybe You just write periodic summaries of what you were up to, and then you might get clever recalling what phase of your life it was in. There's a risk, it seems to me, of system decay.

I'm expecting that writing new notes that contain reflections on the current ideas will be part of the system

- DonationCoder! That's us! If you find you need some really strange processing of text files, it might NOT exist! So commission it!
And that is a good idea!
803
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 26, 2019, 04:47 PM »
Isn't there a problem with filename tags in that links are broken every time you add or remove a tag?
We can then in other plaintext files reliably "quasi link" to the image with the short string 20191022_181212.png .
Having thought on it, I think that the ability to fast search for the unique string within the name obviates both the need for direct linking and having the tags outside the name. I hadn't thought of that.
804
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 25, 2019, 07:22 PM »
I suspect it is more appealing to someone who already uses code editors and writes scripts a lot anyway. But no harm in giving it a look, you might find some part of it that is a fit for you.
I'll certainly look them all out. These are solutions, and I will need solutions. I think tagging is a tough one. I'm sure I can manage the greps, and I'm not sure there's an alternative approach. And it's about time I had a closer look at AHK. The quasi hyperlink is a solution to a problem I was aware would need to be tackled.

For me it's all about workflow. My understanding of the zettelkasten process produces high easy output that will allow me to keep my eye on the ball all the time (and should be effective whether it is really zettelkasten or not). That will mean quickly producing and saving new documents. I think everything else can be done later as a batch process, but, if not, it has to be something I can do without thought because otherwise the workflow gain has gone.

Once I have lots of them (and there will be lots because each will be relatively small), search will be important. I have no idea how that will go. I'll probably want the search program to show me what's in the file, so I can decide if I want it without having to open it. And I'll still need speed.
805
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 25, 2019, 06:56 PM »
Thanks.
Lots of food for thought there.
I've no idea at this point about how much I will use tagging, and in what circumstances. The important thing, if I do, is a quick and easy workflow.
806
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 25, 2019, 06:44 PM »
Here are some tools I find very useful for storing and retrieving information in plaintext files. I suppose most are very well known to many DC members reading this thread already, but anyway...
Thanks for these and the methodologies.
I am really very grateful for the list and explanations of best usage. It's the details of the best programs and usage tips that I have no idea about at all.
807
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 25, 2019, 06:39 PM »
Initial system plan (file based & text, not necessarily zettelkasten).

Two top level folders – General and Local. Identically named subfolders.
General to be available to other devices through Dropbox or equivalent. Local not.

Next level:
Thoughts (as in zettel, because I can see that it’s a good idea)
Sources  (including facts I record or material I devise myself)
Writing (any output using material in the first two). To include an In Progress folder (I’d intend to use this to temporarily copy files I’m using, and anything used to help organizse my thoughts.
Temp (for new documents that may still need tagging/renaming/allocating).

Until I read more, I won’t know what type of linking I believe to be important in zettelkasten, should I go in that direction.
808
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 25, 2019, 06:20 PM »
- VS Code or some other general purpose code editor.
For powerful plaintext viewing, editing and formatting. Also for writing Markdown with preview.
The interface is more complex than for some standalone Markdown editors. But on the plus side code editors are power tools for transforming and navigating plaintext in a lot of ways that tend to come in handy sooner or later.
https://code.visualstudio.com/

Like so: An AutoHotkey hotkey takes the current selection in the active VS Code window
I'm afraid that I'm likely to resist using VS Code or any other code editor as much as I possibly can. The look and feel (and features) of the programs I write in is critical to creativity and productivity  (and I have to be able to set them up to avoid eye strain). I like Atlantis. I quite like Jarte. I like WriteMonkey 3 (although it has occasionally hogged resources).
809
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 25, 2019, 06:11 PM »
You can speed up 1-4 with AutoHotkey, of course :)
okay, I accept the case for AHK is overwhelming  :(
810
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 25, 2019, 06:08 PM »
The neat thing with unique filenames is that you can use them as "quasi hyperlinks" in plaintext. Like so: An AutoHotkey hotkey takes the current selection in the active VS Code window (or Notepad or any other plaintext editor/viewer you want), uses Everything under the hood to find the one unique matching full filepath, and then acts on it (open/run the file, open its folder in Explorer, ...). For example a file you name "food korean 191025.txt" will likely remain unique and so can be used as a short and quick quasi hyperlink.
I assume this would actually work with rtf or even docx files too?
811
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 25, 2019, 06:04 PM »
4. when needed tag filenames/foldernames with timestamps (YYMMDD at minimum or YYYYMMDDhhmmss) to make them more unique.
Yes, I intend to do this.
812
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 25, 2019, 06:02 PM »

3. organize files at least roughly into (sub)folders based on topic, context or life domain. Put tags in foldernames.
I'm not likely to do this. I want to keep folder structures as simple as possible.
Doing this would slow down the active work. I'm hoping that Searching will remove the need.
I would expect to use temporary project folders and will copy useful files into those. Then delete them once it's complete.
813
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 25, 2019, 05:57 PM »
2. make .txt plaintext "companion files" with tags in filename and notes inside next to non-plaintext files.
So, same name as companion except .txt ?

Would this be a way of tagging the companion?

Any specific purpose for the notes?
814
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 25, 2019, 05:54 PM »
1. put tags in the filenames of plaintext files
Isn't there a problem with filename tags in that links are broken every time you add or remove a tag?
815
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 25, 2019, 05:51 PM »
Here are some tools I find very useful for storing and retrieving information in plaintext files. I suppose most are very well known to many DC members reading this thread already, but anyway...
Thanks for these and the methodologies. I'm aware of most of the programs; use Everything and have always been a bit scared of the learning required for AHK. Used FARR once, but mostly prefer using the mouse; maybe I should look at it again.

I don't want to be convinced to use plaintext.  :'( It feels a further bump down the slope from Markdown.  :'( I'm just a humble writer & researcher (among other things admittedly) not a coder.  :'( I do appreciate that I may need to become familiar with some of these programs (or equivalents), but will grumble every step of the way. And will avoid anything I can.

I'll certainly try those grep programs. And I've always known that AHK would be good for me.
816
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 25, 2019, 03:47 PM »
It's certainly very different than the way i currently approach notetaking now, which is to collect the actual information and store it, like an archivist.
Basically, when I use onenote, im not really using a system or method of any kind.  I am just collecting notes into the interface presented to me by onenote.  It may not even be very "efficient" or terribly productive.  But its there when i need it.
Collecting information can be important. Is important.
But that's not what the zettel themselves are. Unless I have read it all wrong.

I know it is common now to advise students to listen to lectures and think about what is being said rather than writing down facts. That's always what I did, so it makes sense to me.
I can see why collecting thoughts might work as a productive system. It encourages reflection. Anything that will be written, developed or otherwise used is most like to use thoughts backed by information rather than the reverse. The information is still collected, but its no longer doing the driving.

I can see that his system meant that he collected his thoughts when he was reading in a format that made future thinking and use easier. When he was working things out, he played with his cards, making new ones when he had new thoughts. And when he came to write something up, he just went through the selected cards and wrote them out. Simples.

But that's just my conceptualisation for now. It might be wrong. (Though I think it is a good working system for nearly anything irrespective.)

PS When I collected prints of academic papers in pre-computer (and post tbh) days, I gave them all a number and put them in a box file with a number; still have shelves and shelves of them. I had an index that told me where things were. Not entirely dissimilar and a reaction to available technologies. But no record of my thoughts and no card index: I can see that would have been better had I ever the time to have done it.
817
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 24, 2019, 06:37 PM »
As IainB says in his onenote threads, the problem with the zettl is that it doesnt include images, videos, etc.  It's centered around text.  And his method of using onenote to me is much nicer/easier/better for software than zettel would be.
The system does include images, videos and anything else that's used. But they are resources that the cards link to. So you could have film that you were analysing. you would do a card for each thought about the film and put in a link to the film presumably noting the point in the film you were referring to (assuming it one a single point). You have your card index and you have your resources. Not the same thing.

And if your thought was visual, then you could draw it on a card.
The system was designed by an academic for his academic work so most of the content is naturally text. But wouldn't have to be that way for someone else.

I'm sure you could do the system on OneNote. But I very much doubt it would be as effective as the original, even if it were Luhmann himself doing it.

Software naturally shapes and restricts the thoughts that come when using it. The more feature full the software is, the more the thinking is moulded into the shape of the program.

I believe that this is the problem I see with much of the discussion of the system. They see the wooden box, they see the cards with unique numbers, they notice that the numbering system continually forks, they notice that cards can contain references to other cards, they notice that they can contain references to source materials - and the discussions I've seen imply they believe that this is the system.
It can't be the system. It's just a tool. The interesting bit, assuming there is one, is how the tool was used and what made it better than other possible tools. Much of that will have been in Luhmann's head. He did write a bit about the system. Presumably he talked about it. There might be other clues in that, though I doubt he was able to describe the intricacies of the relationship between his thinking and writing and the tool he had developed over thirty years. Each card is for a thought, not information - information is external in the sources.
818
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 24, 2019, 06:15 PM »
I read a comprehensive take down of the value of the Zkn3 program recently. Didn't record where. I'll see if I can find it.
Probably this one
But this apparently competing website recommends it as part of their system
819
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 24, 2019, 05:03 PM »
I've been reading about the zettelkasten method here last couple of days.  I like it.  I'd be interested in software that can do this.  Sounds like a wiki of some sort.
I'm looking at the zettelkasten software out there:
ConnectedText, i remember trying this years ago, but was still in the traditional notetaker mindset.  I'll give it another shot.  Looks interesting
Zkn3, seems more zettelkasten specific.  would give it a try.  i suspect connectedtext is more polished and easier to use.
I read a comprehensive take down of the value of the Zkn3 program recently. Didn't record where. I'll see if I can find it.
I'd already decided that most of these recommended programs and systems were too rigid and am unconvinced they reflect any advantages of a zettelkasten method. In theory, I think many programs can work, and do appreciate the apparent similarity to wikis.

I need to do more comprehensive reading and thinking, but my view of zettelkasten is that it is a workflow with a process that aids remembering and thinking. Index cards are incredibly flexible.

I am not convinced that the descriptions I have seen reflect the original method in use. I'm concerned by the use of cod psychology ('this is the way the brain works') as a justification. I recognise a number of key concepts:
  • Atomicity. One thing, free standing. The positional links go up, not down as in a wiki; once they are placed, you can go down. When a card is placed, it is into a sequence of equal cards, again unlike a wiki. It should be possible to replicate a card system with a wiki, but I believe that the thinking in the doing of it from scratch would be different with each method and that the results would also therefore be different in practice.
  • Linking. I appreciate the types of links: direct (card-to-card), positional. Also that cards can be removed and mixed and used with a group of other cards and then replaced exactly where they came from. I'm not sure of the value of the positional links because I'm not sure how he actually used them once he'd got it all done. Presumably he wrote a new card every time he had a thought about another card or set of cards and that card would then contain direct links.

As I say, I don't know much and need to do a lot of reading. Then I might have some useful thoughts, an implementation method, and an opinion on whether zettelkasten is more than a pound of sausages. But my lack of knowledge doesn't stop me thinking that the main commentators have got aspects of it badly wrong. And that thinking about software programs takes you down a garden path into a walled garden whereas Luhmann was wandering in the wilderness, making notes and seeing new things.
820
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 24, 2019, 03:57 PM »
I remain not even slightly persuaded of the need to go full Markdown though.

It really depends on your usecase.  I don't use strictly markdown- I use plaintext when I need to, and even todotxt.
I can see that.
I feel as if I might have stumbled on to a very slippery slope and am gathering speed, with Markdown the next bump in the road, and no clear idea of an end zone.

In practice, at this point, everything will depend on the speed and effectiveness of the search app. Too slow or clumsy and there's more lost than gained.

I've realised that I might make extra efficiencies. Not having stuff spread across a number of database programs and not easily accessing all documents in the file system because I've lost the name. I could find them with Archivarius or other programs, but the waiting time means it has never been worth it. I could consolidate on one database program, but then all eggs are in one basket and each program has specific advantages that I have tried to leverage.
821
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 24, 2019, 04:50 AM »
I have done something for a while and I think app mentioned it here recently too. Obviously not exactly what you are looking for but comes closer than you might think. A local WordPress installation.
Did that once. Has its plus points.

The main idea is being independent of any particular software and therefore having a system that is fairly immune to software change/collapse, so Wordpress doesn't do that. I need it on the web too as I want to be able to access most info from anywhere. I think I'll keep Wordpress for websites.

Had to rescue information from a borked (hacked) installation once too. Doable, but wasn't quick to put it back together again.

I remain not even slightly persuaded of the need to go full Markdown though.
822
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 23, 2019, 06:23 PM »
i have archivarius, which is great, but one thing is terrible....the text results are plain text, no pictures, and no formatting, it would be ideal if it could show the actual document the way it is.
other indexers are not as good as archivarius and i haven't tried in a long time.  some of those copernic, desktop search, x2, were ok, but slow and klunky.
I have Archivarius too.
I'm not  convinced it is really great. Slows computer. Indices grow too big. I also haven't used it in a long time, although I updated a few years ago and tried it once. I'm hoping that text based files can be searched fast without an index with a grep type program. Haven't tried it yet though.

There's a number of ways of doing linking. Folders are traditional, but require thought and effort at the beginning; and they're rigid. Tagging programs would work, but that's back to a database again and not working on all platforms.  Tags inserted into file text would work, and search programs like Powergrep will do that as a batch process. Saved searches could also work as a quick link. There can also be direct links where linked files are listed as part of a file or as a separate text file that contains a list of the linked files. I agree that this is potentially the most problematic area, but this may not be important if I don't go zettelkasten.
823
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 23, 2019, 05:24 PM »
One other thought I had, triggered by some zettelkasten reading, was the possibility of being more productive if I was working with fewer programs and more simply focused on files and links. Working on files, it's easy to switch to a different program for a particular feature (and back again) without disruption. Trying to do that with database programs is definitely not like that. It leads to doing one set of things in one program and another in another etc. And there's permanent feature dissatisfaction.

I don't know. I always regarded it as an odd and obviously inefficient approach. But now I'm not quite so sure.
824
General Software Discussion / Re: I'm thinking of going primitive
« Last post by Dormouse on October 23, 2019, 04:42 PM »
I have Rightnote. Lifetime licence.
I think I had AM-Notebook at one time.

The problem with both is that the stuff is in the programs, they're Windows only and not accessible from elsewhere. I appreciate the advantage of database based programs, which is why I have stuck with them and tired and bought so many. And I don't discount using them. But I'm considering having them only for an active use rather than stuff in general.

With files, I can use virtually any program to create them, and to modify them; I can use them on all devices, access them from the internet and never have to worry about import or export. Feels as if it is worth an experiment. Not that I would export everything immediately and do a switch. I'd just start using a new system and take stuff from older programs as I needed to work with it.

I'd have to say, just looking at the features, that AM-Notebook has come a long way since I last looked at it.
825
Because of the issues mentioned in recent topics. OneNote changing; Surfulator expiring; Evernote ???ing. And everything always changing or disappearing. I'd seen a number of strange folks switching to Markdown and keeping everything in plain text notes, and I'm starting to think they may not be so strange.

I want to control what stuff is local and what is on the net. I want to control access. I want to be able to use my stuff on Linux, Android, iOS. Maybe even Mac. I want to be able to work on all my devices. I don't want my workflows constantly disrupted by software updates or bugs. I  might, if I'm very very lucky, want to retrieve it in 40 years time. At some point I may not have the capacity to change; I hope that point hasn't arrived yet, but now is a better bet than next year.

So it seems to me that I could, maybe, work quite well with files, plain text or not. Names including a date stamp. I'd need a powerful text search ability, preferably with the ability to a batch adding or changing of text (Powergrep?, Textpipe?). I might also need a file renamer to add the date/time stamp so each file name is unique. I'm not sure about tagging; text tags inside the file would be less vulnerable. If I wanted to use another program to work on some of the files, I could just copy it in.

I was also wondering whether it was worth seeing what a zettelkasten methodology might to for my workflows, and to some extent that triggered my thinking about the switch above.
Pages: prev1 ... 28 29 30 31 32 [33] 34 35 36 37 38 ... 79next