Skip to content
/ maja Public

simple vue.js note-taking and collocational mind-mapping tool

Notifications You must be signed in to change notification settings

Tanami/maja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ecab9d1 · Apr 11, 2024
Oct 6, 2020
Mar 17, 2020
Oct 11, 2020
Apr 11, 2020
Apr 11, 2024
Sep 21, 2019
Aug 16, 2022
Jan 6, 2021
Oct 6, 2020
Feb 13, 2020

Repository files navigation

maja

a screenshot another screenshot

How to run it

Get something like Node Version Manager because everything else sucks.

npm install
npm run serve

For the Perl database:

cpanm AnyEvent Coro::Twiggy Plack::Request Data::Dumper::Perltidy Graph Graph::D3
perl storage.pl

What exactly is this?

It is my personal note-taking tool which I devised after years of messing around with other stuff like TreeSheets, yEd, TiddlyWiki, Nototo, GraphViz, etc. I came to the realisation that having plaintext files is essential, and that navigating between them had to be instantaneous. Coincidentally, if you pin your thoughts to keywords this tool will create an accurate mind-mapping via collocations. You can achieve the exact same functionality as this tool with the Acme editor, but that is not usable on a mobile phone or web browser.

Keyboard Shortcuts

  • Ctrl+s Save All
  • Alt-Shift-g toggle graph view
  • Alt-Shift-d insert current date
  • Alt-Shift-r load random page
  • Ctrl+a jump to start of line
  • Ctrl+e jump to end of line
  • Tab insert 4 spaces :}

The code looks buggy/unsafe! is it?

It was written to run on my laptop. If you want to run it in a public environment I suggest modifying it.

Hasn't this been done before?

Definitely not, the closest things I have found still require you to manually specify which sections of text are links, and that is a total waste of time. That said, here is a list of things which people might find similar: