more cleanup
This commit is contained in:
10
README.md
10
README.md
@@ -4,11 +4,9 @@ This is the source for [plaintextaccounting.org](http://plaintextaccounting.org)
|
|||||||
an information portal/overview site for Plain Text Accounting and
|
an information portal/overview site for Plain Text Accounting and
|
||||||
related tools: Ledger, hledger, beancount, etc.
|
related tools: Ledger, hledger, beancount, etc.
|
||||||
|
|
||||||
## New
|
Since 2023-11, source files are in the src/ folder and output files
|
||||||
|
and assets are the out/ folder, and content formerly in the github wiki
|
||||||
In 2023-11, source files have been moved to the src/ folder and HTML
|
has been merged into the static site.
|
||||||
files are now generated in the out/ folder. And, the github wiki
|
|
||||||
content has been moved to the static site.
|
|
||||||
|
|
||||||
The src/ folder is intended to be somewhat compatible with Obsidian,
|
The src/ folder is intended to be somewhat compatible with Obsidian,
|
||||||
for efficient/rich local editing and viewing; this is driving the
|
for efficient/rich local editing and viewing; this is driving the
|
||||||
@@ -16,7 +14,7 @@ current file names/"slugs", eg.
|
|||||||
|
|
||||||
## Old
|
## Old
|
||||||
|
|
||||||
*Needs update:*
|
*2023-11 Old, needs update:*
|
||||||
|
|
||||||
Since 2022-01, there is also a companion wiki: https://wiki.plaintextaccounting.org.
|
Since 2022-01, there is also a companion wiki: https://wiki.plaintextaccounting.org.
|
||||||
(The wiki is hosted on Github and its urls are not finalised, but
|
(The wiki is hosted on Github and its urls are not finalised, but
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
-- Pandoc's wikilinks_title_after_pipe extension makes a start at linking
|
-- Pandoc's wikilinks_title_after_pipe extension makes a start at linking
|
||||||
-- [[bracketed wiki links]]. This lua filter finishes the job and tries to
|
-- [[bracketed wiki links]]. This lua filter does the rest, mimicking
|
||||||
-- mimic Obsidian's wiki linking, by
|
-- Obsidian's wiki linking where possible. It
|
||||||
-- - hyphen-replacing or dropping problem characters in the uri
|
-- - hyphen-replaces problem characters in the uri
|
||||||
-- - adding ".html" to the uri path
|
-- - adds ".html" to the uri path
|
||||||
-- - preserving the uri fragment if any
|
-- - preserves the uri fragment if any
|
||||||
-- - lower-casing the uri fragment
|
-- - lower-cases the uri fragment
|
||||||
|
|
||||||
function Link(elem)
|
function Link(elem)
|
||||||
if elem.title == "wikilink" then
|
if elem.title == "wikilink" then
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
% About this wiki
|
% About this wiki
|
||||||
|
|
||||||
|
*2023-11 Old, needs update*
|
||||||
|
|
||||||
This wiki complements the [plaintextaccounting.org](https://plaintextaccounting.org) static site.
|
This wiki complements the [plaintextaccounting.org](https://plaintextaccounting.org) static site.
|
||||||
It was announced in 2022-02 on the [ledger](https://groups.google.com/g/ledger-cli/c/-ylWBNTUC9Q), [beancount](https://groups.google.com/g/beancount/c/_xtg1XVbbCk), and [hledger](https://groups.google.com/g/hledger/c/bLxVpYEklk4) mail lists.
|
It was announced in 2022-02 on the [ledger](https://groups.google.com/g/ledger-cli/c/-ylWBNTUC9Q), [beancount](https://groups.google.com/g/beancount/c/_xtg1XVbbCk), and [hledger](https://groups.google.com/g/hledger/c/bLxVpYEklk4) mail lists.
|
||||||
Maintenance is led by Simon Michael; all help is welcome! You can:
|
Maintenance is led by Simon Michael; all help is welcome! You can:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
- https://www.reddit.com/r/plaintextaccounting/comments/ws0b5f/how_to_choose_chart_of_accounts/
|
- https://www.reddit.com/r/plaintextaccounting/comments/ws0b5f/how_to_choose_chart_of_accounts/
|
||||||
- [very detailed chart of accounts for personal accounting](https://gist.github.com/the-solipsist/c67e956c95af8f798e5631de896ff514)
|
- [very detailed chart of accounts for personal accounting](https://gist.github.com/the-solipsist/c67e956c95af8f798e5631de896ff514)
|
||||||
|
|
||||||
# Commercial Packages
|
## Commercial Packages
|
||||||
Categories used in some commercial packages.
|
Categories used in some commercial packages.
|
||||||
|
|
||||||
- [Mint](https://mint.intuit.com/mint-categories)
|
- [Mint](https://mint.intuit.com/mint-categories)
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Or log in to Github, click Edit / New page, and add it yourself.
|
|||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
|
|
||||||
- [plaintextaccounting.org README](https://github.com/plaintextaccounting/plaintextaccounting#readme)
|
- [plaintextaccounting.org README](https://github.com/plaintextaccounting/plaintextaccounting#readme)
|
||||||
- [[About this wiki]]
|
<!-- - [[About this wiki]] -->
|
||||||
|
|
||||||
### See also
|
### See also
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user