Clibu Notes Year in Review – 2024

We’ve accomplished a lot and greatly improved Clibu Notes this past year, as we progress to a Version 1 release. The number of users who’ve signed up has grown steadily throughout the year.

We’ve had a total of 43 releases in 2024 which have included important new functionality, a wide range of enhancements and plenty of bug fixes.

Some highlights include:

  • Hierarchical Tags which are quick and convenient to add to notes and give you another way to quickly see related notes.
  • Collaborative sharing of Space’s with permissions and magic share links.
  • Improved support for iOS and Safari. Hopefully 2025 will see more Safari issues resolved so we it works better with applications like Clibu Notes.
  • Dark and Light mode support along with using the OS preference.
  • Implemented Export to Markdown.
  • Added Feature Request, Voting Board and Roadmap.
  • Enhancements to the Dashboard.
  • New pop out Side Panel.
  • Move to the next and previous search match in the editor.
  • Implemented Search History with autosuggest.
  • Improved UX and UI on Tablets and Smartphones.
  • Print the entire note in the selected editor.
  • Select the Space a note is in via. the editor toolbar.
  • Unified UI on panels along with new Home and Close buttons.
  • Updates to Share to Clibu Notes, Backlinks, TOC etc.
  • Updates to the / Slash menu
  • Performance improvements across the board.
  • The Notes Tree now smooth scrolls with a flick on Smartphones.
  • Cut and Paste added to the Tree’s and Cut added to the Matches list cards.
  • Implemented Fuzzy search for backlink and slash menu suggestions.
  • New Editor blank line toolbar.
  • Up and Down Arrow buttons on the main editor toolbar move to next/previous note.
  • The count of words in a Note is now shown in the editor footer area.
  • Web Link URLs can optionally be replaced by the Title of the actual Web Page.
  • Implemented the new guided Tour.
  • A completely new Clibu Notes Website.
  • ….

The year ahead – 2025

The new year will see Clibu Notes continue to evolve and improve as our user base grows. We have a long list of enhancements and new functionality we are looking forward to delivering.

More importantly we want to wrap up a V1.0 release and set up payments, so after years of development we can finally begin to be reimbursed for our efforts.

I hope you’ve all had a great year and wish you all the best for the year ahead.

– Neville

Dark mode has arrived

A feature often requested for Clibu Notes has been Dark mode. In hindsight we really should have incorporated, or at least better planned for dark mode, when we started developing Clibu Notes. This meant we had to do more work than we otherwise would have to fully incorporate dark mode.

The upside was it enabled (forced) us to have a close look at nearly all aspects of the Clibu Notes UI. This resulted in improvements both in the original light mode and the new dark mode, which I’m very happy with.

Clibu Notes Dark mode theme

Now that dark mode has arrived I’ve switched to using it all the time. It is quite interesting that once you get used to dark mode, you want it available in all of the applications you use.

By default Dark mode uses your operating system theme preference to determine whether to use light or dark mode. You can override this using the Theme menu.

Theme menu

The Theme menu is available on the Settings menu. On larger screens there is also a button at the right of the top navigation bar to access the Theme menu.

Implementing dark and light themes now opens up the possibility of creating other themes in the future.

As always comment below or use the Feedback option in Clibu Notes to get in touch.

– Neville

Hierarchical Tags in Clibu Notes V0.90.000

A thorough implementation of Hierarchical Tags is now available in the latest Clibu Notes release. This is an important milestone which moves us much closer to a Version 1 release. It is also the biggest release of late and even though we’d planned for Hierarchical Tags from the start, it was more complex task and took longer than we’d estimated.

That said I’m very pleased with our tags implementation, which delivers enhanced tag functionality, such as the ability to set the color of a tag and an icon. These attributes are used both in the Tags tree and Tags in Notes, making it easier to visually locate tags.

The new Tags Tree also includes a count of notes associated with each tag.

Tags Tree

This shows tags in notes using the attributes set in the tree. Clicking on a tag in a note selects that tag in the Tags tree which then shows the notes that include that tag in the matches panel.

