topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday September 19, 2026, 3:14 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 ... 21 22 23 24 25 [26] 27 28 29 30 31 ... 404next
626
Developer's Corner / Re: Wanted: Recommendations for learning WPF (with C#)
« Last post by wraith808 on July 21, 2020, 09:53 PM »
Are you tied to desktop?  That's the only reason I can think of for not using WPF.  If it's desktop, I'd definitely recommend it, and look into MVVM- that's what I use for a more reactive interface and to decouple the interface from the logic.  It seems like it might be a good thing for your use case.

As far as learning- I'd personally suggest using XAML instead of the visual editor.  Just like with other visual editors, the WPF design canvas can create some pretty shitty code.  And when you need to do something, you find that it screws with the whole interface.

If you want to start with the visual editor, there are a variety of courses:

https://www.wpftutor...earnWPFin14Days.html
https://www.wpf-tutorial.com/
https://www.guru99.com/wpf-tutorial.html
https://www.tutorial...nt.com/wpf/index.htm

That's just a few of them.  Of those, I like wpf-tutorial.com the best.  There are better paid ones, but that one does the job.  I'd also suggest https://www.c-sharpc...cepts-in-15-minutes/ after that, to reinforce some of the concepts, no matter which one you choose.

If you want to go the XAML route, I'd go with tutorialspoint - https://www.tutorial...t.com/xaml/index.htm

That rolls in all of the concepts for that c-sharpcorner article also, making it an unnecessary read at that point.

One thing to note- all of these are pretty old.  Other than the format of visual studio, that shouldn't matter though.
627
Getting a domain, the web hosting, some support, including a (simple) certificate sets you back about 60 USD the first year. Extending the domain after the first year is cheaper (around 50 USD). And if you setup free certificates using 'Let's Encrypt' or similar services, the price drops even further. And I would think that all the money spent can be written (completely/partially) as a business expense. And such a host will have all the tools (for money transfers) in place already, in case the bike shop owner wants to sell stuff online directly.

Since the ask was for free, I didn't even worry about paid options.  And for non-paid, you aren't really going to get your own domain.
628
It's very easy to note them, so I'd be surprised if you missed them.
I just see them as part of the conversation. Has been the first mention of some interesting sites and software.

I guess a difference in perception.  Seems there are conversations around some, but not most.  But no matter; it was just idle musings after the commentary by another after the proliferation of links on some of the latter pages at the time.

I'm currently merging Agile concepts with my Zettel.  It is a very good concept for maintaining a backlog and getting things done, and the two have melded nicely.
630
There's just a lot of random interspersion about new software- not that I mind, but all of it has sort of littered the thread. 
I don't see any random posts or any littering. It's a conversation,  people write what feels relevant to them at the time.
It might be good to separate out the software into a different thread.
I'd certainly not want anything split out, because that would lose the to and fro of the conversation.

There's nothing to stop someone starting a thread about note-taking software or about zettelkasten.

There are interjections of just software postings in a lot of places from people that don't really take part in the other parts of the conversation.  It's very easy to note them, so I'd be surprised if you missed them.

So how do you guys deal with images?
Do you place them in the same folder as the txt notes?  or in a subfolder?

I stayed away from images, but have started using them with that paste image extension that I've added to VS Code.  I put them in a subfolder whereever the note is rather than a central location.
631
I've been using Zettlr for my zettelkasten. I started it in January this year and have so far written 713 notes.

Forgive me for I haven't read all 25 pages of this topic, but it seems to me like discussion here is mostly around note taking software and not zettelkasten as a method?

It's around both.  Much about the synchronicity between the method and the given applications.  There's just a lot of random interspersion about new software- not that I mind, but all of it has sort of littered the thread.  It might be good to separate out the software into a different thread.
632
Man, I have to say I am VERY impressed by the slick interfaces these people are coming up with.  It's like you want all the good bits of each in one.

Exactly.  And the cool thing is that since they are componentized in extensions, you can have the best of each!
633
Dendron is a local-first, markdown based, hierarchical note-taking application built on top of VSCode and friends:
https://github.com/dendronhq/dendron

Not using it wholesale, but there were some really good extensions that I'd not seen.  I've found that the major advantage of using VS code- the fact that I can mix and match functionality.


From this one, I am using:

