Category Archives: Tools

Secret Coding Used on Reddit, Mastodon, Friendica, Facebook, WordPress and More…

Okay, it isn’t secret coding. Markdown is a lightweight markup language designed to make writing for the web easier and more intuitive. Created by John Gruber in 2004, Markdown allows writers to format text using a simple, readable syntax that can be easily converted to HTML.

What is Markdown?

The image above shows you markdown on the left, and how it’s rendered on the right. This is an article I added to my Friendica account. The program that shows you the markdown and the rendered page at the same time is an open source program called Ghostwriter. It’s available for Windows, Mac and Linux.

At its core, Markdown is a way to style text on the web using a plain-text editing approach. Instead of using complex formatting tools or word processors, writers can use simple characters and symbols to create structured and visually appealing documents.

Basic Markdown Syntax

Headings

Markdown supports six levels of headings using hash symbols:

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

Text Formatting

You can easily add emphasis to your text:

  • Italic text using asterisks or underscores
  • Bold text using double asterisks or underscores
  • Bold and italic text by combining asterisks
  • Strikethrough text using double tildes

Lists

Markdown supports both ordered and unordered lists:

Unordered list:

- Item 1
- Item 2
  - Subitem 2.1
  - Subitem 2.2

Ordered list:

1. First item
2. Second item
3. Third item

Links and Images

Creating links is straightforward:

[Link Text](https://www.example.com)

Embedding images follows a similar syntax:

![Alt Text](image-url.jpg)

Code Formatting

For inline code, use backticks:

Use `code` inline

For code blocks, use triple backticks with optional language specification:

```python
def hello_world():
    print("Hello, World!")
```

Blockquotes

Use the greater-than symbol to create blockquotes:

> This is a blockquote
> It can span multiple lines

Horizontal Rules

Create horizontal lines using three or more hyphens, asterisks, or underscores:

---
***
___

Why Use Markdown?

  1. Readability: The syntax is clean and easy to read, even in its raw form.
  2. Portability: Markdown files are plain text, making them compatible with various platforms and editors.
  3. Flexibility: Convertible to HTML, PDF, and other formats.
  4. Simplicity: No complex formatting tools required.

Where is Markdown Used?

Markdown is widely used in:

  • README files on GitHub
  • Writing documentation
  • Blogging platforms
  • Note-taking apps
  • Technical writing
  • Forum and messaging platform comments

Get The eBook for Free

This might be a little too much to remember, but Matt Cone has an eBook that you can download in pdf format.

Pictured to the left, you will see it’s called The Markdown Guide.

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0
International License. You’re free to share it with your friends and co-workers.

I often keep a lot of notes in Markdown amd use a program called Recoll to search through them for what I’m looking for. Recoll is free for Linux users, but the software developer asks for 5.00 Euros for the Windows version. At current currency rates that’s $7.39CAD.

Recoll finds documents based on their contents as well as their file names. I’ve tried several document search engines, and this is the best I’ve seen.

Conclusion

Markdown offers a simple yet powerful way to format text without the complexity of traditional word processors. By learning a few basic symbols, you can create well-structured, professional-looking documents quickly and easily.

Whether you’re a developer, writer, or content creator, Markdown provides an efficient way to write and format content for the web. Having multiple AI Tools at your disposal can be a real game changer in this day and age. Especially so, if you don’t have a whole team to depend on.

 

Organizing Your Notes

Various projects require different levels of organization. Most people have their own method, but I found organized chaos  wasn’t working well for me. I found myself making different directories on my hard drive, and filing items there. Some of these directories would only have one or two items in them. A lot of times I was saving links to articles, pdf files, or just about anything. The problem I found with this method besides cluttering my PC with a lot of unnecessary directories, was finding the information after I saved it. After a couple of months it gets hard to remember the name of the directory where you filed an item of information you are looking for.

I decided to look for a better system. This took me to Evernote, which didn’t take long to fill up the allotted free space and then on to OneNote. One note uses up valuable cloud storage online. They both have a nice feature of syncing their desktop application with corresponding cell phone apps. However I found when I was mobile I had little use for most of the information I was saving. Still, both these offer a good way to save information if you think you’re going to need it later when you’re not in your office. I found both these programs overkill for my needs. Most of the time when I was on the go I would only need access to some simple notes. Then  I found a program for simple notes.

The program is called Simplenote. Here is a screen shot of it.

The program is free. You can also signup for a free account on the Simplenote website. This provides a service to let you sync notes between your cell phone and desktop. If you want to export notes they can be in Evernote format or plain text. You might wonder about the article displayed in the picture above because of the image. Everyone knows you can’t put an image in a plain text file.  While this is true, the Simplenote can read and write a very simple formatting language called Markdown. The plain files exported will contain any markdown language the your article had.

Although this is a great program for simple notes, it isn’t one I’d use for storing a lot of notes in. Usually products will have different categories of information that needs to be stored in them. Another similar program I looked at is called Joplin. It’s free/ open-source as well. It has a few bugs that I will explain but it also has a feature for categories or notebooks as it’s called in this program.

Both of these programs have a light and dark theme. It’s easy enough to set your preference.

Although initially it may look very similar to Simplenote you can see on the far left of the picture a column which lets you set categories or notebooks so you can keep large amounts of information sorted. This can be synced with various cloud services including Nextcloud, Dropbox, OneDrive, WebDAV but I haven’t tried it. For notes created on this program, I just store them on my computer. Notes from Simplenote can be imported or copied and pasted into a new note(s) on Joplin. Any of the text files that have been coded with Markdown language aren’t a problem because Joplin interprets Markdown as well.

Markdown is a very simple language. It’s like very simple html. You can download a guide here.

Additionally there is a free WordPress plugin you can use that provides a variety of features such as a Markdown editor, live-preivew, image-paste, HTML-to-Markdown helper, and more… You can export your files from Simplenote or Joplin and use them to add pages or posts to your WordPress website. Joplin will read and display html as well as Markdown.

One feature I really like about Joplin is its webclipper. Evernote, OneNote and Joplin all have web clippers where you can clip information from web pages, or even the entire webpage and save it into Joplin. This can be very handy considering you may find a lot of business research online and you don’t necessarily want to have to re-write it by hand. The webclipper is an extension you add to your browser and click when you want to copy something. You will see something like this.

Using this tool you can store your clipped information into whatever notebook you want to. The only problem I found is that I typically don’t want a lot of colour and advertising in the notes any notes I clip so I sometimes have to edit them. The editing ability in Joplin isn’t really good yet so it’s easier to edit them in an external editor. The notes will be saved using Markdown and you can use it or html or a mix of both to edit them. Joplin is a work in progress so it isn’t a finished product yet, although it’s getting closer.

Hopefully this article will give you some ideas and methods for staying a little more organized. It’s a bonus to have tools and programs that can work together.