You can rearrange tags in the tree using drag and drop or cut and paste. All changes are immediately reflected in tags in notes. And of course tags can be renamed.

To add a tag to a note type a # followed by the tag text. A list of matches lets you quickly pick an existing tag or create a new one.

As we start to get feedback on how you are using Tags I can envisage changes being made. I already have some ideas for improvements. So please do let us know any suggestions you may have.

Hierarchical Tags provide an alternate method to organize and locate groups of related notes. They build on functionality provided by the Notes Tree and Backlinks.

For more information see Tags in the Clibu Notes Help and in the V0.90.000 Release Notes

– Neville

Markdown – what’s not to like?

We recently added Export to Markdown to Clibu Notes to enable you to use your notes in other applications. This led to a deeper dive into Markdown than I expected.

What follows is information I gleaned during this process.

Formatting text

Markdown is used in Note taking applications to enter formatted text (italic, bold etc) and as a file storage method.

When you have a full keyboard available, text entry may be quicker for operations which might otherwise require a toolbar button click. ie. You have to use a mouse or touchpad vs typing markdown formatting characters.

Many formatting commands are available using Ctrl/Cmd+someKey which can be as performant as markdown. For example Ctrl+I vs * for italic text.

Some applications like Clibu Notes convert markdown into wysiwyg within the editor itself, others have a separate panel to render the wysiwyg content.

Downsides

Markdown has extensions and different flavours. However it’s capabilities are fixed. For example the Details – Summary block in Clibu Notes has no equivalent in Markdown.

The only workaround for this, that I’m aware of, is to embed HTML within the Markdown.

Whether this works across different applications is debatable. It also means one of the reasons for using markdown, that is they are simply plain text files, becomes obscured.

See Workarounds for things not officially supported by Markdown.

Markdown files are just Text Files

Plain text files stored in the operating system is definitely a win. It means these files are not necessarily tied to the application that created them.

They can be edited and viewed in other applications. Although editing them in other applications might not be prudent.

And they can outlive the application that created them.

Once again there are some downsides.

Because note titles are used for markdown filenames (.md files) certain characters cannot be used in titles. ex. <>:”/\|?* This can be annoying and shouldn’t impact your use of titles, but it does.

Filenames must be unique amongst their siblings, so you can’t have two notes with the same title in the same folder.

Filenames are limited in length on some operating systems, so therefore are titles.

In Clibu Notes, Folders are notes. ie. They contain content just like any other note. In an operating system, folders are containers for files and can’t have content. So the folders in Markdown based applications can’t contain content.

This means when you Export to Markdown in Clibu Notes we have to create separate files to contain each folders note content.

Files vs a Structured Database

We’ve stated the benefits of using plain text files above, however PKM applications deal with structured data. Let me explain.

Many PKM applications enable you to organize notes in a tree. This mimics how files are organized in an operating system. So notes in your Markdown PKM are stored as files in folders to match your tree. All good so far.

When you move a note in your tree the Markdown PKM app needs to move the file on disk to it’s new folder. That’s fine, however it now needs to update each and every note (file) that references the note you moved.

How does it even know which notes (files) reference the note that was moved. I’ll assume it builds some sort of index when it starts.

Tree’s are just one way of organizing notes. We typically have back links which link two articles together, tags which reference a set of notes and possibly other mechanisms.

So now we are dealing with what can become quite complex structured data.

Let’s compare this to a PKM application that is built from the ground up to work with structured data.

When you move a note in the tree in Clibu Notes, the only change is to relocate the note item in the tree (data structure) to its new location. We don’t need to locate and update the notes that reference the note that was moved, nor do we need to update the note itself.

To accomplish this, every note is created with a unique identifier that never changes. References to other notes use these identifiers. Whether they be in the tree or are backlinks.

This is way more efficient and robust than moving and updating physical files. It is also fundamental to enabling reliable and correct synchronisation of all content, both offline and online across devices.

In essence Clibu Notes uses and relies on database principles to efficiently and robustly manage your notes.

But what about data obsolescence

Ok so to meet the objective of your Clibu Notes content outliving the Clibu Notes application we provide Export to Markdown. This enable you to move your notes to another PKM that supports Markdown. No one wants vendor lock in of their content.