Paste Image - https://marketplace....n.vscode-paste-image
- lets you directly paste an image into the document, and it will create the image file and insert the link.
Markdown Shortcuts - https://marketplace....n.markdown-shortcuts
- adds a lot of shortcuts for commonly used commands to the command line.  Also does some pretty interesting formatting of pre-existing text.
634
Actually, I upload them to the website in the folder structure.  The one for making a website out of your documents would be more akin to Jekyll or Postachio.
635
PICO looks like a reasonable option for designing a website purely for your own documents

Why do you say 'purely for your own documents'?
636
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.

This is already a reality.

I currently use it on my site with Pico.  There's also Postachio which does the same with files in Evernote, and Jekyll.  I'm sure there are others, but those three have distinct differences so I posted those (and they're the ones I've used- go figure).

Pico generates the files on the fly.  I upload Markdown, and it stays as Markdown.  It's just rendered in the browser.

Postachio grabs the Markdown files from an Evernote folder.  I suppose for all intents and purposes, since it's Markdown in Evernote, it does the same as Pico, other than the fact that your Markdown notes are in Evernote.

Jekyll is a static site generator.  You run it, it generates the site in a folder that you upload as is to your site.

I personally settled on Pico as I don't have to generate the site, and I have the plain files as text files that I can do whatever I want with, and the source is on the server.
637
So, one thing I found out about using VS code for editing- the editor isn't actually plain text.  I was writing up some e-mails in response to a couple of action items that I had in a note, planning to transfer it to gmail to send.  When I copied and pasted the text, it came in formatted like it is in VS Code.  Just thought it was a jarring thing that some might find interesting.  In no way a deal breaker, but just something to be aware of.
638
General Software Discussion / Re: Windows 10 Announced
« Last post by wraith808 on July 10, 2020, 01:32 PM »
No, it was in direct reply to Stoic.  I didn't intend it for silly humor.
639
It just looks like fluff predisposed towards an opinion rather than a truly unbiased piece.
640
I've only ever used it to create forms from scratch in the application.
641
They've also released a way to convert BAT into gift certs.

That's not officially affiliated with Brave as far as I can tell.


I learned about it from Brave, and not from an ad but within the browser when I was checking my BAT settings, so I don't know.
642
Obsidian looks as if it will grow into a great spider, with any number of mites on its back, but lays no claim to own any of the notes.

This is what I like also.  I use a variety of programs to work with my zettels, and none of them care about the others.
643
They've also released a way to convert BAT into gift certs.

https://market.tapnetwork.io/home
645
General Software Discussion / Re: Windows 10 Announced
« Last post by wraith808 on July 09, 2020, 09:00 AM »
dog_year_human_year_2020.jpg

dodging_murder_hornets.jpg
646
Someone else mentioned  TiddlyWiki + Krystal Theme + a few plugins...

So there's a link on that site that leads to twitter: https://twitter.com/...574525342793730?s=20

That leads to this page: https://learnawesome...g/digitalgardensetup

I did it, and it's up and running on github.  But something bothers me.  Since you save your Personal Access token in tiddler, does that mean that anyone will be able to edit your notes?  I tested that out, and people can edit the wiki, but when they save, it downloads a copy, so your PAT is stored in your local browser only.  It seems that sometimes you have problems in saving the wiki also.

I'm not sure about leaving my notes public though.  It was a cool experiment, but one that I think isn't for me.
647
If you're going to be doing this often, MachForm might be worth the investment for you.  I got it years ago, and still use it.

https://www.machform.com/
648
Memo - Markdown knowledge base with bidirectional [[link]]s built on top of VSCode:
https://github.com/svsool/vscode-memo

Ok.  I like this one better than Foam.  I have both of them installed right now, and so far, they're playing nicely.  But the features in this one are a lot more polished from what I've seen so far.
649
Living Room / Re: HAPPY 4TH OF JULY!
« Last post by wraith808 on July 04, 2020, 09:56 PM »
Great to see you!  Happy 4th to you too!
650
https://notes.andymatuschak.org

This website design is so incredible.  I want this.  How can I do this?

It's very similar to gingko, so you could use that for the same.  I keep a lot of my notes in that.  It just doesn't have the reference links nor the mouseovers.
I just saw right on his front page....he says he doesn't make the system available to others.  He's still testing it out and doesn't want to scale it yet.

Oh, I know that.  I was suggesting Gingko as an alternative.
Pages: prev1 ... 21 22 23 24 25 [26] 27 28 29 30 31 ... 404next