> [!TIP] > Join a membership tier at https://ko-fi.com/johnmavrick This is for those generous enough to support my work and want exclusive benefits/support related to [[Digital Self-Actualization]] :) Otherwise, you can still join my Discord at [[My Community]] ! ## Tiers I think the placeholder membership term can be called (celestial?) wanderer for now. ### Interstellar Voyager As an Interstellar Wanderer, you gaze upon the distant galaxies of knowledge and opportunity, marvelling at the possibilities that lie beyond. Joining this tier gives you access to: - Members-only Discord channel - Early and ad-free access to videos - Exclusive videos showcasing workflows - Behind-the-scenes weekly reviews Thank you so much for your generosity! ### Galactic Explorer As a Galactic Explorer, you travel the digital galaxies of knowledge and human potential. Joining this tier gives you access to: - Everything from the previous tiers - To be decided, for now is just for those generous enough to support me further 🥺 ### Cosmic Trailblazer Joining this tier gives you access to: - Everything from the previous tiers - To be decided, for now is just for those generous enough to support me further 🥺 - (Upcoming) 1-month support and access for the [[Ultimate Starter Vault]] ### Transcendental Being - Mentoring (not yet confirmed) - 1/mo - 60-min - Need to set up an info page similar to [[No Boilerplate]] ## Notes ### Goals ![[Income Stretch Goals]] ### Terms - Wanderer is curiosity and aimlessness - Voyager prioritizes journey and adventure. experience - Explorer values new and exploration duh. understanding ### Progression Right now im thinking of tiers: free community troubleshooting, brainstorming, or initial kickstart for recommend resources or tips if demand begins to increase then small membership fee for exclusive and priority office hours open to anyone then the traditional 1-1 consulting with a guarantee that the objective of the call has been achieved ### Mention In videos: - Become a supporter ## Productivity ### Goals ```dataview table list("🎯 " + Description, "💡 " + Why) as "Details" FROM #goal AND !"Hidden" AND !outgoing([[]]) WHERE contains(Area, this.file.link) SORT file.ctime asc ``` ### Projects ```dataview table Deadline FROM #project AND !"Hidden" AND !outgoing([[]]) WHERE contains(Area, this.file.link) SORT file.ctime asc ``` ### Habits ```dataview table Status, Frequency, HabitGroup, Goal FROM #habitNote AND [[]] AND !"Hidden" WHERE icontains(file.frontmatter.Area, this.file.name) SORT Created asc ``` ## Knowledge ### Inputs ```dataview table Status, Author FROM #input AND [[]] AND !"Hidden" AND !outgoing([[]]) SORT file.mtime desc ``` ### Other Notes ```dataview table Created FROM [[]] AND !#project AND !#input AND !"Hidden" AND !outgoing([[]]) SORT file.mtime desc ```