The before times

Before we added Export to Markdown: Titles could use any characters, be any length and be duplicated. Sadly those days a gone.

Travel shouldn’t stop you working

Travel shouldn’t hinder your ability to work. In fact this article was started on my Desktop PC, with some background information. Then I made some updates on my Phone while travelling to the Airport for an Interstate trip last week.

The entire article was written on the plane (no Internet) using my Chromebook. Upon landing and getting back online all changes synchronized to my phone. When I returned to my office and turned on my PC, it updated with all the changes made in the air. Now I am now doing a few final edits ready to publish.

Can you travel and work this seamlessly with your current PKM?

Have a great week, Neville

PS. If your looking to try a Note Taking / PKM app that is simple and effective, sign up for access to Clibu Notes today – all it costs is your time.

Resolve issues by Clearing your Browser Cache

As more users sign up and start using Clibu Notes we are seeing it used on a wider variety of devices, operating systems and web browsers. This is in turn surfacing issues we’ve not seen with our in-house testing. Our focus continues to try and replicate and resolve these issues asap.

One thing you can try which definitely resolves certain issues is clearing your Browser Cache. Start with “Cached Images and Files”.

Yesterday’s new release caused an issue for Scott, where he wasn’t able to access our Server. His Internet was fine and our Server monitoring showed no issues.

I couldn’t see any issues and no other users reported any problems. This didn’t make a lot of sense.

In the end I asked Scott to clear his Browser Cache and that resolved his issue.

Clibu Notes just keeps on working on or offline

A great thing about Clibu Notes is everything keeps working even if you aren’t connected to the server. When you are back online all changes update and conflicts resolve across all devices. Most applications don’t offer this freedom and flexibility which is good for the soul.

Will I lose my local data

Scott asked if clearing the Browser Cache also deleted your local Clibu Notes data. In my testing the answer is no it doesn’t.


I asked Google Gemini:

Does clearing the Browser Cache delete IndexedDB data?

Yes, clearing your browser cache can delete IndexedDB data in some cases. It depends on the specific browser and how aggressively you clear the cache.

Here’s a breakdown:

  • Default Behavior: In most modern browsers (like Chrome, Firefox, Safari), clearing the browsing data with the default settings might include clearing IndexedDB data alongside cookies, cache, and other temporary files.
  • Customizable Options: Many browsers allow you to choose what data to clear when you select “Clear Browsing Data” or similar options. You can often deselect “IndexedDB” if you want to keep the data while clearing other temporary files.
  • Browser Variations: The exact behavior can differ slightly between browsers. Some browsers might have separate options for clearing cache and IndexedDB, while others might group them together under “Site Data.”

Here are some resources for specific browsers:

Recommendations:

  • Check your browser’s settings: Before clearing data, review the options available in your specific browser’s “Clear Browsing Data” or similar section. See if you can deselect IndexedDB if you want to keep that data.
  • Test in incognito/private mode: If you’re unsure about the impact of clearing cache, try it in an incognito or private window where no data is persisted by default.
  • Consider server-side storage: If you need data to persist across browser sessions or clearing cache, explore storing it on a server-side database and retrieving it as needed by your web application.

By understanding these factors and your specific use case, you can effectively manage your browser data and avoid unintended deletion of IndexedDB information.


So the answer is maybe it will, maybe it won’t.

My suggestion is to do a Backup (Settings | Backup Database) before you clear your browser cache. Then you can always restore that if you are sure you’ve lost content.

Backups, backups and more backups

This is a good time to remind everyone to do regular backups of all of your important data and ensure these backups are stored off of your device in a safe secure place.

That’s it for now.

– Neville

Collaborate with friends, family and colleagues

The latest release of Clibu Notes V0.83.020, enables you share specific sets of notes with other people. You can control whether they have full editing rights or can only view the shared content.

When you create a Share you are given a special link which you send to the people you want to sharing with. They do not even need to be registered Clibu Notes users.

Real time collaborative editing

