<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/assets/rss.xsl" type="text/xsl"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"

>
<channel>
	<title>Sacha Chua - tag - memento</title>
	<atom:link href="https://sachachua.com/blog/tag/memento/feed/index.xml" rel="self" type="application/rss+xml" />
	<atom:link href="https://sachachua.com/blog/tag/memento" rel="alternate" type="text/html" />
	<link>https://sachachua.com/blog/tag/memento/feed/index.xml</link>
	<description>Emacs, sketches, and life</description>
  
	<lastBuildDate>Mon, 27 Jul 2026 12:46:21 GMT</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>daily</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>11ty</generator>
  <item>
		<title>Daily, weekly, and monthly journals: my Memento + Google Sheets + Tasks Free + Google Tasks + WordPress workflow</title>
		<link>https://sachachua.com/blog/2017/12/daily-weekly-and-monthly-journals-my-memento-google-sheets-tasks-free-google-tasks-wordpress-workflow/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Thu, 07 Dec 2017 02:42:12 GMT</pubDate>
    <category>android</category>
<category>blogging</category>
<category>writing</category>
		<guid isPermaLink="false">https://sachachua.com/blog/?p=29122</guid>
		<description><![CDATA[<p>Journaling considerations:</p>
<ul>
<li>A- nurses a lot in bed. I keep my phone handy and I write when she doesn&#8217;t want to let me go.</li>
<li>I also jot quick notes throughout the day so that I don&#8217;t have to keep them in my head. These go into the nearest synchronized device.</li>
<li>It&#8217;s hard to remember the context for those notes if too much time passes. A daily verbal recap for W- and a weekly summary for my blog seem to be just the right balance. Anything older than a week gets too fuzzy, while writing detailed notes every day takes too much time away from other things I&#8217;d like to do.</li>
<li>Monthly reviews give me a better perspective on big changes. It&#8217;s hard to keep enough in my head when I&#8217;m reading or writing on my phone, so I need help summarizing a month&#8217;s worth of highlights.</li>
</ul>
<p>Here are the technical details:</p>
<p>I set up Memento Database on my phone and on a backup Android phone. I picked it because it can synchronize between phones in the background, and it can also sync with Google Sheets so that I can process things further.</p>
<p>My journal database has the following fields:</p>
<ul>
<li>Date: defaults to current date</li>
<li>Note</li>
<li>Category: single value from a list. Most of my entries go into Gross Motor, Fine Motor, Language, Self-care, Other, or Us, and I add other categories as needed.</li>
<li>Highlight: a number indicating the level of review this should be included in: 1 &#8211; weekly, 2 &#8211; monthly, 3 &#8211; yearly. I display this field as the status, so that it shows up on the right side.</li>
</ul>
<p>I have a shortcut on my home screen so that I can quickly add a journal entry.</p>
<p><img class="size-full" data-wpid="1" src="https://sachachua.com/blog/wp-content/uploads/2017/12/screenshot_20171206-213754730243813.png"></p>
<p>I normally sort the list by date, with recent entries on top.</p>
<p><img data-wpid="7" src="https://sachachua.com/blog/wp-content/uploads/2017/12/screenshot_20171206-2005321503093395.png" class="size-full"></p>
<p>As part of my weekly review, I look at recent entries, fill in any categories I skipped, and choose a few to highlight. For example, last week, I wrote 17 entries and I chose 13 to include in the weekly review.</p>
<p>I configured Memento&#8217;s default export formatting to include only the Note field and to export that without the field label.</p>
<p><img class="size-full" data-wpid="3" src="https://sachachua.com/blog/wp-content/uploads/2017/12/screenshot_20171206-2010151339998188.png"></p>
<p>I filtered the database to show only the entries within a given date range where the highlight value was greater than 0.5.</p>
<p><img data-wpid="6" src="https://sachachua.com/blog/wp-content/uploads/2017/12/screenshot_20171206-2008521092732386.png" class="size-full"></p>
<p>I grouped it by category so that similar entries were together. This was better than fiddling with the sorting, since this takes fewer taps to set back to my default view.</p>
<p><img class="size-full" data-wpid="4" src="https://sachachua.com/blog/wp-content/uploads/2017/12/screenshot_20171206-200842815359127.png"></p>
<p>After filtering and grouping the entries, I used the &#8220;Send all &gt; Send as text&#8221; command to send it to Tasks Free, which is a task manager that synchronizes with Google Tasks. I like the way I can drag-and-drop tasks to reorder them, which makes prioritizing so much easier on my phone. I edit the text in Tasks Free, turning the keywords into paragraphs and moving things around for better flow.</p>
<p><img class="size-full" data-wpid="5" src="https://sachachua.com/blog/wp-content/uploads/2017/12/screenshot_20171206-2010351520770160.png"></p>
<p>After drafting the body of the post (and possibly switching between phones, if my battery ran low), I select all the text, copy it into the WordPress app, set the categories and the title, and post the entry.</p>
<p>The monthly review process is quite similar. I start with a filtered view that shows all entries for last month (133 entries in November), and I group it by category. I skim all the entries, not just the ones included in the weekly review, because sometimes little moments turn out to be significant or part of a bigger pattern. After setting the highlight values for the things I&#8217;d like to include in my monthly review, I switch to another filter that shows me last month&#8217;s entries with a highlight value greater than 1.5 (28 entries in November). I send it all to Tasks Free, edit the post, copy it into WordPress, and publish.</p>
<p>If I manage to squeeze in some computer time, I use Google Tasks to copy the text into Emacs and then use my regular Org Mode review/publish processes.</p>
<p>I&#8217;ve been thinking about how I can improve this workflow. Sending text to the WordPress app doesn&#8217;t seem to work (the text disappears after I save or publish), and it&#8217;s kinda nice being able to move my weekly review task around on my task list in order to accommodate other priorities. I also like the way Google Tasks keeps the data from completed tasks, which has come in handy a few times. Tasks Free editing is more responsive, too. Synchronizing with Tasks Free seems to be more robust than synchronizing with Orgzly, since I only have to watch out for editing the same task on two devices instead of watching out for the whole file.</p>
<p>I&#8217;d like to get back to drawing the weekly and monthly reviews, but maybe that can wait until A-&#8216;s sleep is more settled and my discretionary time is more consolidated. The visual journals are more fun to flip through, but the bulk and chronological views I hacked into my WordPress theme are reasonable workarounds.</p>

<p>You can <a href="mailto:sacha@sachachua.com?subject=Comment%20on%20https%3A%2F%2Fsachachua.com%2Fblog%2F2017%2F12%2Fdaily-weekly-and-monthly-journals-my-memento-google-sheets-tasks-free-google-tasks-wordpress-workflow%2F&body=Name%20you%20want%20to%20be%20credited%20by%20(if%20any)%3A%20%0AMessage%3A%20%0ACan%20I%20share%20your%20comment%20so%20other%20people%20can%20learn%20from%20it%3F%20Yes%2FNo%0A">e-mail me at sacha@sachachua.com</a>.</p>]]></description>
		</item>
	</channel>
</rss>