Mindflow.ai is SaaS platform that runs in the background of your dev environment, and creates documentation based on your workflow.
Email me at arieg419@gmail.com and we'll get you set up ⚡
These instructions will show you how to use Mindflow.
So far Mindflow.ai supports
- Git integration
- File watching
- Adding copied text
- Adding images
- Embedding youtube videos
- Custom notes
- Drag and Drop
- Search Timeline
- Generate Documentation
Navigate to the timeline tab. It should be empty.
-
Navigate to the Home tab.
-
Click on Open Timeline
-
Select a directory with a .git directory.
Copy some text to your clipboard. Now run Cmd-C
(Ctrl-C for Windows or Linux). Flip back to Mindflow and navigate to the timeline tab.
Now run 'Cmd-H' (Ctrl-H for Windows or Linux), You should see the text on the timeline.
Copy an image to your clipboard. Now run Cmd-I
(Ctrl-I for Windows or Linux). Flip back to Mindflow and navigate to the timeline tab. You should see the copied image on your timeline.
Embed a youtube video Go to youtube and copy the url of a video like this one to your clipboard https://www.youtube.com/watch?v=s1Rd4UShDxQ. Now run Cmd-Y
(Ctrl-Y for Windows or Linux).
Add a note
-
Navigate to the Home tab.
-
Click on watch a JS file
-
Select a JS file to be watched.
-
Edit JS file. The changes made to the file should now be reflected on your timeline. (This feature currently works on 1 file only)
-
Navigate to timeline view.
-
Run
Cmd-G
(Mac) orCtrl-G
(Windows)
Saving your timeline
Mindflow.ai creates a hidden .mf
folder with your timelines data in a selected directory.
-
To save your timeline, click on the save file button. You will be prompted to select a directory to save to.
-
Once your timeline has been saved you can close Mindflow via the CLI (
Ctrl-C
) or GUI.
Loading previous timelines
- Open Mindflow.ai and navigate to the "Sources" tab.
- Click the button under existing timelines and navigate to the directory where you saved the timeline.
- Navigate to the "Timeline" tab to see your previous work.
Found a bug? Want a specific feature implemented? Please open a github issue so we can git (😄) to it ASAP.
Thanks!