Clibu Notes enables multiple users to edit the exact same notes at the same time. All changes coalesce, so everyone eventually sees the exact same content.

This goes even further enabling changes made by users who are offline to become consistent when they next come online.

This collaboration extends across all aspects of Clibu Notes. For example drag & drop of notes in the Notes Tree, changing note icons, title colors etc.

Automagic Content Synchronization

One way or another most PKM / Note Taking applications enable you to synchronize content. Often though, they do not enable collaboration. This quickly leads to notes overwriting each other and loss of content.

It can get even worse where the application relies on copying files from one device to another in order to synchronize. And if you forget to do this or can’t, well too bad. You then have content which may never become consistent.

With Clibu Notes you never, ever need to worry about content loss or inconsistency. The entire process is seamless and invisible to our users. As I’ve stated in several places, this is truly magically liberating.

For anyone technically interested in how this magic occurs Google CRDTs.

Our recent 4 day road trip

An excellent example of the joy this brings is a recent 4 day road trip we did. With me is a Windows Laptop, Android Tablet, Chromebook Tablet and an Android phone. Along the way I was making notes of places we’d visited, cafes and restaurants we’d go back to etc. These would be taken on the Tablets and Phone.

Internet access was often non-existent for long stretches or patchy at best, but this made absolutely no difference to my use of Clibu Notes. As soon as any of my devices came back online all content changes resolved and became consistent. When I turned my Windows Laptop on of a night it updated with the changes from the tablets and phone.

If others had been using a Share they also would have been updated.

The bottom line is it “just works’ and it is truly magically liberating knowing all of your content on all of your devices is either up to date or will be when they come online. Without any user intervention!

Details in the Clibu Notes Help

For full details on Clibu Notes Collaborative Sharing open clibu.app, select Help – F1 and the open the Collaborative Sharing note.

To Finish

Clibu Notes has had full collaboration from its inception, however implementing Sharing in V0.83.020 was a complex task. We needed to ensure it was robust and capable of being enhanced as needed in the future. I’m pleased to say we’ve met these goals.

Now that Sharing is ready for mainstream use we’ll get back to more frequent releases again. The next release is very close.

Thanks for reading – Neville

More new releases, more improvements

On average we’ve been putting out new Clibu Notes releases twice a week for the past few months. These typically include a mix of new and updated capabilities along with bug fixes. See the Release Notes for full details.

As we get more people using Clibu Notes, more issues come to the surface. I’m pleased to say the turn around time to resolve a problem and release an update is typically just a couple of days.

We also proactively monitor for issues and often times the user isn’t even aware that something may not have quite worked as expected.

I’ve recently been asked whether this monitoring includes any access to users content and the answer is absolutely not. We get details of whereabouts in the code an error occurred, what may have caused it, the email address of the user and the type of device, operating system and browser being used.

We’ve also been improving and optimizing the user experience across devices. The way we use applications on Smartphones, Tablets and Desktop PCs differ considerably and we need to adapt applications to meet the needs and work within the constraints of each device.

Delivering a good user experience on Smartphones with their small screens and virtual keyboard is the most challenging and I feel we are doing a pretty well. That said we are continually looking at ways to make Clibu Notes easier to use.

To that end we’ve recently added the optional blank like toolbar: Blank line toolbar

When you have a physical keyboard it is easy to tap / to open the Slash commands menu. This is not the case with the virtual keyboard on a Smartphone, where you may need two or more taps to use / and another tap or two to return to the normal keyboard.

This is where the blank line toolbar comes to the fore, providing similar functionality as the Slash menu, without having to perform keyboard gymnastics. The blank line toolbar is enabled by default on Smartphones and can be enabled or disabled on the Settings menu.

On the topic of Smartphones we’ve worked hard at improving the usability of Clibu Notes on Apple’s iOS. Until Apply implements viewport updates when the virtual keyboard opens & closes we remain hamstrung. This has been on Apple’s list for well over a year now and hopefully we’ll see it sooner than later.

As an aside Clibu Notes works wonderfully well on Chrome on Android and also installed as a PWA. See the Clibu Notes Help for “Installation” details and “Share from other applications”.

That’s if for this post.

– Have a great week, Neville – Author of Clibu Notes

Personal Knowledge Management: Why It’s Essential for Your Success

In today’s fast-paced world, we are exposed to a plethora of information on a daily basis. As a result, it’s vital to have an effective system for managing knowledge that enables individuals to find information easily, recall it when necessary, and apply it to their work or life in the most effective way. This process is called personal knowledge management (PKM).

What is Personal Knowledge Management?

Personal knowledge management is the process of collecting, organizing, and analyzing information to enhance one’s understanding of a subject or topic. In simpler terms, it’s about how we store, retrieve, and use the knowledge we gain through various sources like web sites, books, articles, videos, or conversations. It allows individuals to create their own personal library of knowledge, making continuous learning and development possible.

Why is PKM important?

  1. Efficiency: Personal knowledge management enables us to access information quickly and efficiently. A well-organized system of knowledge allows us to retrieve information without wasting time, leading to better productivity.
  2. Innovation: Innovation requires a deep understanding of technology and the market it operates in. By continually organizing and reviewing our knowledge base, we can understand trends and identify new ideas and opportunities.
  3. Career Advancement: Employers want individuals who are not just knowledgeable about their field, but also show initiative to stay current and apply their knowledge effectively. PKM allows professionals to maintain a competitive edge and advance in their careers.
  4. Lifelong Learning: Personal knowledge management is an enabling factor for continuous learning. It allows individuals to acquire new knowledge, retain it, and enrich their understanding of the world around them.

How to Develop an Effective PKM Strategy

  1. Identify your goals: Determine the areas of knowledge you want to acquire or improve upon. Identify your strengths and weaknesses, and set goals accordingly.
  2. Gather information: Curate information from various sources, including books, articles, podcasts, and videos, related to the topics of interest.
  3. Organize your knowledge: Organize the information into categories or themes using tools like Evernote, OneNote, or Trello. Create tags, labels, and folders to find information quickly and easily.
  4. Review regularly: Review your knowledge base regularly and update it with new information. Reflect on your learnings, synthesize your takeaways, and apply them efficiently in your work or life.
  5. Share your knowledge: Share your knowledge with others through social media, blogs, or speaking engagements, to create new connections and gain insights from others.

Conclusion

In today’s data-heavy world, personal knowledge management is an essential skill for those who want to be better learners, innovative thinkers, and effective professionals. It is an enabling strategy that allows individuals to develop and maintain a deep level of knowledge that enhances both personal and professional growth. By following the tips shared in this post, you can create a system that works for you, leading to a lifetime of success.

There are many good and not so good PKM applications, all have their strengths and weaknesses. We welcome you to evaluate our PKM, Clibu Notes and see how well it meets your needs.

Clibu Notes V0.80 new cleaner look and feel

Following on from reviews by designers and from user feedback we’ve given the Clibu Notes user interface a thorough makeover.

It now has a simpler and much cleaner look. We’ve also moved some UI components off of the main screen to a new sidebar slide out panel.

This has free’d up space, making Clibu Notes easier to use on Smartphone’s.

Clibu Notes - UI Makeover

The screenshot above shows the Notes Tree and a note opened in an editor. Background colors have been removed and the active panel now has a highlighted border.

Clibu Notes on an iPhone

This is Clibu Notes V0.80.060 on an iPhone showing an editor panel.

The new hamburger button opens this panel with items moved from the Settings menu and navigation bars.

The notes list/grid also has a new cleaner look and now includes brief note content. Both it and the notes tree panel can now be closed and are reopened using the bottom navigation bar buttons.

Grid view is available on wider screens. The grid/list toggle button is hidden when grid view is not available.

In V0.80 we’ve started using a new styling (CSS) library. We’ve moved from a using ad hoc colors and styles to a standardized set. This is fundamental to the new look and feel. We’re most of the way there, but still have more to do.

A related change is a new enhanced color picker with a much broader choice of colors.

In addition to all of these look and feel improvements we continue to fix issues we find and our users inform us about. And of course enhancements and new features are ongoing.

As you can see this is an important new Clibu Notes release and moves it closer to Version 1.

As always I look forward to your feedback.

– Neville info@clibu.com Follow us on X

Why are so many apps so complex – Part 2

Feature Creep

Continued from Part 1

I want to start with a small rant. One fairly common user interface action that irks me is having to hover over an area to reveal a hidden icon which you then tap/click to reveal a toolbar or menu. I don’t know about you but I find this awkward at best.

You randomly move your mouse around and out of the blue some icon appears and if you don’t stop at just the right moment it disappears again.

It gets even worse on touch screen devices, like your smartphone, which have no concept of mouse hover. So the designers/developers have to come up with others ways of enabling the user to perform the actions that are behind these hidden icons.

The end result is a different user experience and user interface for the very same application across different devices. Rant over.

Creatively, A publication about creativity and productivity-boosting tools.

Philipp Temmel writes a fantastic weekly newsletter named Creatively which I can highly recommend. As I’ve said to Philipp I don’t know how he is able to produce such high quality, insightful content on a weekly basis.

Creatively issue 243 is what prompted to write these two articles. My plan was to write a short intro and then with Philipp’s permission, republish the opening part of issue 243. However as I started writing Part 1 I couldn’t stop, so here we are now with Part 2.

And now with Philip’s permission the excerpt I mentioned.

Hey and welcome to Creatively 243

I am observing a trend I am following unconsciously. Over the course of the last couple of months, I simplified loads of my workflows. Based on that, I also started using new tools, got rid of some I used previously, and explored different integrations. While it all was exciting when note-taking and PKM tools introduced “self-organizing by AI” and everyone screamed at me that I do not need to use folders, tags, or anything else, it is simplicity for me to organize my notes freely, following a simple system, knowing where I can find stuff if I am looking for it. As we are evolving Scrintal, introducing new features and functionalities, we want to be sure that everyone can get started taking notes, building up a knowledge base, and managing projects. There should be no need to take a course, read through docs, guides, or tutorials. If you have a dedicated system, you should be able to apply it, but if you have no system that should not hinder you from starting out.

Nowadays, there are loads of note-taking, PKM, and productivity tools which are forcing systems on you. As those apps get packed and bloated with features, the simplicity gets lost. Back in the day, taking notes was as easy as grabbing a pen and paper. You could jot down anything you wanted, whether it was a to-do list, an important meeting point, or just a random thought that popped into your head. It was simple, effective, and didn’t require a computer science degree to figure out. But then technology came along and disrupted everything. Suddenly, there were all these fancy note-taking apps that promised to revolutionize our lives. And sure, they did bring some cool features to the table. You could now organize your notes in different categories, add tags, and even sync everything across devices. It was like having a personal assistant in your pocket.

But here’s the thing: these apps got so caught up in trying to be the best, they forgot about the one thing that truly mattered – simplicity. They became bloated with unnecessary features, confusing menus, and an absurd number of customization options. Suddenly, taking a simple note turned into a complicated task that required a user manual. The same thing happened with PKM apps. They started off as a promising way to manage our personal knowledge, allowing us to store articles, links, and ideas in one place. It was like having an external brain to rely on. But then the developers decided to throw in a bunch of additional features – smart filters, complex search algorithms, and even machine learning. Suddenly, managing our knowledge became a PhD-level task.

And don’t even get me started on productivity apps. They used to be all about helping us stay organized and get things done. But now they bombard us with notifications, reminders, and all sorts of time-tracking features. It’s like they’re constantly breathing down our necks, making us feel guilty for not being productive every second of the day.

As of recently, I have the feeling that simplicity is making a comeback. Users are starting to realize that they don’t need all these complicated apps to be productive. They’re looking for tools that are intuitive, easy to use, and don’t require a steep learning curve. In the end, simplicity is not about dumbing things down or removing features. It’s about understanding what truly makes a tool useful and optimizing it for a seamless user experience.

This really resonates with me and the landscape I see. I encourage you to visit Creatively and Sign Up for the newsletter.

That’s it until next time.

Neville

PS. Follow us at X on Medium and on LinkedIn.